Digital Design and Computer Architecture, Second Edition, takes a unique and modern approach to digital design, introducing the reader to the fundamentals of digital logic and then showing step by step how to build a MIPS microprocessor in both Verilog and VHDL. This new edition combines an engaging and humorous writing style with an updated and hands-on approach to digital design. It presents new content on I/O systems in the context of general purpose processors found in a PC as well as microcontrollers found almost everywhere.
Beginning with digital logic gates and progressing to the design of combinational and sequential circuits, the book uses these fundamental building blocks as the basis for the design of an actual MIPS processor. It provides practical examples of how to interface with peripherals using RS232, SPI, motor control, interrupts, wireless, and analog-to-digital conversion. SystemVerilog and VHDL are integrated throughout the text in examples illustrating the methods and techniques for CAD-based circuit design. There are also additional exercises and new examples of parallel and advanced architectures, practical I/O applications, embedded systems, and heterogeneous computing, plus a new appendix on C programming to strengthen the connection between programming and processor architecture.
This new edition will appeal to professional computer engineers and to students taking a course that combines digital logic and computer architecture.
Updated based on instructor feedback with more exercises and new examples of parallel and advanced architectures, practical I/O applications, embedded systems, and heterogeneous computing Presents digital system design examples in both VHDL and SystemVerilog (updated for the second edition from Verilog), shown side-by-side to compare and contrast their strengths Includes a new chapter on C programming to provide necessary prerequisites and strengthen the connection between programming and processor architecture Companion Web site includes links to Xilinx CAD tools for FPGA design, lecture slides, laboratory projects, and solutions to exercises Instructors can also register at textbooks.elsevier.com for access to: Solutions to all exercises (PDF), Lab materials with solutions, HDL for textbook examples and exercise solutions, Lecture slides (PPT), Sample exams, Sample course syllabus, Figures from the text (JPG, PPT)
David Money Harris is the Harvey S. Mudd Professor of Engineering Design at Harvey Mudd College. Dr. Harris received his Ph.D. from Stanford University in 1999 and his S.B. and M. Eng. degrees from MIT in 1994. His research interests include high speed CMOS VLSI design and computer arithmetic. He is the author or coauthor of CMOS VLSI Design: A Circuits and Systems Perspective, Digital Design and Computer Architecture, Logical Effort, Skew-Tolerant Circuit Design, and numerous hiking guidebooks including Afoot and Afield Inland Empire, Afoot and Afield Los Angeles County, Afoot and Afield Orange County, 101 Hikes Southern California, Trails of the Angeles, San Bernardino Mountain Trails, and Day & Section Hikes Pacific Crest Trail: SoCal. He holds a dozen patents, has written numerous papers, and has designed microprocessors at Intel Corporation, Hewlett Packard, Sun Microsystems, and Broadcom, and his passion for chips is reflected in his books on the subject. He began his hiking adventures as a wee tot on his father's back and has been exploring the mountains and deserts ever since. Now, his own three boys are frequent companions on these trips.
I was more or less clueless on the matter before picking up the book. The book is fantastic for fundamentals in digital design and computer architecture. There are multiple versions of the book, with different instruction set architectures at the core. Having switched from the standard 2nd edition (MIPS) version to RISC-V, I would say the versions are fundamentally very similar. The main differing factor is the assembly examples. I would be surprised if there exists a better book covering the same content.
Una obra indispensable si echas de menos repasar y actualizar esos conocimientos que adquiriste en la universidad y no has vuelto a aplicar.
En mi caso, me propuse diseñar e implementar un microprocesador sencillo. Este libro me ha ayudado no solo a recordar los conceptos básicos de electrónica digital y arquitectura de computadores, sino también su implementación en VHDL y Verilog, por lo que puedes aprender estos lenguajes de manera natural, mediante ejemplos.
FR - после этой книги захотелось полноценную книгу по сборке компьютера с нуля, создавая и программируя свой процессор (главное не уходить в уровень абстракции, заставляющий ехать добывать кремний)
Probably best intro to digital design you’re going to get. Teaches you how to build a simple 5 stage pipeline MIPS processor, also some good stuff on embedded systems.
Great book giving an overview of computer architecture, starting from logic gate levels all the way up to building a microprocessor. The last two chapters cover a lot of ground, and at times it can be a little disorienting. I do not come from a computer science background, so most of this is new to me. However, I really appreciate acquiring the knowledge that this book has allowed me to do
Amazing book! It starts from the very basics of digital design and ramps up to teach you how to make a fully functional microprocessor, all in a very good, informative and sometime humorous way! I really loved it!
In my opinion, it is the best book that starts from the basics of logic circuits and progresses step by step to the design of MIPS processors. This is the best book you can read for computer architecture.