3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-21 05:13:40 +00:00

Deprecate `_CLB_CARRY from +/xilinx/arith_map.v since #1623

This commit is contained in:
Eddie Hung 2020-01-17 12:02:46 -08:00
parent 1e6d56dca1
commit 5c589244df
2 changed files with 82 additions and 119 deletions

View file

@ -518,8 +518,6 @@ struct SynthXilinxPass : public ScriptPass
techmap_args += " -map +/xilinx/arith_map.v";
if (vpr)
techmap_args += " -D _EXPLICIT_CARRY";
else
techmap_args += " -D _CLB_CARRY";
}
run("techmap " + techmap_args);
run("opt -fast");