From: Michael Gernoth Date: Tue, 29 Apr 2008 08:09:29 +0000 (+0200) Subject: clockgen X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fpga-games/commitdiff_plain/fc28fcbf42c0a4b8c3b7a97124c5d0f667c49a06?ds=sidebyside clockgen --- 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) );