File size: 462 Bytes
a69d692
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<h3 id='___write_formality_help_files'>write_formality_help_files</h3>
<pre>Write formality help files including mapped instance list and modified netlist files if necessary
<b>Usage:</b> write_formality_help_files($help_name);
$help_name: Help name which can have directory specified

<b>Note:</b> 

<b>Examples:</b>

#1. Write out Formality help files into directory fm_help with the base name eco_1225
write_formality_help_files("fm_help/eco_1225"); 
 
</pre>