From ca91bccb6b03a0b098f80bf14b55a1444eef73c0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 19 Jun 2016 13:08:16 +0200 Subject: Added "deminout" --- techlibs/ice40/synth_ice40.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'techlibs') 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")) -- cgit v1.2.3