3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 19:35:53 +00:00

Merge pull request #5039 from YosysHQ/gatemate_bram

gatemate: WRITE_THROUGH mode change
This commit is contained in:
Miodrag Milanović 2025-04-25 09:53:43 +02:00 committed by GitHub
commit febc07e6fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,6 @@ ram block $__CC_BRAM_TDP_ {
} }
portoption "WR_MODE" "WRITE_THROUGH" { portoption "WR_MODE" "WRITE_THROUGH" {
rdwr new; rdwr new;
wrtrans all new;
} }
wrbe_separate; wrbe_separate;
optional_rw; optional_rw;