From: Sylvain Munaut Date: Thu, 7 Mar 2019 23:11:17 +0000 (+0100) Subject: ice40: Run ice40_braminit pass by default X-Git-Tag: yosys-0.9~250^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b6f59103374413e9c64c4f228853ce06b03ce29;p=yosys.git ice40: Run ice40_braminit pass by default Signed-off-by: Sylvain Munaut --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 34501b335..8899bfcc4 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -257,6 +257,7 @@ struct SynthIce40Pass : public ScriptPass { run("memory_bram -rules +/ice40/brams.txt"); run("techmap -map +/ice40/brams_map.v"); + run("ice40_braminit"); } if (check_label("map"))