This commit is contained in:
Zane Kaminski 2023-04-01 08:19:52 -04:00
parent 3750609408
commit 09dc321bf5
1 changed files with 1 additions and 2 deletions

View File

@ -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