mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5725 from yrabbit/disable-wm-2
GOWIN. Disable read-before-write mode.
This commit is contained in:
commit
4caffa7ebd
|
|
@ -51,11 +51,6 @@ ram block $__GOWIN_DP_ {
|
||||||
portoption "WRITE_MODE" 1 {
|
portoption "WRITE_MODE" 1 {
|
||||||
rdwr new;
|
rdwr new;
|
||||||
}
|
}
|
||||||
ifndef gw5a {
|
|
||||||
portoption "WRITE_MODE" 2 {
|
|
||||||
rdwr old;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
wrbe_separate;
|
wrbe_separate;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue