mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-21 17:31:47 +00:00
Fix IOBS typo
This commit is contained in:
parent
9a9838a2c2
commit
8b5a8f92d0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user