A Up|Down Counter

Thread Starter

dnkschn

Joined Mar 29, 2009
8
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?
 
Is it possible to write the vhdl code and then see the logic diagram of circuit? That sounds quite easy
.

Yes it is possible. Xilinx offers the 'ISE WEBpack' download for free. It is a big download, and you will have to sign up with Xilinx and register it.
It is a bit intimidating to get started with, but if you follow the guided tutorials, you will get the hang of it quickly. The nice thing is that this software is everything in one, a development, simulation, and target programmer in one package.

Anyways, have fun!
 
Top