Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi
Have you tried option 1?? Learn to write test-bench google it. http://eng.umb.edu/~cuckov/classes/engin341/lectures/l02%20-%20vhdl%20-%20dataflow%20and%20structural%20modeling%20and%20testbenches.pdf
--ONE OF THE WAY OF WRITING TB IS SHOWN YOU CAN USE LOOPS TO TEST ALL THE CASE
stimulus: process
begin
a<="0101";
b<="0101";
wait for 20ns;
a<="1111";
b<="1111";
wait;
end process;
Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation)