OpenCores

OPB-compatible VGA character display, no DAC

Issue List
SRL16 used to reset DCM is initialized with wrong value #1
Open pivvosh opened this issue over 16 years ago
pivvosh commented over 16 years ago

user_logic.v (line 2132) now it is vhdl-like defparam value: defparam RESET_SYSTEM_DCM.INIT = "000F"; but it should be: defparam RESET_SYSTEM_DCM.INIT = 16'h000F;

Other thing is that it does not work stable with my LCD. When I write the same string at the same position every 1 second, there are often wrong chars in some random(?) positions. Maybe I should adjust some VGA timing parameters in SVGA_DEFINES.v file to fix it ?


Assignee
No one
Labels
Bug