Guest
hi,
how to do an other condition with no change like this :
N : integer
with sig select
N<=
11 when "00",
13 when "01",
N when other; ??????
Quartus inffer a latch !!!
with vector as std_logic_vector I do this :
with sig select
vector <=
"00" when "00",
"11" when "01",
"--" when other;
how to do an other condition with no change like this :
N : integer
with sig select
N<=
11 when "00",
13 when "01",
N when other; ??????
Quartus inffer a latch !!!
with vector as std_logic_vector I do this :
with sig select
vector <=
"00" when "00",
"11" when "01",
"--" when other;