Guest
#2005657
Hello experts,
I am stuck in doing a VHDL testbench. My VHDL code works just fine, but
the problem now is that I cannot make the right testbench.
* the first problem is the clock, I made two seperated processes, one
for clock and the other one for setting different valuse for the input.
The clock process does not work !! the simulation does not show any
change in the clock signal.
* Same problem for reset, I put the reset signal in the second process,
and it doesn't work propely.
* regarding setting the values, for the input I used for loop as follows
for j in 0 to 7 loop
X(i) <= '1' ;
wait for 10 ns;
end loop;
and this also doesn't work properly.
any help is truley appreciated.
