diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-06-20 09:31:19 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-06-20 09:31:19 +0200 |
commit | df0163cd2b0dfd7c825f13ecb1c22f4f4d494a3b (patch) | |
tree | e04ced371b9db79afe64afedde38a78609ceb11c /techlibs | |
parent | 94fbaff58ff4e99f81c4876a0f820ca74a0ad08a (diff) | |
download | yosys-df0163cd2b0dfd7c825f13ecb1c22f4f4d494a3b.tar.gz yosys-df0163cd2b0dfd7c825f13ecb1c22f4f4d494a3b.tar.bz2 yosys-df0163cd2b0dfd7c825f13ecb1c22f4f4d494a3b.zip |
iCE40: set min bram efficiency to 2%
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/brams.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/ice40/brams.txt b/techlibs/ice40/brams.txt index e025b3687..05131b227 100644 --- a/techlibs/ice40/brams.txt +++ b/techlibs/ice40/brams.txt @@ -29,12 +29,12 @@ bram $__ICE40_RAM4K_M123 endbram match $__ICE40_RAM4K_M0 - min efficiency 10 + min efficiency 2 make_transp or_next_if_better endmatch match $__ICE40_RAM4K_M123 - min efficiency 10 + min efficiency 2 make_transp endmatch |