ecp5: Use abc -dress
authorDavid Shah <davey1576@gmail.com>
Wed, 6 Feb 2019 21:20:39 +0000 (22:20 +0100)
committerDavid Shah <davey1576@gmail.com>
Wed, 6 Feb 2019 21:23:13 +0000 (22:23 +0100)
Signed-off-by: David Shah <davey1576@gmail.com>
techlibs/ecp5/synth_ecp5.cc

index 2e9176a84491fb9bc801154e15f6e225f07ac73f..bda03d251271854c41e510373de4b7ea59c873c9 100644 (file)
@@ -268,9 +268,9 @@ struct SynthEcp5Pass : public ScriptPass
                        }
                        run("techmap -map +/ecp5/latches_map.v");
                        if (nomux)
-                               run("abc -lut 4");
+                               run("abc -lut 4 -dress");
                        else
-                               run("abc -lut 4:7");
+                               run("abc -lut 4:7 -dress");
                        run("clean");
                }