Guest
#3641862
hi all if i have vhdl code and the output such as std_logic_vector(7 downto 0) and the output (254,0,0,0,0,0,0,300,0,0,0,0,450,0,0,0,0,0,0,0.. etc and i want to get ride of such zero values and get only (254,300,450.....) i.e discard any zero output and get non zero output. how can i do that in vhdl cod?? thanks for any help.




