Hi! > So, to begin with, how about someone give me the raw timing numbers > for, say, [EMAIL PROTECTED] Shortly, I'll provide a module header for the > video pins on the two interfaces.
At the job I had this summer I played around with a virtex-II pro and tried to make a video controller and got something that seemed to work. The xilinx example files had the timing numbers needed. From there: // 800 X 600 @ 60Hz with a 40.000MHz pixel clock `define H_ACTIVE 800 // pixels `define H_FRONT_PORCH 40 // pixels `define H_SYNCH 128 // pixels `define H_BACK_PORCH 88 // pixels `define H_TOTAL 1056// pixels `define V_ACTIVE 600 // lines `define V_FRONT_PORCH 1 // lines `define V_SYNCH 4 // lines `define V_BACK_PORCH 23 // lines `define V_TOTAL 628 // lines Would the rest of the video controller be useful? Just thinking that something simpler than the one in svn could be useful for testing. Regards, Simon
pgpGYqmafRLKy.pgp
Description: PGP signature
_______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
