Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVGA controller in Verilog
I've been trying to code a simple VGA controller to run on my Altera DE1 board. Here is my code: `define rgb {vga_r, vga_g, vga_b}
`define rgb_gnd {12{gnd}}
`define red {4'd15, 4'd0, 4'd0}...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Yes, thanks. --- Quote End --- How did you solve the problem? Please send the final code.