Product Documentation
Virtuoso Power Manager User Guide
Product Version IC23.1, June 2023

printModelInSDA

lp printModelInSDA boolean { t | nil }

Description

Adds model names to the exported UPF file when set to t. The default value is nil. By default, the command used is:

set_design_attributes -attribute top_ports_have_anon_supply 0 

With value is set as t, the command used is:

set_design_attributes -models top -attribute top_ports_have_anon_supply 0

GUI Equivalent

None

Examples

envGetVal("lp" "printModelInSDA")
envSetVal("lp" "printModelInSDA" 'boolean nil)

Related Topics

Exporting 1801 Design Model


Return to top
 ⠀
X