gofeco/support
0
1<h3 id='___write_tcl'>write_tcl</h3>2<pre>ECO command to write ECO result in Design Compiler tcl script format (LLM: result in tcl)3<b>Usage:</b> write_tcl($tcl_script_name);4$tcl_script_name: Synopsys Design Compiler tcl script name.5 6<b>Examples:</b>7 8write_tcl("eco12345.tcl");9</pre>