mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-22 08:32:09 +00:00
Switch DBG to input to save macrocells
This commit is contained in:
parent
f85b786d17
commit
51d95a8f7d
@ -38,14 +38,11 @@ module WarpSE(
|
|||||||
output nDinOE,
|
output nDinOE,
|
||||||
output nDinLE,
|
output nDinLE,
|
||||||
output MCKE,
|
output MCKE,
|
||||||
output [5:0] DBG);
|
input [5:0] DBG);
|
||||||
|
|
||||||
/* MC68k clock enable */
|
/* MC68k clock enable */
|
||||||
assign MCKE = 1;
|
assign MCKE = 1;
|
||||||
|
|
||||||
/* DBG outuput */
|
|
||||||
assign DBG[5:0] = 6'h00;
|
|
||||||
|
|
||||||
/* GA gated (translated) address output */
|
/* GA gated (translated) address output */
|
||||||
assign GA[23:22] = (
|
assign GA[23:22] = (
|
||||||
// $800000-$8FFFFF to $000000-$0FFFFF (1 MB)
|
// $800000-$8FFFFF to $000000-$0FFFFF (1 MB)
|
||||||
|
Loading…
Reference in New Issue
Block a user