Projects with this topic
Sort by:
-
The source code for the modern digital logic simulator: GateSim
GitLab Pages: https://gatesim-c40be0.gitlab.io/
Updated -
A simple ALU implemented in python3. Implemented are: OR, NOT, AND, XOR, and NAND logic gates, as well as a multiplexor and demultiplexor. It uses these logic gates to create a half adder, a full adder and a simple ALU using these and a multiplexor.
Updated