Forum Discussion
Altera_Forum
Honored Contributor
8 years agomultiplayer in modelsim
hello i write this code (parallel multiplayer) in modelsim multi_player.vhd library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity MultTop is port ( Multiplier: in std_logic_vector(3 downto 0); ...
Altera_Forum
Honored Contributor
8 years agoHeres the problem:
Clk <= not Clk after 10 ns; -- 20ns period clock You appear to have testbench code inside an entity. A testbench needs to be its own entity.