createPinsOnImport
lp createPinsOnImport boolean { t | nil }
Description
Controls the creation of ports in the design while importing the 1801 file. This is based on the create_supply_port command found in the input 1801 file.
The default value is t. When set to t, ports are created in the design. If set to nil, a supply net with a global net expression or supply local net is created by using the Create_supply_port and Create_supply_net commands in the input 1801 file based on the resolveTopNets argument of vpmImportPowerIntent.
GUI Equivalent
Example
envGetVal("lp" "createPinsOnImport")
envSetVal("lp" "createPinsOnImport" 'boolean nil)
Related Topics
Extracting the Power Intent from a Design
Return to top