]> Joshua Wise's Git repositories - firearm.git/blobdiff - xst/Console.v
xst/Console: Change divisors.
[firearm.git] / 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.023606 seconds and 4 git commands to generate.