Forum Discussion
Altera_Forum
Honored Contributor
13 years agotry this:
u1 : random PORT MAP ( clk => clk1, random => rand_temp ); you forgot the random before the port map. Is this just for testbench code? VHDL already has a built in random number generator for testbenches.