Forum Discussion

JUNIOR's avatar
JUNIOR
Icon for New Contributor rankNew Contributor
6 years ago

random adder(counter) error in FSM

Hi, I have random adder error in FSM problem the current result of reg [15:0]counter is : 1,2,3,4,5,4,5,6 but the correct result would be 1,2,3,4,5,6,7,8 Does anyone know how to fix this, any rep...