Forum Discussion
alexislms
Contributor
2 years agoget_ports of entity-bound returns TOP level ports
I have an SDC file to constraint instances set_global_assignment -name SDC_ENTITY_FILE cdc_handshake.sdc -entity cdc_handshake set ports [get_ports * -nocase] foreach_in_collection port ...
sstrell
Super Contributor
2 years agoYou probably need to add -hierarchical to get_ports. Otherwise you can also do *|*|* etc. to get to the level you want.