Editing
Semiconductors, Moore's Law, and the Silicon Foundation
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Semiconductors, Chip Design, and the Physics of Modern Computing is the study of the materials and engineering that underlie all modern digital technology β the physics of transistors, the history of Moore's Law, the architecture of modern chip design, and the geopolitical contest over semiconductor manufacturing that has emerged as a defining conflict of the 21st century. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Semiconductor''' β A material (silicon, germanium, GaAs) with electrical conductivity between conductor and insulator β tunable by doping and electric fields. * '''Transistor''' β The fundamental device of modern electronics (Bardeen, Brattain, Shockley, Bell Labs, 1947) β a voltage-controlled switch or amplifier. * '''MOSFET''' β Metal-Oxide-Semiconductor Field-Effect Transistor β the dominant transistor type; billions packed on modern chips. * '''Moore's Law''' β Gordon Moore's 1965 observation that transistor density doubles roughly every two years β a self-fulfilling industrial roadmap now approaching physical limits. * '''The 2nm Node''' β The current leading-edge semiconductor process (TSMC, Intel, Samsung, 2023-2025) β "2nm" is a marketing term; actual gate lengths are ~6-8nm. * '''EUV Lithography''' β Extreme Ultraviolet lithography β the process enabling sub-7nm chip manufacturing; ASML (Netherlands) has a global monopoly on EUV machines. * '''ASML's Strategic Importance''' β ASML's EUV machines, costing $350M+ each, are essential for leading-edge chips β making them central to US-China semiconductor export controls. * '''TSMC (Taiwan Semiconductor Manufacturing Company)''' β The world's dominant chip foundry β manufactures ~90% of leading-edge chips. Taiwan's geopolitical position makes this a global security issue. * '''The Fabless Model''' β Chip design firms (Apple, Nvidia, AMD, Qualcomm) without manufacturing facilities β outsourcing fabrication to TSMC, Samsung. Separating design from manufacturing. * '''The CHIPS Act (2022)''' β $52B US legislation subsidizing domestic semiconductor manufacturing β part of global reshoring efforts (EU Chips Act, Japan/India incentives). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Semiconductors are understood through '''scaling''' and '''geopolitics'''. '''Moore's Law's End and What Comes After''': The transistor count on chips has continued to grow, but the benefits β faster, cooler, cheaper β have diminished. Below ~5nm, quantum tunneling causes leakage currents that limit further scaling. The industry's responses: 3D stacking (transistors layered vertically), new transistor architectures (GAA FETs), new materials (III-V semiconductors, 2D materials), and chiplet architectures (multiple specialized dies connected by high-bandwidth interconnects). The post-Moore era requires architectural innovation rather than simple scaling. '''The TSMC Chokepoint''': TSMC's dominance of leading-edge semiconductor manufacturing creates extraordinary geopolitical vulnerability. ~90% of the world's most advanced chips are made on one island 100 miles from mainland China, using machines from one Dutch company (ASML) that depend on components from hundreds of suppliers. The concentration of this critical infrastructure β essential for AI chips, defense systems, consumer electronics, and vehicles β in a geopolitically contested location is the semiconductor equivalent of the world's oil supply concentrated in one field. US-China tech competition is substantially a contest over this chokepoint. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == <syntaxhighlight lang="python"> def moores_law_projection(year, base_year=1970, base_transistors=1000): # Transistor count doubles approximately every 2 years years_passed = year - base_year doublings = years_passed / 2 transistor_count = base_transistors * (2 ** doublings) return f"Estimated Transistors per chip in {year}: {int(transistor_count):,}" print(moores_law_projection(2020)) </syntaxhighlight> </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == * '''The Geopolitics of the Fab''': The extreme capital and technological requirements to build a modern semiconductor "fab" have centralized global chip production in a few highly vulnerable geopolitical chokepoints, notably Taiwan. * '''The End of Moore's Law''': As transistor components shrink to the size of a few atoms, quantum tunneling and thermal limits are forcing the industry to pivot from simple miniaturization to novel 3D architectures and specialized AI accelerators. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == # Is the US/EU semiconductor reshoring strategy feasible β can state subsidies overcome TSMC's decades-long manufacturing advantage? # Should ASML EUV machines be treated as dual-use military technology subject to arms export controls β as the US has imposed? # How should the world reduce the TSMC dependency risk β through diversification, international agreements, or deterrence? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == # An open-source chip design toolkit β reducing the barrier to entry for fabless chip startups globally. # A semiconductor supply chain resilience index β tracking concentration risk across the global chip supply chain. # A multilateral semiconductor security agreement β pooling allied manufacturing capacity for critical applications. [[Category:Science]][[Category:Technology]][[Category:Physics]][[Category:History]][[Category:Policy]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information