support / src_en /api.check_design.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
No virus
628 Bytes
<h3 id='___check_design'>check_design</h3>
<pre>Check if the netlist status, searching for unresolved modules, floating and multi-drivers
<b>Usage:</b> check_design(@options);
@options:
-ignore list: Ignore the issues matching the list, E.G. 'FE_UNCONNECT*,SCAN_*'.
-eco: Only check instances/wires having been done ECO. Default check all instances/wires
-fixfile filename: Create ECO fix file
-nouniquify: Dont check uniquify
<b>Examples:</b>
check_design;
check_design('-ignore', 'FE_UNCONNECT*');
check_design('-ignore', 'FE_UNCONNECT*,SCAN_*');
check_design('-ignore', 'W-108');
check_design("-eco");
</pre>