An open API service indexing awesome lists of open source software.

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,

Awesome Lists containing this project

README

          

# bcd-to-seven-segment-e-simulation

Initial README file.