Switch DBG to input to save macrocells

This commit is contained in:
Zane Kaminski 2024-09-21 21:52:03 -04:00
parent f85b786d17
commit 51d95a8f7d

View File

@ -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)