defaultNettype
digitalSim.netlisterOpts defaultNettype string { "interconnect" | "wire" }
Description
Sets the default net type to netlist nets on the schematic.
-
interconnectprints all interconnects in the netlist. -
wireprints all wires and ports in the netlist.
GUI Equivalent
envGetVal("digitalSim.netlisterOpts" "defaultNettype")
envSetVal("digitalSim.netlisterOpts" "defaultNettype" 'string "wire")
Related Topics
Configuring Netlist Generation Options
Return to top