39 tinysat

39 : tinysat

Select Project123456789ONSW2
  • Author: Emmanouel Matigakis
  • Description: Tiny sat solver.
  • GitHub repository
  • Clock: 1000 Hz

How it works

uses a counter to iterate over all possible assignements to a simple sat problem.

How to test

I'm thinking of using an RP2040 to basically implement the same tests as in test.py in the physical thing.

IO

#InputOutput
0clockx[0]
1resetx[1]
2runx[2]
3loadx[3]
4data[0]sol
5data[1]done
6data[2]0
7data[3]0