Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.35 KB

lab6.rst

File metadata and controls

40 lines (34 loc) · 1.35 KB

Task 6: Seven-Segment Display (Week 8)

  • Objective:
    • Revisit the knowledge points that we have studied.
    • Get to know the operation of a device by reading its manual and/or other material. Specifically in this task, get to know the operation of the seven-segment LED display.
    • Start a design from its block diagram.
    • Model each block, and
    • Model the entire circuit that drives the seven-segment LED display.

Knowledge Points Revisited

  • Hierarchy design and Structure Style Modeling
  • Two segment coding style
  • Combinational circuit design
    • Decoder:
      • Hex to 7-segment decoder,
      • 3-to-8 decoder
    • Multiplexer
  • Sequential circuit design
    • Counter
    • Frequency divider

New

Understand the 7-Seg LED Display

../_static/t6_1.png

../_static/t6_2.png