diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2020-09-18 15:39:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 15:39:24 +0200 |
commit | 26dfe6f23d8a289f4e6ccb53335f7188f04a0fb3 (patch) | |
tree | a6bba335740e0b023e25bd9412150fb6015b72c6 | |
parent | 8f96417bcf1b2f64b80e98cd66f87453be18c0dc (diff) | |
download | nextpnr-26dfe6f23d8a289f4e6ccb53335f7188f04a0fb3.tar.gz nextpnr-26dfe6f23d8a289f4e6ccb53335f7188f04a0fb3.tar.bz2 nextpnr-26dfe6f23d8a289f4e6ccb53335f7188f04a0fb3.zip |
Update generic synth script for dfflegalize changes
-rw-r--r-- | generic/synth/synth_generic.tcl | 1 |
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 |