mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-24 21:34:16 +00:00
Undo I/O R/W gate for now. Will have to re-add this later for new revision with PDS R/W connected to CPLD.
This commit is contained in:
parent
e44991266c
commit
ffad08ffb5
@ -51,7 +51,7 @@ module IOBS(
|
||||
// I/O selected, and FIFO secondary level empty
|
||||
if (BACT && IOPWCS && !ALE1 && !Sent && TS!=0) begin
|
||||
// Latch R/W now but latch address and LDS/UDS next cycle
|
||||
IORW1 <= nWE || !IORealCS;
|
||||
IORW1 <= nWE;// || !IORealCS;
|
||||
Load1 <= 1;
|
||||
end else Load1 <= 0;
|
||||
end
|
||||
@ -87,7 +87,7 @@ module IOBS(
|
||||
IOL0 <= IOL1;
|
||||
IOU0 <= IOU1;
|
||||
end else begin // FSB request
|
||||
IORW <= nWE || !IORealCS;
|
||||
IORW <= nWE;// || !IORealCS;
|
||||
IOL0 <= !nLDS;
|
||||
IOU0 <= !nUDS;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user