diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2019-03-08 00:11:17 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2019-03-08 00:15:46 +0100 |
commit | 5b6f59103374413e9c64c4f228853ce06b03ce29 (patch) | |
tree | 18048ea4628e77f3807e9239c0560c1f23326c6f | |
parent | e71055cfe8f3d90e157174b1fd83a06487a0a6a2 (diff) | |
download | yosys-5b6f59103374413e9c64c4f228853ce06b03ce29.tar.gz yosys-5b6f59103374413e9c64c4f228853ce06b03ce29.tar.bz2 yosys-5b6f59103374413e9c64c4f228853ce06b03ce29.zip |
ice40: Run ice40_braminit pass by default
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-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 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")) |