mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-24 21:34:16 +00:00
Gate RAM /OE with RAMCS instead of RAMCS0X
This commit is contained in:
parent
41dc054172
commit
705b15cf47
@ -47,7 +47,7 @@ module RAM(
|
||||
/* RAM /OE control */
|
||||
always @(posedge CLK) begin
|
||||
if (nAS) nOE <= 1;
|
||||
else nOE <= !(BACT && RAMCS0X && nWE);
|
||||
else nOE <= !(BACT && RAMCS && nWE);
|
||||
end
|
||||
|
||||
/* ROM control signals */
|
||||
|
Loading…
Reference in New Issue
Block a user