![]() |
CS1101: Laboratory 97-Segment ConverterAcademic Year 2006-2007Lecturer: Dr. Barry O'SullivanDepartment of Computer Science University College Cork |
|
The objective of this lab is to develop a digital circuit which displays 4-bit binary numbers on a 7-segment display. The segments of the display used in this lab are presented in Figure 1. |
cs1101submit Segments.v
The submission deadline is 5pm on Monday 26th of February.
Inputs | Outputs | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
W | X | Y | Z | a | b | c | d | e | f | g |
0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 0 |
0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 |
0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 |
0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 |
0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 |
0 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 |
0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
0 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 |
Here is a table of boolean identities which you will find useful
(in particular, De Morgan's Law):
Return to the CS1101 Home Page