mirror of https://github.com/YosysHQ/yosys.git
Misspell
This commit is contained in:
parent
8af9979aab
commit
af5706c2a3
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue