diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-03 09:55:02 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-03 09:55:02 -0700 |
commit | 1d43a25f08920643f413cf74b18adfb32815fcd8 (patch) | |
tree | 83ce41f3fffc62415436d0c1ca900452eec1632a /techlibs/xilinx/synth_xilinx.cc | |
parent | e08df0c7390e1e7736c3d5b0abbe2679bf9b4518 (diff) | |
download | yosys-1d43a25f08920643f413cf74b18adfb32815fcd8.tar.gz yosys-1d43a25f08920643f413cf74b18adfb32815fcd8.tar.bz2 yosys-1d43a25f08920643f413cf74b18adfb32815fcd8.zip |
Revert "synth_xilinx to call dffinit with -noreinit"
This reverts commit 1f62dc9081feb4852b1848d01951f631853edb38.
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index fc0e76bad..8aa7b508e 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -250,7 +250,7 @@ struct SynthXilinxPass : public ScriptPass if (!nosrl || help_mode) run("shregmap -minlen 3 -init -params -enpol any_or_none", "(skip if '-nosrl')"); run("techmap -map +/xilinx/lut_map.v -map +/xilinx/ff_map.v -map +/xilinx/cells_map.v"); - run("dffinit -noreinit -ff FDRE Q INIT -ff FDCE Q INIT -ff FDPE Q INIT -ff FDSE Q INIT " + run("dffinit -ff FDRE Q INIT -ff FDCE Q INIT -ff FDPE Q INIT -ff FDSE Q INIT " "-ff FDRE_1 Q INIT -ff FDCE_1 Q INIT -ff FDPE_1 Q INIT -ff FDSE_1 Q INIT"); run("clean"); } |