Skip to content

jochasinga/wallflower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

wallflower

A data flow implementation of a virtual machine.

full-adder

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.

Releases

No releases published

Packages

No packages published