mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-28 08:58:45 +00:00
Merge pull request #1623 from YosysHQ/mmicko/edif_attr
Export wire properties in EDIF
This commit is contained in:
commit
9fbeb57bbd
5 changed files with 46 additions and 35 deletions
|
@ -518,7 +518,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue