mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-08-09 20:25:06 +00:00
Remove PDS R/W from top-level entity
This commit is contained in:
@@ -16,7 +16,7 @@ module WarpSE(
|
|||||||
input nVPA_IOB,
|
input nVPA_IOB,
|
||||||
output nVMA_IOB,
|
output nVMA_IOB,
|
||||||
output nAS_IOB,
|
output nAS_IOB,
|
||||||
output RnW_IOB,
|
//output RnW_IOB,
|
||||||
output nUDS_IOB,
|
output nUDS_IOB,
|
||||||
output nLDS_IOB,
|
output nLDS_IOB,
|
||||||
output nBR_IOB,
|
output nBR_IOB,
|
||||||
@@ -169,7 +169,7 @@ module WarpSE(
|
|||||||
assign nAoutOE = !AoutOE;
|
assign nAoutOE = !AoutOE;
|
||||||
wire nAS_IOBout, RnW_IOBout, nLDS_IOBout, nUDS_IOBout, nVMA_IOBout;
|
wire nAS_IOBout, RnW_IOBout, nLDS_IOBout, nUDS_IOBout, nVMA_IOBout;
|
||||||
assign nAS_IOB = AoutOE ? nAS_IOBout : 1'bZ;
|
assign nAS_IOB = AoutOE ? nAS_IOBout : 1'bZ;
|
||||||
assign RnW_IOB = AoutOE ? RnW_IOBout : 1'bZ;
|
//assign RnW_IOB = AoutOE ? RnW_IOBout : 1'bZ;
|
||||||
assign nLDS_IOB = AoutOE ? nLDS_IOBout : 1'bZ;
|
assign nLDS_IOB = AoutOE ? nLDS_IOBout : 1'bZ;
|
||||||
assign nUDS_IOB = AoutOE ? nUDS_IOBout : 1'bZ;
|
assign nUDS_IOB = AoutOE ? nUDS_IOBout : 1'bZ;
|
||||||
assign nVMA_IOB = AoutOE ? nVMA_IOBout : 1'bZ;
|
assign nVMA_IOB = AoutOE ? nVMA_IOBout : 1'bZ;
|
||||||
|
Reference in New Issue
Block a user