T
Tony Benham
Guest
Hi,
I'm compiling a model from Micron Semi written in vhdl and am getting the
following modelsim compile error.
"select choice must be a locally static expression"
The vhdl involved is
WITH C SELECT
C_Int <= K AFTER tCHCQV WHEN C_n,
C AFTER tCHCQV WHEN NOT(C_n),
K AFTER tCHCQV WHEN OTHERS;
where C_Int, C_n are STD_LOGIC.
Unless this is a vhdl-93/87 problem, I am puzzled how can it ever have
worked ?
Is there a simple solution to this ?
TIA
Tony
I'm compiling a model from Micron Semi written in vhdl and am getting the
following modelsim compile error.
"select choice must be a locally static expression"
The vhdl involved is
WITH C SELECT
C_Int <= K AFTER tCHCQV WHEN C_n,
C AFTER tCHCQV WHEN NOT(C_n),
K AFTER tCHCQV WHEN OTHERS;
where C_Int, C_n are STD_LOGIC.
Unless this is a vhdl-93/87 problem, I am puzzled how can it ever have
worked ?
Is there a simple solution to this ?
TIA
Tony