Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16598 Discussions

problem with my code (Error 10500)

Altera_Forum
Honored Contributor II
1,068 Views

Error (10500): VHDL syntax error at jksmealy.vhd(52) near text "CASE"; expecting "if" 

Error (10500): VHDL syntax error at jksmealy_valmis.vhd(55) near text "WHEN"; expecting ";" 

Error (10500): VHDL syntax error at jksmealy.vhd(60) near text "WHEN"; expecting ";" 

Error (10500): VHDL syntax error at jksmealy.vhd(65) near text "WHEN"; expecting ";" 

 

Here is the error message what i don't understand and 

the code file is attached 

 

Thank for any help u can give :) Solved :)
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
405 Views

Try this: 

 

elsif clk'event ... 

 

instead of else if 

 

applies to other else ifs down...
0 Kudos
Reply