From f85b786d17c40f0d389ca1231a7703bad525af09 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sat, 21 Sep 2024 21:51:30 -0400 Subject: [PATCH] Fix bad wiring for CNT module --- cpld/WarpSE.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index 2f0d3bf..28babce 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -146,7 +146,7 @@ module WarpSE( wire QoSReady; CNT cnt( /* FSB clock and E clock inputs */ - FCLK, C8M, E, + FCLK, E, /* Refresh request */ RefReq, RefUrg, /* Reset, button */