support / src_en /api.set_bfix.txt
gofeco's picture
Upload 100 files
fe683c0 verified
raw
history blame
428 Bytes
<h3 id='___set_bfix'>set_bfix</h3>
<pre>Enable or disable BFIX features which is for precise combinational logic fix (LLM: precise combinational)
<b>Usage:</b> set_bfix($val);
$val: Default 0x3
Bit 0, Set one to enable Reorder Method
Bit 1, Set one to enable Cutpoint Method
bit 2, Set one to force using Reorder/Cutpoint Method instead of Structure Method
<b>Note:</b> It should run before fix_design
</pre>