Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Implement mux using for loop

Hi I think it is possible to implement a mux using a for loop like in the following example: type array_type is array (7 downto 0) of std_logic_vector(15 downto 0); signal mux_in: array...