https://github.com/pietromoro/nand
Exploring how computer chips work
https://github.com/pietromoro/nand
chips gate simulation
Last synced: 4 months ago
JSON representation
Exploring how computer chips work
- Host: GitHub
- URL: https://github.com/pietromoro/nand
- Owner: pietromoro
- License: gpl-3.0
- Created: 2020-11-16T22:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T21:45:35.000Z (over 3 years ago)
- Last Synced: 2025-02-22T23:26:14.183Z (over 1 year ago)
- Topics: chips, gate, simulation
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WIP: NAND
This project aims at creating a simple simulation environment to experiment with chips.
**DISCLAMER** This project is not complete.
## Usage
It all starts with two simple components: an AND gate and a NOT gate. From there you will be able to work your way designing logic circutis as your heart desires.
