0% found this document useful (0 votes)
147 views

HW 02 PDF

This document provides instructions for an assignment to design a digital clock in Multisim that displays the time in hours, minutes, and seconds (hh:mm:ss) and differentiates between AM and PM using a dot by the hour digits. The clock can be controlled using four keys: the select key puts the clock in control mode, the reset key sets the seconds to zero, key 1 increments minutes, and key 2 increments hours from 1 to 12 while toggling between AM and PM to represent a 24-hour clock. The assignment is due on Tuesday 03/05/2016.

Uploaded by

Ameed Sayeh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
147 views

HW 02 PDF

This document provides instructions for an assignment to design a digital clock in Multisim that displays the time in hours, minutes, and seconds (hh:mm:ss) and differentiates between AM and PM using a dot by the hour digits. The clock can be controlled using four keys: the select key puts the clock in control mode, the reset key sets the seconds to zero, key 1 increments minutes, and key 2 increments hours from 1 to 12 while toggling between AM and PM to represent a 24-hour clock. The assignment is due on Tuesday 03/05/2016.

Uploaded by

Ameed Sayeh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

An-Najah National University

Department of Computer Engineering


Digital Circuits Design I (10636221)
Assignment # 2 (ILO 3)
A Simple Digital Clock

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.

Deadline: Tuesday 03/05/2016


Good Luck

You might also like