Replies: 2 comments 5 replies
-
In OR we flatten the netlist so you can only use leaf pins. This is an area we intend to improve in the future. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Closing since it is solved in #1587 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Openroad in the ORFS flow and I was wondering how to access internal pins while setting SDC constrains. I would like for example to set a false path to the Test Enable pin of clock gating cells using a syntax similar to this:
set_false_path -to [get_pins u1_inst/u2_inst/u3_inst/TE]
I have tried variants such asset_false_path -to [get_pins u1_inst?u2_inst?u3_inst?TE]
or evenset_false_path -to [get_pins u1_inst*u2_inst*u3_inst*TE]
. I get the error[WARNING STA-0335] pin 'u1_inst/u2_inst/u3_inst/TE' not found.
at various steps of the flow.On a similar note I was wondering if there would be a recommended way to create generated clocks on internal nodes. I have looked at many of the example designs but none of them seems to define generated clock in the contraints files. All the contrains I have seen so far apply to ports only.
Beta Was this translation helpful? Give feedback.
All reactions