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

Discussion about everything. New games, 3d math, development tips...
Post Reply
macron12388
Posts: 126
Joined: Wed Sep 29, 2010 8:23 pm

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

Post 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.
macron12388
Posts: 126
Joined: Wed Sep 29, 2010 8:23 pm

Post 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.
Post Reply