sporniket / the-cradle-colorlight-i9-ecp5-amaranth-hdl

An implementation of "the cradle" for the ECP5-based colorlight i9 written with the Amaranth HDL
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Provide a double line buffer to feed the video output #5

Open sporniket opened 1 year ago

sporniket commented 1 year ago

User story

As a project based on the cradle

I want to feed the video content to the cradle

In order to display something

Technical details

Signals

Input Output
DataIn[0:23]
DataStrobe
SwitchStrobe SwitchAcknowledge
HSync
VideoDisplayEnable DataOut[0:23]

Line doubling/tripling/...

The client project MAY delay the switching signal so that the line seems to have a double height or more, resulting in reducing the vertical resolution.

Automated tests

TODO