Replies: 5 comments 9 replies
-
See discussion in #2839 |
Beta Was this translation helpful? Give feedback.
-
The point being there isn't a default mechanism right now but rather a discussion of how best to do it. get_pins will return a list of pins objects rather than names. You could convert them to names or you could use the odb APIs to traverse the db yourself. |
Beta Was this translation helpful? Give feedback.
-
This will do it:
|
Beta Was this translation helpful? Give feedback.
-
What do you mean by "verilog pin names"? Those look ok to me for instance pins |
Beta Was this translation helpful? Give feedback.
-
Perhaps you want get_ports? I would call those port names as Verilog includes the instance pins as well. |
Beta Was this translation helpful? Give feedback.
-
How can I get a list of the names of the pins, such that I can pass in a list of names to set_io_pin_constraint that match a regex?
Something like:
Answering myself..
This will do it:
Beta Was this translation helpful? Give feedback.
All reactions