Logic Minimization in Python
-
Updated
Mar 23, 2024 - Python
Logic Minimization in Python
Combinational ATPG generator based on D-Algorithm
Part of paper: Massively Parallel Combinational Binary Neural Networks for Edge Processing
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/
Implementing basic Electrical Engineering Concepts in Python
This is a projects have been completed through 2 parts of nand2tetris course on coursera.
Course Assignment - Foundations of VLSI CAD - Autumn Semester 2022 - Indian Institute of Technology Bombay
MUX VHDL | Układ kombinacyjny VHDL
Analyze the combine with and without the repetition. (SOON)
8 Bit Calculator fully using logic gates and plexers
Designed an automated non-ALU Double-Digit Calculator Digital Circuit PCB model in Circuit Maker
Logic gates, simplification of Boolean functions, design and testing of combinational and sequential circuits including code converters, multiplexers, adders, and synchronous counters. For non-electrical and non-computer engineering majors only.
A combinational circuit simulator web for Windows written in python.
Using Verilog HDL on Quartus application build combinational circuit
A basic combinational circuit designed to detect if the given 4-bit binary number is prime or not.
It contains the VHDL coding of basic combinational and sequential circuits as well as top level design including Datapath and Controller
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."