Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOk i have rewrited the DE1_NIOS.v with your indications.
Thanks for your patience really :oops:. So actually here is the state of my two files : http://sega4ever.power-heberg.com/fpga/de1%20init.rar i think this :
VGA_M1, // VGA M1
VGA_M2, // VGA M2
VGA_SYNC_N, // VGA SYNC N
VGA_SYNC_T, // VGA SYNC T
VGA_BLANK, // VGA Blank
VGA_CLK,
Are part of the Lancelot card so i can't drive it with Nios II eclipse because i don't have the card attached in my FPGA I have commented these lines in my DE1_NIOS.v . Just need to drive the VGA with Nios II Eclipse ;) The Quartus II compilation works but nothing seems to be initialized when i launch the vga demo with eclipse. Can you tell me one more time if my files are correct please ?