User-Defined Macros Registration
Any hierarchical blocks in design can be registered as macro. This helps in improving the extraction speed. These blocks can be iterative instances with hierarchical content, sub-blocks with iterations, iterative ports connected to instances, or deep hierarchical blocks with multiple instantiations.
In a setup file, you can specify user-defined macro cells in following manner:
userMacroCells ( ("hierCell2" "pwr_test" "hierCell2" "schematic")
("hierCell" "pwr_test" "hierCell" "schematic"))
userMacroCells ("hierCell" "hierCell2")
Related Topics
Excluding Power and Ground Nets from Name-Based Registration
Registering Name-Based Supply Nets
Registering Regular Expressions-Based Supply Nets
Registering Supply Set and Power Domain
Loading Power Intent Extraction Options from a File
Saving Power Intent Extraction Options to a File
Return to top