I'm trying to design a 3 bit signed up_down counter, it will have a clear input-which clears the counter, also set and enable inputs, when it is enabled(1), the set input will control the up or down.
Since this is a signed counter, i need to show underflow and overflow as an output as well.
Its a bit confused me. you have any suggestions to me?
Since this is a signed counter, i need to show underflow and overflow as an output as well.
Its a bit confused me. you have any suggestions to me?