aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/sf2/synth_sf2.cc
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-02 18:22:29 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-09 21:56:14 +0200
commitedbaf2fdf667d2d0d2bd7a5f9a8ae086b13b02ae (patch)
tree1b302522abfbc100512a636576febfaa317740da /techlibs/sf2/synth_sf2.cc
parentf313211c3232a805b63687e04fdbe541ef76f5dd (diff)
downloadyosys-edbaf2fdf667d2d0d2bd7a5f9a8ae086b13b02ae.tar.gz
yosys-edbaf2fdf667d2d0d2bd7a5f9a8ae086b13b02ae.tar.bz2
yosys-edbaf2fdf667d2d0d2bd7a5f9a8ae086b13b02ae.zip
sf2: Use dfflegalize.
Diffstat (limited to 'techlibs/sf2/synth_sf2.cc')
-rw-r--r--techlibs/sf2/synth_sf2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/sf2/synth_sf2.cc b/techlibs/sf2/synth_sf2.cc
index 6b2a3f9b8..e0c2a64fe 100644
--- a/techlibs/sf2/synth_sf2.cc
+++ b/techlibs/sf2/synth_sf2.cc
@@ -187,6 +187,7 @@ struct SynthSf2Pass : public ScriptPass
if (check_label("map_ffs"))
{
+ run("dfflegalize -cell $_DFFE_PN?P_ x -cell $_SDFFCE_PN?P_ x -cell $_DLATCH_PN?_ x");
run("techmap -D NO_LUT -map +/sf2/cells_map.v");
run("opt_expr -mux_undef");
run("simplemap");