<h3 id='___swap_inst'>swap_inst</h3> | |
<pre>ECO command. Swap two instances with same input/output pins. | |
<b>Usage:</b> swap_inst($inst1, $inst2); | |
$inst1,$inst2: Swap these two instances. | |
<b>Note:</b> $inst1 and $inst2 should have the same input/output pins. | |
<b>Examples:</b> | |
swap_inst("spare1/spr_and0", "spare2/spr_and1"); | |
</pre> |