aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/synth_anlogic.cc
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-03 00:22:44 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-14 05:02:50 +0200
commit3050454d6e80ddb7603f7d5cc117b440a6bd8ab8 (patch)
tree1ffb007dd3d321621d52de7099c71b9399d698fb /techlibs/anlogic/synth_anlogic.cc
parent3d8d98d7093aa92f858a98d21a82cd453d8481dc (diff)
downloadyosys-3050454d6e80ddb7603f7d5cc117b440a6bd8ab8.tar.gz
yosys-3050454d6e80ddb7603f7d5cc117b440a6bd8ab8.tar.bz2
yosys-3050454d6e80ddb7603f7d5cc117b440a6bd8ab8.zip
anlogic: Use dfflegalize.
Diffstat (limited to 'techlibs/anlogic/synth_anlogic.cc')
-rw-r--r--techlibs/anlogic/synth_anlogic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/anlogic/synth_anlogic.cc b/techlibs/anlogic/synth_anlogic.cc
index d7475df86..d953fae5e 100644
--- a/techlibs/anlogic/synth_anlogic.cc
+++ b/techlibs/anlogic/synth_anlogic.cc
@@ -182,8 +182,8 @@ struct SynthAnlogicPass : public ScriptPass
if (check_label("map_ffs"))
{
+ run("dfflegalize -cell $_DFFE_P??P_ r -cell $_SDFFE_P??P_ r -cell $_DLATCH_N??_ r");
run("techmap -D NO_LUT -map +/anlogic/cells_map.v");
- run("dffinit -strinit SET RESET -ff AL_MAP_SEQ q REGSET -noreinit");
run("opt_expr -mux_undef");
run("simplemap");
}