T
Thorsten Bunte
Guest
Hello,
is it allowed to use a generic within a choice line of a CASE statement?
case "signal"
when "constant" =>
....
when "constant" to "constant" + "generic_value" =>
....
when others =>
....
end case;
ModelSIM (PE 6.0b) gives me the warning:
** Warning: ../SRC/RTL/arch_ADRDEC.vhd(1977): Case choice must be a locally
static expression.
Best regards,
Thorsten
is it allowed to use a generic within a choice line of a CASE statement?
case "signal"
when "constant" =>
....
when "constant" to "constant" + "generic_value" =>
....
when others =>
....
end case;
ModelSIM (PE 6.0b) gives me the warning:
** Warning: ../SRC/RTL/arch_ADRDEC.vhd(1977): Case choice must be a locally
static expression.
Best regards,
Thorsten