HW 02 PDF
HW 02 PDF
Using Multisim Workbench, design a simple digital clock that has 6 displays and shows the
current time in the format hh:mm:ss, as shown in the figure:
The clock must show the day time (PM) or night time (AM). To do that, a dot near the hour
digits is used. When the time is AM, the dot must be off. On the other hand, when the time is
PM, the dot is on.
The clock can be also controlled using 4 keys. However, to go the control mode, the select key
(key 3) must be first pressed (otherwise the other three keys are not functioning). When the
clock is the control mode, the three keys can now be used:
RESET to make the seconds digits zero.
KEY1 can increment the minutes value.
KEY2 can increment the hours value.
NOTE:
1- Seconds and minutes are only between 0 and 59
2- Hours are between 1 and 12 and must go from AM to PM to form 24 hours.