From fc28fcbf42c0a4b8c3b7a97124c5d0f667c49a06 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 29 Apr 2008 10:09:29 +0200 Subject: [PATCH] clockgen --- galaxian/src/mc_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxian/src/mc_top.v b/galaxian/src/mc_top.v index 58bc3c0..3e9526d 100644 --- a/galaxian/src/mc_top.v +++ b/galaxian/src/mc_top.v @@ -110,7 +110,7 @@ wire W_STARS_CLK; dcm clockgen( .CLKIN_IN(I_CLK_125M), -.RST_IN(W_RESETn), +.RST_IN(! W_RESETn), .CLKFX_OUT(I_CLK_18432M) ); -- 2.39.2