Computer/processor logic design textbook recommendations?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
vartanieno
Messages
2
Reaction score
0
Looking for a solid introductory text on computer logic with emphasize on hardware design. There is tons of material out there, but it seems to me most of them are oriented towards low level software design, rather then hardware design: lots of register transfer codes, VHDL/Verilog simulations, but not a single logic diagram in the book. Want to see HOW my instructions are executed: from memory to register file, to ALU, back to memory, etc.. In other words, I need an electrical engineer's perspective on the subject, not a software engineer's one! Any recommendations? Thank you!
 
Physics news on Phys.org
Well, first I would say that Logic Design and Computer Hardware Design are slightly different things. If you don't have a solid grasp of elementary logic design you'll drown trying to read a Computer Architecture text. If you want to start with digital logic, I suggest using the book "Fundamentals of Logic Design" by Charles Roth. You can get an old edition super-cheap since the fundamentals haven't changed in decades: https://www.amazon.com/dp/0534954723/?tag=pfamazon01-20

If you're already comfortable with Logic Design or you finish going through the Logic Design book I linked to, the Bible of Computer Architecture is Patterson and Hennessy:

https://www.amazon.com/dp/0123747503/?tag=pfamazon01-20

Again, I've linked to an old edition that is cheaper but more than good enough.