This commit is contained in:
Eddie Hung 2019-03-14 09:06:56 -07:00
parent 8af9979aab
commit af5706c2a3
1 changed files with 1 additions and 1 deletions

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, "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, "opt -fast");
}