<h3 id='___setup_eco'>setup_eco</h3> | |
<pre>ECO command. Setup ECO | |
<b>Usage:</b> setup_eco($eco_name, @options); | |
$eco_name: ECO name, like eco01234 | |
@options: | |
-help: Print this information. | |
-comments comments: Comments to appear at the beginning of ECO netlist. | |
<b>Examples:</b> | |
#1. Setup ECO name | |
setup_eco('eco1234') | |
#2. Setup ECO name with comments | |
setup_eco('eco1234', '-comments', 'Fix abc_state state machine'); | |
</pre> |