diff options
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 0134c13c1..38a9cf9d6 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -169,6 +169,7 @@ struct SynthIce40Pass : public ScriptPass run("proc"); run("flatten"); run("tribuf -logic"); + run("deminout"); } if (check_label("coarse")) |