Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI suggest using if:
if singlebit = '1' then out <= bus; else out < = (others => '0'); end if;I suggest using if:
if singlebit = '1' then out <= bus; else out < = (others => '0'); end if;