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

https://github.com/jochasinga/wallflower

A data-flow virtual machine
https://github.com/jochasinga/wallflower

data-flow logic-gates pure-data virtual-machine

Last synced: 5 months ago
JSON representation

A data-flow virtual machine

Awesome Lists containing this project

README

          

# wallflower

A data flow implementation of a virtual machine.

![full-adder][1]

## description

At this point it is a collection of gate-level logics implemented as Pure Data abstractions. More complex logics are built on-top of small ones creating the whole logic circuit layer of a computing machine.

Shown above is a 1-bit binary adder logic circuit, Where `A` and `B` are operands, `Ci` is the immediate carry, `Ci+1` is the next carry, and `S` is the sum of `A + B`.

[1]: images/bin-adder.gif