Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe error is here:
count4 when (count4<x"A") else "00"&count4(2 downto 1) when count4=x"c" else "00"&count4(0); The bold part is wrong and pointless. count4 when (count4<x"A") else x"2" when count4=x"C" else "000"&count4(0);