3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Use CARRY4 for abc1 as well, preventing issues with Vivado

This commit is contained in:
Miodrag Milanovic 2020-01-10 12:34:21 +01:00
parent 2bcd55f1ae
commit 992b507537

View file

@ -515,7 +515,7 @@ struct SynthXilinxPass : public ScriptPass
techmap_args += " -map +/xilinx/arith_map.v";
if (vpr)
techmap_args += " -D _EXPLICIT_CARRY";
else if (abc9)
else
techmap_args += " -D _CLB_CARRY";
}
run("techmap " + techmap_args);