diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-09 13:24:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 13:24:10 -0800 |
commit | 2ace1b0041ff31d6e7d7be298a4b8588d73aff93 (patch) | |
tree | 7de7656ff8a694c5c8fd8cfdea25fd80e96ef232 /techlibs/ice40/synth_ice40.cc | |
parent | 94f995ee3784e1a94a484fd399be2be4793d4e41 (diff) | |
parent | 5b6f59103374413e9c64c4f228853ce06b03ce29 (diff) | |
download | yosys-2ace1b0041ff31d6e7d7be298a4b8588d73aff93.tar.gz yosys-2ace1b0041ff31d6e7d7be298a4b8588d73aff93.tar.bz2 yosys-2ace1b0041ff31d6e7d7be298a4b8588d73aff93.zip |
Merge pull request #859 from smunaut/ice40_braminit
iCE40 BRAM primitives init from file
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-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")) |