Add transistor-based ALU, does not function as expected.
commit6d23d4199667ac1b6b2fcff8294007641568431c
authorJeff Connelly <shellreef+git@gmail.com>
Sun, 4 May 2008 06:54:48 +0000 (3 23:54 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Sun, 4 May 2008 06:54:48 +0000 (3 23:54 -0700)
tree1766211a2b46a53b74ea27e375423bebf00c6cce
parent557cc77e90348df7db7b029c274b91060388287e
Add transistor-based ALU, does not function as expected.

It is built using 3 full adders chained together as a
ripple adder, plus a sign detector circuit on the sum.

Expect to somewhat match alu-fast's test output, but it
does not. Might need more time to settle?
circuits/alu.asc [new file with mode: 0755]
circuits/alu.asy [new file with mode: 0755]
circuits/alu_test.asc [new file with mode: 0755]
circuits/alu_test.plt [new file with mode: 0755]