[Home] [Dice] [BCD to 7 Segm] [Mux Display] [Bcd Counter] [Toggle Button] [StopWatch] [Conversions] [RPN Calculator] [The Gnome II] [74x382 ALU (8-bit)]
Bcd Counter
Up ] How to start a design ] Solution (extra) ]

 

Create a 4x4-bit Bcd counter which able to count 0000,0001,0002...0009,0010,0011, ..,9998, 9999 and start all over again.
Inspiration can be found in Wakerly chapter 8 (read about the 74xx163 counter).

You could chose between a single Bcd counter which could be combined (actually 4 counters) in a schematic, alternatively could you create a "pure" VHDL solution. 

NB! Next task will be watch counter like 00:00:00 to 23:59:59