mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5039 from YosysHQ/gatemate_bram
gatemate: WRITE_THROUGH mode change
This commit is contained in:
commit
febc07e6fb
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue