mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-22 08:32:09 +00:00
Fix RAM?
This commit is contained in:
parent
3750609408
commit
09dc321bf5
@ -57,8 +57,7 @@ module RAM(
|
||||
else if (!BACT) RAMEN <= 1;
|
||||
end else if (RS==7) begin
|
||||
if (RefFromRS7) RAMEN <= 0;
|
||||
else if (BACT) RAMEN <= 0;
|
||||
else if (!BACT) RAMEN <= 1;
|
||||
else RAMEN <= 1;
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user