Program for finding low gate count implementations of S-boxes.
-
Updated
Oct 22, 2024 - C
Program for finding low gate count implementations of S-boxes.
Windows application for designing and simulating digital logic circuits, written in C++ using CMU graphics library.
A tiny logic circuit simulator. Created initially to simulate Ben Eater's breadboard computer.
Simple 6502 / 65C02 implementation
It is a desktop application works as a logic circuit design simulator that supports many logic gates and many features like copying, deleting one or many gates, or connecting and showing the output. The application is with C++ language and focuses on OOP concept. It was a project for the college.
A logic circuit designer/simulator. Implementation is in C++. object-oriented programming is used to implement this application. The application should help a user draw a logic circuit using different components, connect them with connections, add switches to control inputs and LEDs to monitor outputs, save and load a circuit, and so on. The app…
This is an adder(a logic circuit) which has simple structure and adjustable about bits.
Follow-up to TLSIM, a tiny logic circuit simulator. Created initially to simulate Ben Eater's breadboard computer. This one uses a true GUI based on GTK-3.
Add a description, image, and links to the logic-circuit topic page so that developers can more easily learn about it.
To associate your repository with the logic-circuit topic, visit your repo's landing page and select "manage topics."