Ask Your Question
3

What does the error message "COMP96 ERROR COMP96_0018: 'Identifier expected.' 'design.vhd' 18 24" mean?

asked 2022-10-30 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-05 12:00:00 +0000

devzero gravatar image

This error message indicates that there is an identifier missing at line 18, column 24 in the file "design.vhd". An identifier is a name given to a variable or object in the code, and it is expected to be present at that location. It might indicate a syntax error or a missing declaration that needs to be added to the code at that point.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-10-30 11:00:00 +0000

Seen: 15 times

Last updated: Feb 05 '22