Page 1 of 1

I need help getting a compiler set up for this architecture.

Posted: Sat Nov 13, 2010 8:11 pm
by macron12388
Help? ...and, uh..don't ask why the individual 2 bit adders have their own 3 bit cache...

Image
Key:

Orange things are memory

Any black(conductive line) that touches orange parts WRITE to the middle black, any that go through the other end READ the memory bit.

Purple on conductive lines just indicates 1-layer over/under lap.

Posted: Sat Nov 13, 2010 8:33 pm
by macron12388
UPDATE:

I'm just cleaning up the 1 byte adder, it will output 2 bytes, the most the second will ever be is a value of 1, so I am thinking about adding some auxiliary special values to the end of that, probably something to do with that 3 bit cache in each 2 bit adder...

Image
EDIT:
By "1 byte adder" I mean it takes two bytes and adds them.