mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-27 14:37:55 +00:00
synth_xilinx to call shregmap with enable support
This commit is contained in:
parent
68f38f2ee0
commit
fe4d6898de
2 changed files with 29 additions and 24 deletions
|
@ -223,7 +223,7 @@ struct SynthXilinxPass : public Pass
|
|||
Pass::call(design, "memory_map");
|
||||
Pass::call(design, "dffsr2dff");
|
||||
Pass::call(design, "dff2dffe");
|
||||
Pass::call(design, "shregmap -init -params");
|
||||
Pass::call(design, "shregmap -init -params -enpol any_or_none");
|
||||
Pass::call(design, "opt -full");
|
||||
Pass::call(design, "techmap -map +/techmap.v -map +/xilinx/arith_map.v");
|
||||
Pass::call(design, "opt -fast");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue