From 51d95a8f7d34c243e1cb190d53384141b9ffc6f4 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sat, 21 Sep 2024 21:52:03 -0400 Subject: [PATCH] Switch DBG to input to save macrocells --- cpld/WarpSE.v | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index 28babce..c58f3ee 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -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)