July 11, 2026
Chip Lit and Wallet Pain
Book: RISC-V System-on-Chip Design
A nerd dream book drops, and the comments instantly fight about that eye-watering price
TLDR: A new beginner-friendly book aims to teach readers how a modern computer chip is built, with open-source code and hands-on extras included. Commenters mostly got stuck on the steep paperback price, while others argued over whether the title promises more than the book actually covers.
A new book called RISC-V Microprocessor System-On-Chip Design is pitching itself as the friendly guide to building a modern computer chip, complete with jokes, cartoons, open-source code, practice problems, and even tools for getting Linux to run. In plain English: it’s trying to be the big approachable textbook for people who want to learn how the brains inside devices are built. Sounds wholesome, right? The community, of course, immediately turned it into a price war.
The loudest reaction was pure sticker shock. One commenter dropped the devastatingly simple “Ooof” before naming the paperback price: €109.70. That set the tone fast. Another basically said, I trust the authors, but my wallet does not, hoping it shows up on O’Reilly so readers can dodge the cover price. But not everyone joined the outrage parade: one brave soul declared it’s actually “a fair price,” which is exactly the kind of comment that makes a thread heat up.
Then came the classic internet nitpick battle. One commenter argued the book title is overselling it, saying this sounds more like a book about the processor itself, not the full system-on-a-chip package. Translation for non-specialists: some readers think the label on the box is a little too ambitious. Meanwhile, the cheerleaders were in full force too, with one fan basically declaring everything RISC-V is good, mistakes included. So yes: the book looks serious, useful, and packed with free code — but the comments turned it into a spicy combo of price pain, title-policing, and open-source fandom.
Key Points
- •The book is designed to be accessible to advanced undergraduates with limited background knowledge.
- •It explains prerequisite concepts from operating systems, VLSI, and memory systems, with high school mathematics sufficient for most chapters.
- •It includes open-source implementation materials, end-of-chapter exercises, and a GitHub repository with SystemVerilog, C, and assembly code.
- •The technical coverage spans single-issue and superscalar cores, multicore systems, extensions such as multiplication/division, floating point, and atomic memory operations, plus common peripherals.
- •The materials support benchmarking, booting Linux, and building scripts for implementation on the open-source Skywater process.