Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- I suggest using if: if singlebit = '1' then out <= bus; else out < = (others => '0'); end if; --- Quote End --- Hi kaz, Yes, it's a simple way than mine. Thanks!