Take the 2-minute tour ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Mostly out of interest, I'm trying to understand common circuit-level implementations of computer components. I understand that implementations may differ widely, but I'd like to see examples. It would be great to see a lot of this stuff in one place, if such a website (or book) exists. Here's a list of the kind of components I'm trying to understand:

  • RAM
  • Flash memory
  • Data + Address buses
  • HDD's
  • NVRAM
  • ALUs
  • Any processors, relatively simplistic ICs
  • etc...

Here's a good example of the kind of thing I'm talking about: http://www.righto.com/2014/10/how-z80s-registers-are-implemented-down.html

About 2/3's into the article, a circuit diagram is given that shows the register implementation.

It would be cool to see some of everything, to the point where one could have enough knowledge and resources to conceptually build (almost) an entire computer in their mind out of fundamental circuit components.

Does anyone know of such a resource?

share|improve this question
    
"The TTL Data Book" from Texas Instruments. If you can still find a copy... –  Brian Drummond 6 hours ago

2 Answers 2

Have you tried the home built CPUs webring of sites? This one covers a lot of what you are looking for: http://cpuville.com/

share|improve this answer

You can find here a very well explained CPU made of relays for example.

You can search on youtube for "computer transistor" for example to found computers made and explained at the transistor level.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.