mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
GOWIN. Disable read-before-write mode.
According to the latest documentation from GOWIN - "UG285-1.4E Gowin BSRAM & SSRAM User Guide" The dual port BSRAM of all 55nm devices (including GW1N, GW2A and GW1A series) does not support the read-before-write mode (WRITE_MODE = 2) Signed-off-by: YRabbit <[email protected]>
This commit is contained in:
@@ -51,11 +51,6 @@ ram block $__GOWIN_DP_ {
|
||||
portoption "WRITE_MODE" 1 {
|
||||
rdwr new;
|
||||
}
|
||||
ifndef gw5a {
|
||||
portoption "WRITE_MODE" 2 {
|
||||
rdwr old;
|
||||
}
|
||||
}
|
||||
wrbe_separate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user