summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Made gate updating work on separate thread, added 3 way NAND gateDaniel Jones1-10/+23
Becuase of a recursion and stack overflow problem when looping objects i've moved the object updating to a separate thread, and it no longer does recursion. I also added a 3 input NAND gate and paved the work to add more 3 input gates.
2020-07-03added 4-bit ripple carry adder circuit exampleDaniel Jones1-0/+121
2020-07-03examples: convert all examples to support new loading systemDaniel Jones3-88/+127
2020-06-25added full adder XML exampleDaniel Jones1-0/+36
2020-06-25added example XML files for some gate testsDaniel Jones2-0/+96