mirror of https://github.com/YosysHQ/yosys.git
Bugfix in Xilinx LUT mapping
This commit is contained in:
parent
1e32e4bdae
commit
864808992b
|
@ -204,7 +204,7 @@ struct SynthXilinxPass : public Pass {
|
||||||
|
|
||||||
if (check_label(active, run_from, run_to, "map_luts"))
|
if (check_label(active, run_from, run_to, "map_luts"))
|
||||||
{
|
{
|
||||||
Pass::call(design, "abc -lut 5:8" + string(retime ? " -dff" : ""));
|
Pass::call(design, "abc -lut 6:8" + string(retime ? " -dff" : ""));
|
||||||
Pass::call(design, "clean");
|
Pass::call(design, "clean");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue