From c3afb1147b40a687ec2fa9249936e47e8b90d7dd Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sat, 8 Apr 2023 05:46:45 -0400 Subject: [PATCH] Treat C20MEN as input now --- cpld/WarpSE.v | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index a051481..2e552bb 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -37,12 +37,10 @@ module WarpSE( output nDinOE, output nDinLE, input [3:1] SW, - output C20MEN, + input C20MEN, output C25MEN); - /* FSB clock oscillator enables */ - // Enable both oscillators... only mount one - assign C20MEN = 0; + /* FSB clock oscillator enable */ assign C25MEN = 1; /* Reset input and open-drain output */