Computer/processor logic design textbook recommendations?

AI Thread Summary
For those seeking an introductory text on computer logic with a focus on hardware design, the discussion emphasizes the need for resources that illustrate the execution of instructions from memory through the register file to the ALU and back. It highlights the distinction between logic design and computer architecture, noting that a solid understanding of elementary logic design is crucial before tackling more complex architecture texts. A recommended starting point is "Fundamentals of Logic Design" by Charles Roth, which is accessible and affordable in older editions. For those already familiar with logic design, "Computer Architecture" by Patterson and Hennessy is suggested as a comprehensive resource, with older editions available at lower prices.
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.
 
For the following four books, has anyone used them in a course or for self study? Compiler Construction Principles and Practice 1st Edition by Kenneth C Louden Programming Languages Principles and Practices 3rd Edition by Kenneth C Louden, and Kenneth A Lambert Programming Languages 2nd Edition by Allen B Tucker, Robert E Noonan Concepts of Programming Languages 9th Edition by Robert W Sebesta If yes to either, can you share your opinions about your personal experience using them. I...
This is part 2 of my thread Collection of Free Online Math Books and Lecture Notes Here, we will consider physics and mathematical methods for physics resources. Now, this is a work in progress. Please feel free comment regarding items you want to be included, or if a link is broken etc. Note: I will not post links to other collections, each link will point you to a single item. :book:📚📒 [FONT=trebuchet ms]Introductory college/university physics College Physics, Openstax...
Back
Top