Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 604 Bytes

File metadata and controls

34 lines (25 loc) · 604 Bytes

Display Comparator

Caroline Kasuba 98-154 Intro to Open-Source Chip Design, Fall 2022

Description

Chip is designed to display result of mag comparator. Logic for magnitude comparator is filtered into seven segment display data.

Testing

Input ones and zeros and get resulting magnitude comparison on seven segment display. 'A' when A > B. 'b' when A < B. '=' when A = B

Inputs

  • input A[3]
  • input A[2]
  • input A[1]
  • input A[0]
  • input B[3]
  • input B[2]
  • input B[1]
  • input B[0]

Outputs

  • segment a
  • segment b
  • segment c
  • segment d
  • segment e
  • segment f
  • segment g
  • none