mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-22 08:32:09 +00:00
Fix IOBS typo
This commit is contained in:
parent
9a9838a2c2
commit
8b5a8f92d0
@ -138,7 +138,7 @@ module IOBS(
|
|||||||
always @(posedge CLK) begin
|
always @(posedge CLK) begin
|
||||||
if (Clear1) IOPWReady <= 1;
|
if (Clear1) IOPWReady <= 1;
|
||||||
else if (Load1) IOPWReady <= 0;
|
else if (Load1) IOPWReady <= 0;
|
||||||
else IOPWReady <= !ALE;
|
else IOPWReady <= !ALE1;
|
||||||
end
|
end
|
||||||
|
|
||||||
/* BERR control */
|
/* BERR control */
|
||||||
|
Loading…
Reference in New Issue
Block a user