This document describes the design of a 4-display multiplexing system to sequentially display the values of a 8-bit incrementing counter. The design includes:
1) An 8-bit incrementing counter module
2) A hexadecimal to 7-segment display decoder
3) A 4-input multiplexer to sequentially activate each display
The modules are instantiated and interconnected in a top level module to increment the counter value and sequentially multiplex the output to the four displays on the Nexys 2 board. Simulation waveforms verify the correct functionality of incrementing the counter value and sequentially multiplexing the displays.