OpenROAD config.mk for combinational logic synthesis #817
-
Hello, I am a beginner trying to use OpenROAD flow scripts for simple designs and starting with synthesizing a combinational logic circuit without any clock. I am trying to adapt the scripts for the gcd example. However, my design does not have a clock. How do I specify that there is no clk signal (though I could have a clock period) in the constraint.sdc file? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You just leave off the optional pin list: |
Beta Was this translation helpful? Give feedback.
-
@maliberty Is below format ok for combinational circuits?
|
Beta Was this translation helpful? Give feedback.
You just leave off the optional pin list:
create_clock -name <name>-period <period>