Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn your top level module it doesn't seem that anything is connected to the VGA outputs, therefore there can't be any VGA output.
If you go to system0_inst.v you will see a number of extra ports that you haven't added (B_from_vga_controller etc.) First add these ports to your instantiation in DE1_NIOS.v and connect them to the VGA outputs (VGA_R, VGA_G, VGA_B, etc.).