M
Manfred Balik
Guest
I want to do something, if the signal "address" is in the used address
range. I don't want to list all of this adresses (128!!!) in the case
structure.
Compiling this structure, I'm getting the error "choice must be discrete
range":
SIGNAL address : STD_LOGIC_VECTOR(14 downto 0);
....
CASE address IS
WHEN "000010000000000" TO "000010001111111" =>
....
What is my mistake?
How can I realize this functionality by an other structure?
Thanks, Manfred
range. I don't want to list all of this adresses (128!!!) in the case
structure.
Compiling this structure, I'm getting the error "choice must be discrete
range":
SIGNAL address : STD_LOGIC_VECTOR(14 downto 0);
....
CASE address IS
WHEN "000010000000000" TO "000010001111111" =>
....
What is my mistake?
How can I realize this functionality by an other structure?
Thanks, Manfred