mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-02-19 05:30:38 +00:00
Merge branch 'dev' of https://github.com/garrettsworkshop/Warp-SE into dev
This commit is contained in:
commit
c057092275
@ -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…
x
Reference in New Issue
Block a user