TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What books are recommended to learn the semiconductor industry?

106 pointsby allie1about 3 years ago
I want to understand the ins and outs of the semiconductor industry. What resources would you recommend for beginner, intermediary and technical person?

18 comments

readingnewsabout 3 years ago
Define &quot;learn semiconductors industry&quot;...<p>I mean, you might say &quot;I want to learn medicine&quot; and people would take that many ways.<p>I studied EECE (electrical and computer engineering) in my BS, then Physics, and my Ph.D. is in Computer Engineering, minor in CS, but very specifically on VLSI and chip-making in the graduate school. I am saying this just to note: When you say &quot;semiconductors industry&quot; my immediate thought is you want to learn VLSI.<p>So, do you want to learn VLSI? Half the VLSI population will direct you to Westes book: <a href="https:&#x2F;&#x2F;www.pearson.com&#x2F;us&#x2F;higher-education&#x2F;program&#x2F;Weste-CMOS-VLSI-Design-A-Circuits-and-Systems-Perspective-4th-Edition&#x2F;PGM289886.html" rel="nofollow">https:&#x2F;&#x2F;www.pearson.com&#x2F;us&#x2F;higher-education&#x2F;program&#x2F;Weste-CM...</a> and the other half will direct you to Jan Rabaeys book: <a href="http:&#x2F;&#x2F;bwrcs.eecs.berkeley.edu&#x2F;Classes&#x2F;IcBook&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bwrcs.eecs.berkeley.edu&#x2F;Classes&#x2F;IcBook&#x2F;</a> I read both. Rabaey is a great writer and I prefer his book quite a bit.<p>Do you want to learn the Architecture of CPUs? The bible is Hennessey and Patterson: <a href="https:&#x2F;&#x2F;www.elsevier.com&#x2F;books&#x2F;computer-architecture&#x2F;hennessy&#x2F;978-0-12-811905-1" rel="nofollow">https:&#x2F;&#x2F;www.elsevier.com&#x2F;books&#x2F;computer-architecture&#x2F;henness...</a> However, there are several versions (not editions) so be aware of RISC vs ARM and also one is HUGE and one is a subset of the main one (for example, this book: Computer Organization and Design, David A. Patterson, and John L. Hennessy is a subset of the &quot;A quantitative approach&quot; I linked to at elsiver).<p>I would first figure out or define if you want to learn semiconductors by themselves (the first two books I referenced, which will also teach you CMOS design and high speed digital circuits) or end to end architecture of CPUs (Hennessy and Patterson), or something else (e.g. there is also the manufacturing of chips, which Weste and Rabaey cover to some degree, but there are even more serious books on, for example Rabeays book on 3D ICs).
评论 #30399993 未加载
评论 #30403658 未加载
评论 #30400775 未加载
评论 #30401408 未加载
sgeisenhabout 3 years ago
Hard to answer this question well without a little bit of additional context. I&#x27;m very focused on the software side of things, so I am mostly familiar with resources that tackle how software interacts with various platforms and architectures.<p>I can recommend some resources in that vein (maybe they&#x27;ll be useful if you&#x2F;the reader have a software background):<p>The most frequently recommended book from a software perspective is &quot;Computer Systems: A Programmer&#x27;s Perspective&quot; (<a href="http:&#x2F;&#x2F;csapp.cs.cmu.edu&#x2F;3e&#x2F;home.html" rel="nofollow">http:&#x2F;&#x2F;csapp.cs.cmu.edu&#x2F;3e&#x2F;home.html</a>).<p>For a nice gentle intro, you can also read &quot;The Elements of Computing Systems&quot; (<a href="https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;elements-computing-systems" rel="nofollow">https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;elements-computing-systems</a>) that accompanies a course called &quot;Nand2Tetris&quot;.<p>George Hotz also compiled a list of topics to cover to learn the computing stack from bottom-to-top (<a href="https:&#x2F;&#x2F;github.com&#x2F;geohot&#x2F;fromthetransistor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;geohot&#x2F;fromthetransistor</a>).<p>These resources are mostly software-oriented, so they wouldn&#x27;t give you much insight into modern chip fabrication, but if you&#x27;re coming from a software background, may prove to be useful for building on what you already know.
评论 #30418272 未加载
victorbojicaabout 3 years ago
You could try checking this out. Seems like a good starting point. The videos are very detailed. <a href="https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;Asianometry" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;Asianometry</a>
评论 #30400563 未加载
评论 #30402784 未加载
评论 #30400057 未加载
adhesive_wombatabout 3 years ago
ITRS roadmaps were a very interesting read up to 2017 when they were stopped: <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;International_Technology_Roadmap_for_Semiconductors" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;International_Technology_Roa...</a><p>I haven&#x27;t looked at the IRDS roadmaps, but they&#x27;re free with some registration to the IEEE.
teleforceabout 3 years ago
This is a rare and nice overview book on the VLSI design by Liming Xiu:<p>VLSI Circuit Design Methodology Demystified: A Conceptual Taxonomy:<p><a href="https:&#x2F;&#x2F;www.wiley.com&#x2F;en-us&#x2F;VLSI+Circuit+Design+Methodology+Demystified%3A+A+Conceptual+Taxonomy+-p-9780470127421" rel="nofollow">https:&#x2F;&#x2F;www.wiley.com&#x2F;en-us&#x2F;VLSI+Circuit+Design+Methodology+...</a>
tdullienabout 3 years ago
&quot;The history of semiconductor engineering&quot; was a great read.
tims457about 3 years ago
I know you asked for books, but this Knowledge Project podcast is too good to leave out if you haven&#x27;t heard it.<p><a href="https:&#x2F;&#x2F;fs.blog&#x2F;knowledge-project-podcast&#x2F;the-ultimate-bargaining-chip&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fs.blog&#x2F;knowledge-project-podcast&#x2F;the-ultimate-barga...</a>
rramadassabout 3 years ago
1) <i>Microprocessor Design: A Practical Guide from Design Planning to Manufacturing by Grant McFarland</i>.<p>2) <i>Chip Design for Non-Designers: An Introduction by Juan-Antonio Carballo.</i><p>3) <i>Demystifying Chipmaking by Ricahrd F. Yanda et al.</i>.<p>4) <i>Fabless: The Transformation of the Semiconductor Industry by Daniel Nenni et al.</i>
momentum115about 3 years ago
This blog has been very helpful to follow the recent trends and players from an investors standpoint - <a href="https:&#x2F;&#x2F;www.fabricatedknowledge.com" rel="nofollow">https:&#x2F;&#x2F;www.fabricatedknowledge.com</a>
jajajaja123about 3 years ago
If you have Telegram there are a lot of books free to download on this channel: <a href="https:&#x2F;&#x2F;t.me&#x2F;embedded_library" rel="nofollow">https:&#x2F;&#x2F;t.me&#x2F;embedded_library</a>
phendrenad2about 3 years ago
Publicly-traded Semiconductor companies like Intel and AMD publish reports to investors, so that might be a small but effective resource.
oneofthoseabout 3 years ago
Microchip Fabricarion has its flaws but gives a good high level overview includinh bringing, test and packaging: <a href="https:&#x2F;&#x2F;www.goodreads.com&#x2F;book&#x2F;show&#x2F;1203098.Microchip_Fabrication" rel="nofollow">https:&#x2F;&#x2F;www.goodreads.com&#x2F;book&#x2F;show&#x2F;1203098.Microchip_Fabric...</a>
payne92about 3 years ago
Great book on the early industry:<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Makers-Microchip-Documentary-Fairchild-Semiconductor&#x2F;dp&#x2F;0262014246" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Makers-Microchip-Documentary-Fairchil...</a>
qbasic_foreverabout 3 years ago
Learn the Mandarin language. Taiwan is the epicenter of the cutting edge work in the industry. China is the powerhouse of production for it too. Both speak Mandarin natively and it would behoove you to understand it and their cultures.
评论 #30400832 未加载
评论 #30400526 未加载
Koshkinabout 3 years ago
Gotta mention the timeless classic by Mead and Conway here.
mhh__about 3 years ago
Bits on chips<p>Hennessey and Patterson&#x27;s computer architecture.
andi999about 3 years ago
From a business or from a physics perspective?
评论 #30399981 未加载
tester756about 3 years ago
is semico modern version of &quot;rocket science&quot;?<p>&quot;oh c&#x27;mon it ain&#x27;t semiconductor engineering!&quot;