Legal syntax for VHDL expression

R

rickman

I am writing a case statement and it doesn't seem to like an attribute
as a selection expression. Is an attribute not a legal item in an
expression?

It flags an error at the "of" on the first line saying 'keyword "is"
expected'
and at the beginning of the last line shown here saying 'keyword "end"
expected'

case LFSRReg'high of
when 2 =>
Feedback := Feedback xor LFSRReg(2);
Feedback := Feedback xor LFSRReg(1);
when 3 =>

I seem to get rusty on VHDL between projects, but I thought I knew how
to construct a case statement. Am I just getting old?

Rick
 
R

rickman

The syntax is
  case expression is

so replace "of" by "is",

regards
Alan

Maybe I am working to hard. I even looked at a reference guide
several times and kept reading "of" instead of "is"... If I'm not
getting old, I guess I'm at least getting tired!

Thanks a lot for the *really* fast reply!

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top