CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.write_tcl.txt9 linesDownload Raw Back to src_en
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>