Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSorry, the following code should be removed,
in --Multiplexer that provides 8 channels as input to multipliers case clock_enable_counter is when "00" => data_mux_out <= data_in_d1(95 downto 0); when "01" => data_mux_out <= data_in_d1(191 downto 96); when "10" => data_mux_out <= data_in_d1(287 downto 192); when others => data_mux_out <= data_in_d1(383 downto 288);