3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +00:00
This commit is contained in:
Eddie Hung 2019-03-14 09:06:56 -07:00
parent 8af9979aab
commit af5706c2a3

View file

@ -262,7 +262,7 @@ struct SynthXilinxPass : public Pass
Pass::call(design, "techmap -map +/techmap.v -map +/xilinx/arith_map.v"); Pass::call(design, "techmap -map +/techmap.v -map +/xilinx/arith_map.v");
} }
Pass::call(design, "shregmap -initt -params -enpol any_or_none"); Pass::call(design, "shregmap -init -params -enpol any_or_none");
Pass::call(design, "techmap -map +/xilinx/ff_map.v"); Pass::call(design, "techmap -map +/xilinx/ff_map.v");
Pass::call(design, "opt -fast"); Pass::call(design, "opt -fast");
} }