mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-02-12 05:30:54 +00:00
Make PDS /BR open-drain
This commit is contained in:
parent
1d48cad261
commit
6efaf0da6a
@ -201,6 +201,8 @@ module WarpSE(
|
||||
.IODONE(IODONE));
|
||||
|
||||
wire SndQoSReady;
|
||||
wire nBR_IOBout;
|
||||
assign nBR_IOB = nBR_IOBout ? 1'bZ : 1'b0;
|
||||
CNT cnt(
|
||||
/* FSB clock, 7.8336 MHz clock, and E clock inputs */
|
||||
.CLK(FCLK),
|
||||
@ -215,7 +217,7 @@ module WarpSE(
|
||||
.nIPL2(nIPL2),
|
||||
/* Mac PDS bus master control outputs */
|
||||
.AoutOE(AoutOE),
|
||||
.nBR_IOB(nBR_IOB),
|
||||
.nBR_IOB(nBR_IOBout),
|
||||
/* QoS select inputs */
|
||||
.BACT(BACT),
|
||||
.QoSCS(QoSCS),
|
||||
|
Loading…
x
Reference in New Issue
Block a user