enableHCLCreation
mpt enableHCLCreation cyclic { "all" | "level1" | "level1_pins" | "none" }
Description
Controls the creation of hierarchical color locks on cells.
-
all: HCL scan be created on all cell shapes from any level. -
level1: HCLs can be created on all cell shapes at the instance level (level1) only. -
level1_pins: HCLs can be created on cell pins at instance level (level1) only. -
none: HCLs cannot be created on cell shapes.
GUI Equivalent
Examples
envGetVal("mpt" "enableHCLCreation")
envSetVal("mpt" "enableHCLCreation" 'cyclic "level1")
envSetVal("mpt" "enableHCLCreation" 'cyclic "level1_pins")
envSetVal("mpt" "enableHCLCreation" 'cyclic "none")
Related Topics
Return to top