3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 05:00:52 +00:00

intel_alm: M10K write-enable is negative-true

This commit is contained in:
Lofty 2022-03-09 16:40:32 +00:00 committed by gatecat
parent 4ccc2adbda
commit 9f7a55c99f
7 changed files with 30 additions and 8 deletions

View file

@ -1,4 +1,4 @@
bram MISTRAL_M10K
bram $__MISTRAL_M10K
init 0 # TODO: Re-enable when I figure out how BRAM init works
abits 13 @D8192x1
dbits 1 @D8192x1
@ -21,7 +21,7 @@ bram MISTRAL_M10K
endbram
match MISTRAL_M10K
match $__MISTRAL_M10K
min efficiency 5
make_transp
endmatch