Reddit Reddit reviews Digital Design and Computer Architecture

We found 4 Reddit comments about Digital Design and Computer Architecture. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Microprocessor & System Design
Microprocessor Design
Computer Hardware & DIY
Digital Design and Computer Architecture
Check price on Amazon

4 Reddit comments about Digital Design and Computer Architecture:

u/maredsous10 · 7 pointsr/ECE

I'd check Amazon for older books you can get on the cheap. Schaum's outlines as mentioned are also good.

Books

u/FearMonstro · 3 pointsr/compsci

Nand to Tetris (coursera)

the first half of the book is free. You read a chapter then you write programs that simulate hardware modules (like memory, ALU, registers, etc). It's pretty insightful for giving you a more rich understanding of how computers work. You could benefit from just the first half the book. The second half focuses more on building assemblers, compilers, and then a java-like programming language. From there, it has you build a small operating system that can run programs like Tetris.

Code: The Hidden Language of Hardware and Software

This book is incredibly well written. It's intended for a casual audience and will guide the reader to understanding how a microcontroller works, from the ground up. It's not a text book, which makes it even more more impressive.

Computer Networking Top Down Approach

one of the best written textbook I've read. Very clear and concise language. This will give you a pretty good understanding of modern-day networking. I appreciated that book is filled to the brim of references to other books and academic papers for a more detailed look at subtopics.

Operating System Design

A great OS book. It actually shows you the C code used to design and code the Xinu operating system. It's written by a Purdue professor. It offers both a top-down look, but backs everything up with C code, which really solidifies understanding. The Xinu source code can be run on emulators or real hardware for you to tweak (and the book encourages that!)

Digital Design Computer Architecture

another good "build a computer from the ground up" book. The strength of this book is that it gives you more background into how real-life circuits are built (it uses VHDL and Verilog), and provides a nice chapter on transistor design overview. A lot less casual than the Code book, but easily digestible for someone who appreciates this stuff. It culminates into designing and describing a microarchitecture to implement a MIPS microcontroller. The diagrams used in this book are really nice.

u/AnonysaurusRex · 1 pointr/ECE

I run tutorials and labs for a "Foundations of Digital Design" unit. We use:

http://www.amazon.com/Digital-Design-Computer-Architecture-Harris/dp/0123704979

From my experience this is a good book, an improvement on what we used to use (Mano & Kime).