maro.pitti
Newbie level 3
Hi guys, I tried to apply the stimuli using modelsim to the sequential adder that I described in vhdl.
1) I tried to generate the clock signal like this: here is the screenshot:
But doing so it does not work,
num1 is the first number to be added
num2 is the second number
s, the result always fixed to zero
rst is the reset active low
here is the result of the simulation:
2) I generated the clock like this:
Now the result is correct.
Why in the first case is it wrong? Thanks a lot .
1) I tried to generate the clock signal like this: here is the screenshot:
But doing so it does not work,
num1 is the first number to be added
num2 is the second number
s, the result always fixed to zero
rst is the reset active low
here is the result of the simulation:
2) I generated the clock like this:
Now the result is correct.
Why in the first case is it wrong? Thanks a lot .
Last edited: