39 tinysat

39 : 0b 000 100 111 : tinysat

Select Project 1 2 3 4 5 6 7 8 9 ON SW2

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

# Input Output
0 clock x[0]
1 reset x[1]
2 run x[2]
3 load x[3]
4 data[0] sol
5 data[1] done
6 data[2] 0
7 data[3] 0