Page 1 of 1

[Mesecons] 4-Bit Counter without Microcontroller

PostPosted: Sun Dec 02, 2012 01:15
by DuSt
I extended the ripple carry adder by two 4-bit registers and a clock generator. It counts form 0 to 15.

at night:
Image

top view:
Image

left the registers, right the ripple-carry-adder:
Image

4-bit-ripple-carry-adder:
Image

4-bit-registers:
Image

Have Fun ;-)

Download: http://www.xup.in/dl,47932442/4-bit-counter.zip/

PostPosted: Tue Dec 04, 2012 03:23
by Temperest
Very nice! However, a more compact way of making a counter (without microcontrollers, that is) is to use chained T-FFs, which eliminates the need for the ripple carry adder entirely.

With microcontrollers, you can make the 4-bit counter using the T-FF design with just 2 of them.