Forum Discussion

MShim18's avatar
MShim18
Icon for New Contributor rankNew Contributor
5 years ago

problam with modelsim

the program supposed to count the number of '1' in a given 32bit input library IEEE; use IEEE.std_logic_1164.all; entity one_cnt is port( serial_bit_input : in std_logic_vector (31 downto 0); r...