https://github.com/mcquerol/bcd-to-seven-segment-e-simulation
This repository explores the design of a seven-segment display decoder focused on segment 'e'. It compares various logic design methods—including sum of products, product of sums, and NOR gate implementations—using Boolean algebra and Karnaugh maps. The study concludes that the NOR gate circuit is the most efficient, requiring only three NOR gates,
https://github.com/mcquerol/bcd-to-seven-segment-e-simulation
boolean-algebra circuit-design de-morgans-laws digital-logic karnaugh-map nor-gates product-of-sums schematic-design seven-segment-display sum-of-products
Last synced: 4 months ago
JSON representation
This repository explores the design of a seven-segment display decoder focused on segment 'e'. It compares various logic design methods—including sum of products, product of sums, and NOR gate implementations—using Boolean algebra and Karnaugh maps. The study concludes that the NOR gate circuit is the most efficient, requiring only three NOR gates,
- Host: GitHub
- URL: https://github.com/mcquerol/bcd-to-seven-segment-e-simulation
- Owner: mcquerol
- Created: 2025-08-21T22:46:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T22:55:01.000Z (10 months ago)
- Last Synced: 2025-10-07T06:31:55.008Z (8 months ago)
- Topics: boolean-algebra, circuit-design, de-morgans-laws, digital-logic, karnaugh-map, nor-gates, product-of-sums, schematic-design, seven-segment-display, sum-of-products
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bcd-to-seven-segment-e-simulation
Initial README file.