Forum Discussion
Altera_Forum
Honored Contributor
11 years agohi.
In entity quarter_round you declared port y as unsigned. When you declared the component in the testbench, you declared the port as std_logic_vector. Usually the entity ports are of type std_logic or std_logic_vector.