mergedNetlist
digitalSim.netlisterOpts mergedNetlist boolean { t | nil }
Description
Merges the text files to create a single and self-contained netlist. This netlist includes the netlist from the schematic and the original source files from the text view.
GUI Equivalent
envGetVal("digitalSim.netlisterOpts" "mergedNetlist")
envSetVal("digitalSim.netlisterOpts" "mergedNetlist" 'boolean t)
Related Topics
Configuring Netlist Generation Options
Return to top