This commit is contained in:
Zane Kaminski 2023-04-08 04:11:05 -04:00
commit c057092275
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ module IOBS(
always @(posedge CLK) begin
if (Clear1) IOPWReady <= 1;
else if (Load1) IOPWReady <= 0;
else IOPWReady <= !ALE;
else IOPWReady <= !ALE1;
end
/* BERR control */