Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikewarot/advent_of_code_in_bitgrid
Using a BitGrid to solve Advent of Code problems
https://github.com/mikewarot/advent_of_code_in_bitgrid
Last synced: about 2 months ago
JSON representation
Using a BitGrid to solve Advent of Code problems
- Host: GitHub
- URL: https://github.com/mikewarot/advent_of_code_in_bitgrid
- Owner: mikewarot
- Created: 2023-12-02T07:22:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-02T20:52:24.000Z (about 1 year ago)
- Last Synced: 2023-12-03T09:29:03.190Z (about 1 year ago)
- Language: Pascal
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent_of_Code_in_BitGrid
My solutions to the Advent of Code, using a BitGridA BitGrid is a novel computing model, which consists of a sea of Look Up Tables (LUTs) connected to neighbors, and latched in 2 phases, to solve all timing issues usually associated with FPGAs and most digital logic.
I have a simulator, open source and available in the BitGrid repository https://github.com/mikewarot/Bitgrid
I'll be updating it, adding everything needed to support this effort. A complete computing ecosystem has to be built if I'm to finish all of the puzzles this year.
I'm not sure I can get this done before Advent of Code 2024... wish me luck.
Mike Warot - 12/2/2023