mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-24 21:34:16 +00:00
Turn off FSB data output onto PDS bus when PDS bus idle
This commit is contained in:
parent
6e3d76ad80
commit
8d2f868d42
@ -108,7 +108,8 @@ module IOBM(
|
|||||||
DoutOE <= ((IOS==0 && IOREQr && !IORW && !C8Mr) ||
|
DoutOE <= ((IOS==0 && IOREQr && !IORW && !C8Mr) ||
|
||||||
(DoutOE && (IOS==2 || IOS==3 || IOS==4 || IOS==5)));
|
(DoutOE && (IOS==2 || IOS==3 || IOS==4 || IOS==5)));
|
||||||
end
|
end
|
||||||
assign nDoutOE = !(AoutOE && (DoutOE || (IOS0 && !IOREQr)));
|
//assign nDoutOE = !(AoutOE && (DoutOE || (IOS0 && !IOREQr)));
|
||||||
|
assign nDoutOE = !(AoutOE && DoutOE);
|
||||||
|
|
||||||
/* AS, DS, RW control */
|
/* AS, DS, RW control */
|
||||||
always @(negedge C16M) begin
|
always @(negedge C16M) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user