forceface
Newbie level 1
I'm currently working on a verilog module that has a binary counter and am I'm not quite sure what this binary counter is doing. The binary counter has 3 inputs (clock enable, synchronous reset and an internal clock) and one 32 bit
output. I'm having the output go to a led display where it shows the output of the counter in hexadecimal. In my mind this is how I see it working, each time clock enable goes high the binary counter starts counting till it gets to certain
value then resets and starts counting again. Then it displays how many times it gets to this value. Can someone confirm that I'm right and if set me straight. Thanks.
output. I'm having the output go to a led display where it shows the output of the counter in hexadecimal. In my mind this is how I see it working, each time clock enable goes high the binary counter starts counting till it gets to certain
value then resets and starts counting again. Then it displays how many times it gets to this value. Can someone confirm that I'm right and if set me straight. Thanks.