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