diff options
author | Dan Ravensloft <dan.ravensloft@gmail.com> | 2020-06-11 22:25:04 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-05 23:28:59 +0200 |
commit | 09ecb9b2cf3ab76841d30712bf70dafc6d47ef67 (patch) | |
tree | 11db41357b31c25744d10ef150ce2efda94bd42d /techlibs/intel_alm/common/bram_m10k.txt | |
parent | af54b8bc6123f6e90a97268624b84ac270dc1879 (diff) | |
download | yosys-09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.tar.gz yosys-09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.tar.bz2 yosys-09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.zip |
intel_alm: direct M10K instantiation
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 837e3a330..e9355fe2c 100644 --- a/techlibs/intel_alm/common/bram_m10k.txt +++ b/techlibs/intel_alm/common/bram_m10k.txt @@ -1,4 +1,4 @@ -bram __MISTRAL_M10K_SDP +bram MISTRAL_M10K 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_SDP endbram -match __MISTRAL_M10K_SDP +match MISTRAL_M10K min efficiency 5 make_transp endmatch |