mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-02-16 16:30:29 +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;
|
wire QoSReady;
|
||||||
CNT cnt(
|
CNT cnt(
|
||||||
/* FSB clock and E clock inputs */
|
/* FSB clock and E clock inputs */
|
||||||
FCLK, C8M, E,
|
FCLK, E,
|
||||||
/* Refresh request */
|
/* Refresh request */
|
||||||
RefReq, RefUrg,
|
RefReq, RefUrg,
|
||||||
/* Reset, button */
|
/* Reset, button */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user