Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mptGetFlowSettings

mptGetFlowSettings(
t_flowName
)
=> t

Description

Reports, the procedure used to set a flow, in the CIW and output.

Arguments

t_flowName

Name of the flow to be defined.

Values Returned

t

The flow is reported and a short report is displayed in the CIW.

Example

mptGetFlowSettings("FullyColoredAndLocked")
INFO: Displaying 'FullyColoredAndLocked' flow settings
 envSetVal("mpt" "coloringEngineEnabled" 'boolean t)
 envSetVal("mpt" "unclusteredShapeColor" 'cyclic "random")
 envSetVal("mpt" "defaultColoringMethod" 'cyclic "colorSpacing")
 envSetVal("mpt" "reColorReadOnlyCellView" 'boolean nil)
 
 envSetVal("mpt" "dontColorPCells" 'boolean nil)
 envSetVal("mpt" "forcePcellRecolorOnEval" 'boolean t)
 
 envSetVal("mpt" "globalColorShiftingPolicy" 'cyclic "none")
 envSetVal("mpt" "globalColorShiftingPolicyForPcells" 'cyclic "cluster")
 
 envSetVal("mpt" "enableHCLCreation" 'cyclic "all")
 envSetVal("mpt" "enableHCLCreationOnPcells" 'cyclic "level1_pins")
 envSetVal("mpt" "lockAllHCLPolicy" 'cyclic "pcell")
 
 envSetVal("mpt" "propagateLocksToConnectedShapes" 'boolean t)
 envSetVal("mpt" "overrideLockOnConnectedShapes" 'boolean t)
 envSetVal("mpt" "autoPropagateLock" 'boolean t)
 envSetVal("mpt" "allowLockShiftOverride"    'boolean t)
 envSetVal("mpt" "propagateAnySameMaskState" 'boolean t)
 
 envSetVal("cdba" "copyMPAttributes" 'boolean t)
t

Return to top
 ⠀
X