Ryan R
05/18/2022, 7:41 AMTim Edwards
05/18/2022, 12:59 PMcopy n 0
(copy north distance 0) which will then make a copy of them in the top level. Wholesale changing of label names would require some complicated Tcl command involving regular expressions.
(2b) Another way to do this is to do a net selection (select net
or just press the s
key a few times), which changes each label to <instance_name>/<label>
, which makes each label unique, although rather ungainly. Then do select less area *
to remove everything but the labels, and do copy n 0
to copy them to the top level. This satisfies the requirement, but probably you'll find that the resulting labels are too complicated and it's not worth the trouble.Ryan R
05/18/2022, 2:40 PM