Altera_Forum
Honored Contributor
13 years agoHelp with Error Messages
Hi, this is my first time posting here. I just need some help figuring out how to correct my program. I'm new to VHDL. My assignment is to write VHDL coding to take information from ROM and output it to a video monitor. The 'ROM' is actually a mif picture stored in the same folder as the VHDL files. This picture is a 32 bit by 32 bit photo of an animal. The monitor is 640 x 480 pixels. The picture is to be written into part of the monitor. The rest of the monitor is to be black or just blank. This program is just to be simulated and not actually put on any hardware. The error messages are: Error (10500): VHDL syntax error at Homework7.vhd(28) near text "GENERIC"; expecting "(", or "'", or "."
Error (10500): VHDL syntax error at Homework7.vhd(33) near text ";"; expecting ":=", or "<=" Error (10500): VHDL syntax error at Homework7.vhd(34) near text ";"; expecting ":=", or "<=" The VHDL coding is attached. Thank you for your help, Mike