AlphaLogos is a logic synthesis optimization tool that takes a logic circuit and optimizes it using the Quinn-McCluskey algorithm. It is designed with the intention to aid individuals in understanding and visualizing the process of logic minimization, which is crucial in digital design. The application leverages the power of the Quine-McCluskey algorithm to simplify logical expressions, rendering a more comprehensible and optimized version of the input logic circuit. The core functionalities include generating truth tables, obtaining minimized Boolean expressions, and visualizing the corresponding Karnaugh Maps and logic circuits. You can access the project demo using this link.
You can delve deeper into the developmental journey and the technical aspects of AlphaLogos by exploring the Project Report, which is available here. For a closer look at the various test cases and their outcomes, feel free to check out the Test Cases Report here.
- Generate Truth Table: Create a truth table based on the given logical expression.
- Obtain Canonical SoP and PoS: Acquire the canonical Sum of Products (SoP) and Product of Sums (PoS) forms of the logical expression.
- Get Prime Implicants (PIs): Identify the prime implicants derived from the logical expression.
- Get Essential Prime Implicants (EPIs): Determine the essential prime implicants which are crucial for the minimized expression.
- Get Uncovered Minterms by EPIs: Identify the minterms that are not covered by the essential prime implicants.
- Minimize the Expression: Utilize the Quine-McCluskey algorithm to minimize the logical expression.
- Get Minimum Number of MOSFET Transistors: Calculate the minimum number of MOSFET transistors required for the circuit.
- Draw Karnaugh Map: Visualize the logic minimization process through a Karnaugh Map.
- Draw Digital Circuit Simulation: Generate a digital circuit simulation based on the minimized expression for a hands-on understanding and visualization
The project utilizes the following technologies and libraries:
To build and run the AlphaLogos project using Docker, follow the steps below:
-
Clone the Repository:
git clone https://github.com/ahmed-alllam/alphalogos.git cd alphalogos
-
Build the Docker Image:
docker build -t alphalogos:latest .
-
Run the Docker Container:
docker run -p 8000:8000 alphalogos
-
Access the Application: After executing the commands above, open your browser and navigate to
http://localhost:8000
to access the application.
Ahmed Allam - LinkedIn - ahmedeallam@aucegypt.edu - 900214493
Mohamed Mansour - Hamdy47@aucegypt.edu - 900222990
Mohamed Abdelmagid - LinkedIn - mabdelmagid@aucegypt.edu - 900223215