Close

Board NEDONAND-1

A project log for NEDONAND homebrew computer

NEDONAND is 8-bit homebrew computer entirely built out of many 74F00 chips (2-input NAND gates)

shaosSHAOS 02/22/2016 at 02:452 Comments

1st board for this project is NEDONAND-1 that is 1-bit slice of NEDONAND ALU:

Pins description:

1) GND - ground;
2) O0 - bit 0 of ALU operation;
3) O1 - bit 1 of ALU operation;
4) O2 - bit 2 of ALU operation (if it's "1" then O0 and O1 are ignored);
5) A - input bit A (always from accumulator);
6) B - input bit B (might be from register or number);
7) C - input bit C (carry);
8) H - higher bit for rotation right;
9) L - lower bit for rotation left;
10) COUT - carry out;
11) DOUT - data out;
12) VCC - power +5V.

Discussions

SHAOS wrote 02/22/2016 at 02:59 point

no yet - only functional testing

  Are you sure? yes | no

Yann Guidon / YGDES wrote 02/22/2016 at 02:55 point

Now that makes sense :-) Did you check how fast it works ?

  Are you sure? yes | no