Fix bad wiring for CNT module

This commit is contained in:
Zane Kaminski 2024-09-21 21:51:30 -04:00
parent 55bc63a23a
commit f85b786d17

View File

@ -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 */