diff options
author | Lofty <dan.ravensloft@gmail.com> | 2020-07-13 14:08:52 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-13 18:05:38 +0200 |
commit | a3a90f6377f251d3b6c5898eb1543f8832493bb8 (patch) | |
tree | 675edf92b662112079a0b3384d406b8f5526a3de /techlibs/intel_alm/common/bram_m10k.txt | |
parent | 38b814b525d9d3abbfea060a8156b64b15aa7cf3 (diff) | |
download | yosys-a3a90f6377f251d3b6c5898eb1543f8832493bb8.tar.gz yosys-a3a90f6377f251d3b6c5898eb1543f8832493bb8.tar.bz2 yosys-a3a90f6377f251d3b6c5898eb1543f8832493bb8.zip |
Revert "intel_alm: direct M10K instantiation"
This reverts commit 09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.
Diffstat (limited to 'techlibs/intel_alm/common/bram_m10k.txt')
-rw-r--r-- | techlibs/intel_alm/common/bram_m10k.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/intel_alm/common/bram_m10k.txt b/techlibs/intel_alm/common/bram_m10k.txt index e9355fe2c..837e3a330 100644 --- a/techlibs/intel_alm/common/bram_m10k.txt +++ b/techlibs/intel_alm/common/bram_m10k.txt @@ -1,4 +1,4 @@ -bram MISTRAL_M10K +bram __MISTRAL_M10K_SDP init 0 # TODO: Re-enable when I figure out how BRAM init works abits 13 @D8192x1 dbits 1 @D8192x1 @@ -27,7 +27,7 @@ bram MISTRAL_M10K endbram -match MISTRAL_M10K +match __MISTRAL_M10K_SDP min efficiency 5 make_transp endmatch |