mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-10 07:10:31 +00: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 <rabbit@yrabbit.cyou>
This commit is contained in:
parent
0d7a875675
commit
26dc01102e
1 changed files with 0 additions and 5 deletions
|
|
@ -51,11 +51,6 @@ ram block $__GOWIN_DP_ {
|
|||
portoption "WRITE_MODE" 1 {
|
||||
rdwr new;
|
||||
}
|
||||
ifndef gw5a {
|
||||
portoption "WRITE_MODE" 2 {
|
||||
rdwr old;
|
||||
}
|
||||
}
|
||||
wrbe_separate;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue