Logic Minimization in Python
-
Updated
Mar 25, 2026 - Python
Logic Minimization in Python
Combinational ATPG generator based on D-Algorithm
Part of paper: Massively Parallel Combinational Binary Neural Networks for Edge Processing
Spring 2024 NYCU Integrated Circuit Design Laboratory (ICLAB)
Finding all possible paths between input and output in a given Combinational Circuit.
This is a Combinational Circuit Logic Simulation Tool. There is a C++ version and a C version.
Considering combinational logic circuit (bipartite graph) as adjacent list and enumerate all the paths from input to output. Visualise gate-level verilog code as a directed graph. Networkx library was used to draw the graphs.
Logic gate implementation, circuit optimization, fsm controller hardware implementation, cos() calculator circuit; Fall 2021
Download my Redstone World: https://www.planetminecraft.com/project/redstone-circuits-6024948/
Simple EDA tool for fault reduction and testing for combinational circuits
Course Assignment - Foundations of VLSI CAD - Autumn Semester 2022 - Indian Institute of Technology Bombay
Beginner Arduino projects exploring embedded systems concepts like circuits, digital I/O, serial communication, and hardware interaction.
Analyze the combine with and without the repetition. (SOON)
8 Bit Calculator fully using logic gates and plexers
This is a projects have been completed through 2 parts of nand2tetris course on coursera.
MUX VHDL | Układ kombinacyjny VHDL
COE328 - This course focuses on the fundamentals of digital logic circuits and the principles of designing modern digital systems, offered at TMU, formerly known as Ryerson.
This repositry contain some set of code for both combinational and sequential circuits
A library for inspecting combinational digital circuits from Verilog netlists, focusing on exploring energy limits based on Landauer's principle.
This repository contains the verilog implementation of basic combinational and sequential digital circuits.
Add a description, image, and links to the combinational-circuit topic page so that developers can more easily learn about it.
To associate your repository with the combinational-circuit topic, visit your repo's landing page and select "manage topics."