<h3 id='___sch'>sch</h3> | |
<pre>Launch schematic to verify ECO | |
<b>Usage:</b> sch(@instances, @options); | |
@instances: Instances or nets in the current module to be displayed on the schematic | |
@options: | |
-set value: Set a value when launch the schematic | |
-to value: To existing schematic | |
-both: Load the item in both implementation and reference netlist | |
<b>Examples:</b> | |
sch("U123", "U456", "inst0"); | |
sch("clk") | |
sch("in1", "-set", "1"); | |
sch("in1", "-to", "1"); # No action if schematic 1 doesn't exist | |
</pre> |