mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-21 17:31:47 +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 nDinLE,
|
||||
output MCKE,
|
||||
output [5:0] DBG);
|
||||
input [5:0] DBG);
|
||||
|
||||
/* MC68k clock enable */
|
||||
assign MCKE = 1;
|
||||
|
||||
/* DBG outuput */
|
||||
assign DBG[5:0] = 6'h00;
|
||||
|
||||
/* GA gated (translated) address output */
|
||||
assign GA[23:22] = (
|
||||
// $800000-$8FFFFF to $000000-$0FFFFF (1 MB)
|
||||
|
Loading…
Reference in New Issue
Block a user