Hi, I have a piece of vhdl like this:
case stdvector8bits(1 downto 0) is
when "00" =>
<some code>
.
.
.
when others =>
<some code>
end case;
when I compile this file, ghdl shows this error message:
"object subtype is not locally static"
In the above example, stdvector8bits is a std_logic_vector (7 downto 0).
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
