gofeco/support
0
1<h3 id='___write_formality_help_files'>write_formality_help_files</h3>2<pre>Write formality help files including mapped instance list and modified netlist files if necessary3<b>Usage:</b> write_formality_help_files($help_name);4$help_name: Help name which can have directory specified5 6<b>Note:</b> 7 8<b>Examples:</b>9 10#1. Write out Formality help files into directory fm_help with the base name eco_122511write_formality_help_files("fm_help/eco_1225"); 12 13</pre>