I guess what you need is:
• Create a project that utilizes multiple VHDL files.
• Route signals in and out of the device to facilitate I/O.
• Design and implement counters.
• Understand clocks and 7-segment display circuits.
The counter must:
• Have a pause, reset and increasing count state.
• Count from second to hours.
• Display its count using the 7-segment display. |