logic-gate
There are 9 repositories under logic-gate topic.
drendog/Logic-Circuit-Simulator
A logic circuit simulator made with p5.js library.
janjaromirhorak/hradla
Logic network simulator that runs in your browser
AliAtaollahi/Digital-Logic-Design-Course-Projects
Logic gate implementation, circuit optimization, fsm controller hardware implementation, cos() calculator circuit; Fall 2021
LogicalSimulator/Logical
The open source digital logic gate simulator.
CE-Storage/CE212-LD
Logic Design course at Sharif University of Technology
gaurav-de/LogicGates
This is a HTML page showing the functioning of logic gates
linguini1/logicGates
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
TawalMc/nand2tetris
The projects on this repo are from the course From Nand to Tetris Building a Modern Computer From First Principles
Rodolfo9706/Simple-perceptron
In the following work a simple structured perceptron is shown, the libraries used are numpy for the matrix operations, maplotlib to obtain the graphs. The input must approach the chosen target, which is a logic gate. I hope it is useful