gofeco/support
0
1<h3 id='___sch'>sch</h3>2<pre>Launch schematic to verify ECO3<b>Usage:</b> sch(@instances, @options);4@instances: Instances or nets in the current module to be displayed on the schematic5@options:6 -set value: Set a value when launch the schematic7 -to value: To existing schematic8 -both: Load the item in both implementation and reference netlist9 10<b>Examples:</b>11 12sch("U123", "U456", "inst0");13sch("clk")14sch("in1", "-set", "1");15sch("in1", "-to", "1"); # No action if schematic 1 doesn't exist16</pre>