]> Joshua Wise's Git repositories - firearm.git/commitdiff
xst/Console: Change divisors.
authorJoshua Wise <joshua@escape.joshuawise.com>
Mon, 22 Feb 2010 07:18:13 +0000 (02:18 -0500)
committerJoshua Wise <joshua@escape.joshuawise.com>
Mon, 22 Feb 2010 07:18:13 +0000 (02:18 -0500)
xst/Console.v

index 94e1010ac77d153981a6e237a9d27b0060c1e6ef..fc89b2e4aae8ba2921e6559ec4f12b77d0a622a2 100644 (file)
@@ -67,8 +67,8 @@ module Console(
        defparam dcm31_25.mul = 5;
        
        MulDivDCM dcmcore(xtal, coreclk, coreclk_90);   /* 50MHz */
-       defparam dcmcore.div = 2;
-       defparam dcmcore.mul = 1;
+       defparam dcmcore.div = 4;
+       defparam dcmcore.mul = 2;
        
        wire vs, hs;
        SyncGen sync(pixclk, vs, hs, x, y, border);
This page took 0.023286 seconds and 4 git commands to generate.