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:
parent
1e6d56dca1
commit
5c589244df
2 changed files with 82 additions and 119 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue