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
- Host: GitHub
- URL: https://github.com/jochasinga/wallflower
- Owner: jochasinga
- Created: 2019-01-23T19:23:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T03:13:57.000Z (over 7 years ago)
- Last Synced: 2024-10-18T15:19:26.537Z (over 1 year ago)
- Topics: data-flow, logic-gates, pure-data, virtual-machine
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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