mirror of https://github.com/YosysHQ/yosys.git
Use CARRY4 for abc1 as well, preventing issues with Vivado
This commit is contained in:
parent
2bcd55f1ae
commit
992b507537
|
@ -515,7 +515,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
techmap_args += " -map +/xilinx/arith_map.v";
|
techmap_args += " -map +/xilinx/arith_map.v";
|
||||||
if (vpr)
|
if (vpr)
|
||||||
techmap_args += " -D _EXPLICIT_CARRY";
|
techmap_args += " -D _EXPLICIT_CARRY";
|
||||||
else if (abc9)
|
else
|
||||||
techmap_args += " -D _CLB_CARRY";
|
techmap_args += " -D _CLB_CARRY";
|
||||||
}
|
}
|
||||||
run("techmap " + techmap_args);
|
run("techmap " + techmap_args);
|
||||||
|
|
Loading…
Reference in New Issue