-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
A mesecon FPGA performs computation on each input change, which takes CPU time. But, it has only 4-bit input, which is just 16 possible states. Thus its output can be precomputed and stored in the metadata as a 16-byte string (technically only 64 bits are needed but packing into a 8-byte string would be too cumbersome).
Previous attempt: #631.
sfan5, Desour and Niklp09