diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-06-23 17:25:46 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-06-23 18:24:53 +0200 |
commit | 88e7f90663f440b24d97a65804ee23b1d82dbed7 (patch) | |
tree | fc1d103152be86dbb4fc83b5566b17e9b1490445 /techlibs/gowin/synth_gowin.cc | |
parent | e71d82759029470663037eb299791d03fef83287 (diff) | |
download | yosys-88e7f90663f440b24d97a65804ee23b1d82dbed7.tar.gz yosys-88e7f90663f440b24d97a65804ee23b1d82dbed7.tar.bz2 yosys-88e7f90663f440b24d97a65804ee23b1d82dbed7.zip |
Update dff2dffe, dff2dffs, zinit to new FF types.
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-rw-r--r-- | techlibs/gowin/synth_gowin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc index 9a3106729..32d9cc0a5 100644 --- a/techlibs/gowin/synth_gowin.cc +++ b/techlibs/gowin/synth_gowin.cc @@ -222,7 +222,7 @@ struct SynthGowinPass : public ScriptPass run("dff2dffs -match-init"); run("opt_clean"); if (!nodffe) - run("dff2dffe -direct-match $_DFF_* -direct-match $__DFFS_*"); + run("dff2dffe -direct-match $_DFF_* -direct-match $_SDFF_*"); run("techmap -map +/gowin/cells_map.v"); run("opt_expr -mux_undef"); run("simplemap"); |