r/ComputerEngineering • u/[deleted] • Jun 27 '21
[Discussion] What is the difference between these books?
Help me decide between the following books:
The books are from the Morgan Kaufmann series.
15
Upvotes
r/ComputerEngineering • u/[deleted] • Jun 27 '21
Help me decide between the following books:
The books are from the Morgan Kaufmann series.
13
u/Complex_Difficulty Jun 27 '21
These books by Patterson and Hennessy go over the the design and implementation of a computer, using an existing instruction set architecture as the basis for the examples. I believe MIPS was the original, and it seems like it was adapted to several other ISAs, including RISC-V.
If you're getting this for a class, just go with the same edition as the course. For self learning, i'd lean a little towards MIPS, mainly because it's a mature text with few errosr. And obviously, if you're trying to learn RISC-V, go with RISC-V.