Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDigitize RGB video using DE0-Nano
Hi all, I'm building a 15Khz RGB to VGA converter using the DE0-Nano, to be used with old computers from the 80's. I know there are some boards in the market like GBS8200 but I'm not happy with...
Altera_Forum
Honored Contributor
12 years agoI dont really like the way you've done your frame buffer - I dont see this actually inferring a ram because of your unregistered read and write addresses (not to mention potential poor timing performance, but at 25MHz you can probably get away with it).
As for the jitter, rather than syncing the input to the output you might be better off just free running the output and inputs and using the frame buffer in the middle to get the data accross. You might get the odd tearing frame but to mitigate you should be able to make the output repeat a frame if the output catches the input.