G
Gietek
Guest
Hi,
I work on Cadence Desing Systems and SimVision doesn't simulate some of
my codes. In some cases bits and bit_vectors waveforms are
unknown - "???"
E.g.
process(X, Sel)
begin
for i in 0 to 3 loop
if i = Sel then
Y(i) <= X;
else
Y(i) <= '0';
end if;
end loop;
end process;
where X is bit, Y bit_vector, Sel integer.
I work on Cadence Desing Systems and SimVision doesn't simulate some of
my codes. In some cases bits and bit_vectors waveforms are
unknown - "???"
E.g.
process(X, Sel)
begin
for i in 0 to 3 loop
if i = Sel then
Y(i) <= X;
else
Y(i) <= '0';
end if;
end loop;
end process;
where X is bit, Y bit_vector, Sel integer.