mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-24 21:34:16 +00:00
Fix bad wiring for CNT module
This commit is contained in:
parent
55bc63a23a
commit
f85b786d17
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user