Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Advent_of_Code_in_BitGrid
My solutions to the Advent of Code, using a BitGrid

A 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