Altera_Forum
Honored Contributor
8 years agoNiosll vga output
Hi all,
I am designing a Nios ll classic processor based SOC for DE2-115 , when i studied its .v (soc instantiation) file i noticed that vga controller out ports i.e output wire [7:0] vga_controller_ext_R, // .R output wire [7:0] vga_controller_ext_G, // .G output wire [7:0] vga_controller_ext_B // .B ); are all 8-bit ???? this is wrong it should be 10-bit as per DE2-115 vga DACs . i used the Altera UP IPs for creating all components in Quartus prime ver 16.0 . And i dont see any option to change the width of RGB output on vga controller ??? Any one any idea whats wrong here ??? Regards