Displays a test pattern on the screen resembling NTSC color bars. Optionally, you can add a station ID, make the ID scroll, and make the color bars scroll.
The colors displayed are NOT accurate to actual NTSC color bars. This cannot be used to adjust NTSC video equipment; it's just for fun.
Connect to a VGA monitor. Set the following inputs to configure the design:
show_id
(ui_in[0]
) to add a station ID,custom_id
(ui_in[1]
) to use a custom ID (address on uio_out
, data on ui_in[7:4]
),scroll_id
(ui_in[2]
) to make the ID scroll,scroll_bars
(ui_in[3]
) to make the color bars scroll.# | Input | Output | Bidirectional |
---|---|---|---|
0 | show_id | R1 | A0 (custom id) |
1 | custom_id | G1 | A1 (custom id) |
2 | scroll_id | B1 | A2 (custom id) |
3 | scroll_bars | VSync | A3 (custom id) |
4 | D3 (custom id) | R0 | A4 (custom id) |
5 | D2 (custom id) | G0 | A5 (custom id) |
6 | D1 (custom id) | B0 | A6 (custom id) |
7 | D0 (custom id) | HSync | A7 (custom id) |