Forum Discussion
9 Replies
- sstrell
Super Contributor
Your testbench is not toggling the clock, so nothing is going to happen.
#iwork4intel
- ASing173
New Contributor
thanks I will check with that.....
- ASing173
New Contributor
still I am facing the same problem tough my test bench clk toggling now....
- sstrell
Super Contributor
You changed your always block so it is no longer clocked. Put it back to always @(posedge clk).
#iwork4intel
- sstrell
Super Contributor
I'm not familiar with this simulation tool, but perhaps you have to initialize or reset cout to a value instead of xxxx.
#iwork4intel
- ASing173
New Contributor
its online tool edaplayground (icarus Verilog 0.10.0)
count depends on the inputs given i.e the reset and enable and I am giving both logic so according to that logic the output should be produced...
- ASing173
New Contributor
I got it...