Close

Project back from the dead

A project log for Diodes Only

A community project to explore diodes as active devices. Collaborators welcome; leave your transistors at the door.

ted-yapoTed Yapo 02/06/2017 at 18:413 Comments

It's nearly springtime, when a middle-aged man's fancy lightly turns towards thoughts of computers constructed from diodes... Seeing some recent posts (I'll have to look around for the links) made me finally realize that 2-stage diode logic gates with AND followed by OR is functionally identical to the AND/OR matrix found inside PALs, GALs, PROMs, and all the other simple programmable logic out there. See the diagrams on this page for details. In fact, the sum-of-products computed by this AND/OR cascade can compute any function of the input variables. I don't know why it took me so long to realize it. Using this formulation, a ROM with diode-decoded address lines looks like this:

It's a 16-bit ROM of four words of four bits each. An inverted version of each address line is required as an input. I only connected one diode for each word, but you can get the idea. The inputs are required to sink current, which means reversing the output diodes on DDL gates, but that's very easy to do. You need to choose (or eliminate) the pull-up/pull-down resistors depending on the logic circuits you use to drive/read this array.

The main problem with this kind of implementation is fan-out. Each address line may be required to pull down a resistor for each word, which could add up quickly. In a practical implementation, address line buffers might be required for every N words - maybe a PCB with the buffers and some power-of-2 words could be made - like a 32-word ROM board.

Anyway, I finally "got it" with the AND/OR cascade of diode gates. It took long enough :-)

Now, we need a RAM with a similar design...

Discussions

Dr. Cockroach wrote 10/15/2017 at 23:56 point

Good evening Ted, After working on IO for a year I see this and think, hmmm, that's what I need for my instruction Rom. I'll let you know how it works out :-) I have way too many gates to read my circuit...

  Are you sure? yes | no

Ted Yapo wrote 10/17/2017 at 13:24 point

Yes, I think by the rules of homebrew CPUs, you are required to include at least one diode ROM matrix :-)

  Are you sure? yes | no

Dr. Cockroach wrote 10/17/2017 at 14:01 point

:-)

  Are you sure? yes | no