Forum Discussion
ASing173
New Contributor
6 years agoI am writting the Verilog code and test bench for 4 bit shync up counter but I am not getting the desired output my code is below I should get cout as increased by 1 but I am not getting it when enable is high.
ASing173
New Contributor
6 years agoits 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...