From: David Shah Date: Sun, 16 Dec 2018 17:43:57 +0000 (+0000) Subject: ice40: Use abc -dress in synth_ice40 X-Git-Tag: yosys-0.9~306^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ef2333497940a9f235d36f38a727f2533bab902;p=yosys.git ice40: Use abc -dress in synth_ice40 Signed-off-by: David Shah --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index f900453e8..ba013fef2 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -282,7 +282,7 @@ struct SynthIce40Pass : public ScriptPass run("techmap -map +/gate2lut.v -D LUT_WIDTH=4", "(only if -noabc)"); } if (!noabc) { - run("abc -lut 4", "(skip if -noabc)"); + run("abc -dress -lut 4", "(skip if -noabc)"); } run("clean"); if (relut || help_mode) {