mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Instead of MUXCY/XORCY use CARRY4 (with timing)
This commit is contained in:
parent
0f094fba08
commit
ee8435b820
4 changed files with 20 additions and 11 deletions
|
@ -261,6 +261,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
|
||||
if (vpr && !nocarry && !help_mode)
|
||||
run("techmap -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
|
||||
else if (abc == "abc9" && !nocarry && !help_mode)
|
||||
run("techmap -map +/xilinx/arith_map.v -D _CLB_CARRY", "(skip if '-nocarry')");
|
||||
else if (!nocarry || help_mode)
|
||||
run("techmap -map +/xilinx/arith_map.v", "(skip if '-nocarry')");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue