Replies: 1 comment 1 reply
-
This would be easier in Tcl if The other (less efficient) approach is to iterate through the instances and filter out their masters one-by-one, leaving only the unused ones left:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to check if I have some unused macros in the ADDITIONAL_* macros.
How can I do that?
This is for megaboom that has a lot of SRAMs and I want to make sure that I don't provide SRAMs that are not used.
Beta Was this translation helpful? Give feedback.
All reactions