Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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,

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)