Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikewarot/bitgrid_c
A BitGrid emulator, written from scratch in C,
https://github.com/mikewarot/bitgrid_c
bitgrid c-language emulator
Last synced: 25 days ago
JSON representation
A BitGrid emulator, written from scratch in C,
- Host: GitHub
- URL: https://github.com/mikewarot/bitgrid_c
- Owner: mikewarot
- Created: 2024-07-28T22:20:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:05:43.000Z (3 months ago)
- Last Synced: 2024-10-12T17:02:16.403Z (25 days ago)
- Topics: bitgrid, c-language, emulator
- Language: C
- Homepage: https://mikewarot.github.io/Bitgrid_C/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The BitGrid is a cartesian array of cells that interact with their neighbors to do computing without a Von Neumann architecture. Each cell is clocked in one of two phases, to eliminate race conditions, and make programming tractable.
This is using the coloring algorithm to eliminate race conditions that would otherwise arise.
I hope to have chips that run this code in the future.
As of August 22, 2024 - I've started using GitHub's CoPilot to build an emulator that you can use in your browser directly from the GitHub pages for this project. (See the link over on the right)