aboutsummaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-09-25 09:33:55 +0100
committerGitHub <noreply@github.com>2020-09-25 09:33:55 +0100
commit587bfab2a629f8ab9bc5a101dd1d4977df55fc5b (patch)
treeef4de72ff424fb7d2e8b53b6d7cd9f5cde38ac9e /generic
parentd9278780248e2450f4f9dab9d014a90078dbd9ba (diff)
parent84ce3ed43e91c742ef570f4928a1add7907e8ac6 (diff)
downloadnextpnr-587bfab2a629f8ab9bc5a101dd1d4977df55fc5b.tar.gz
nextpnr-587bfab2a629f8ab9bc5a101dd1d4977df55fc5b.tar.bz2
nextpnr-587bfab2a629f8ab9bc5a101dd1d4977df55fc5b.zip
Merge pull request #502 from pepijndevos/patch-1
Update generic synth script for dfflegalize changes
Diffstat (limited to 'generic')
-rw-r--r--generic/synth/synth_generic.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/synth/synth_generic.tcl b/generic/synth/synth_generic.tcl
index e5d88e0d..72059925 100644
--- a/generic/synth/synth_generic.tcl
+++ b/generic/synth/synth_generic.tcl
@@ -14,6 +14,7 @@ yosys memory_map
yosys opt -full
yosys techmap -map +/techmap.v
yosys opt -fast
+yosys dfflegalize -cell \$_DFF_P_ 0
yosys abc -lut $LUT_K -dress
yosys clean
yosys techmap -D LUT_K=$LUT_K -map [file dirname [file normalize $argv0]]/cells_map.v