https://github.com/mause/circuitry
An attempt at a binary circuit logic simulator
https://github.com/mause/circuitry
Last synced: about 1 month ago
JSON representation
An attempt at a binary circuit logic simulator
- Host: GitHub
- URL: https://github.com/mause/circuitry
- Owner: Mause
- License: mit
- Created: 2015-02-01T11:48:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:20:11.000Z (about 4 years ago)
- Last Synced: 2026-05-06T18:52:10.421Z (about 2 months ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Circuitry
=========
A simple circuit simulator, with the circuits defined via a verbose definition language.
Big-endian v.s. little-endian is a suprising pain in the ass.