aboutsummaryrefslogtreecommitdiffstats
path: root/generic/synth/synth_generic.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'generic/synth/synth_generic.tcl')
-rw-r--r--generic/synth/synth_generic.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/synth/synth_generic.tcl b/generic/synth/synth_generic.tcl
index c5950788..e5d88e0d 100644
--- a/generic/synth/synth_generic.tcl
+++ b/generic/synth/synth_generic.tcl
@@ -14,7 +14,7 @@ yosys memory_map
yosys opt -full
yosys techmap -map +/techmap.v
yosys opt -fast
-yosys abc -lut $LUT_K
+yosys abc -lut $LUT_K -dress
yosys clean
yosys techmap -D LUT_K=$LUT_K -map [file dirname [file normalize $argv0]]/cells_map.v
yosys clean