Files
fpga-basics/Max10_VGA/vga_test_screen.sv.bak
Benjamin Kyd 8d65a966cb colours
2022-05-31 00:25:12 +01:00

5 lines
105 B
Systemverilog

VGA_Test_Screen(
input wire [10:0] scan_pos_x,
input wire [10:0] scan_pos_y,
output wire [2:0] rgb,
);