Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

problem with my code (Error 10500)

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 :)

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Try this:

    elsif clk'event ...

    instead of else if

    applies to other else ifs down...