Files
vf_react/public/htmls/GAA晶体管.html
2025-12-05 13:29:18 +08:00

461 lines
26 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GAA晶体管深度行研报告 | 价小前投研</title>
<!-- Tailwind CSS & DaisyUI -->
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.2/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<!-- Alpine.js -->
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<!-- ECharts -->
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--glow-color-1: rgba(0, 225, 255, 0.3); /* Cyan */
--glow-color-2: rgba(138, 43, 226, 0.3); /* BlueViolet */
--glow-color-3: rgba(255, 0, 150, 0.2); /* Magenta */
}
body {
font-family: 'Inter', sans-serif;
background-color: #000010;
color: #E0E0E0;
overflow-x: hidden;
position: relative;
}
.orbitron {
font-family: 'Orbitron', sans-serif;
}
.glass-card {
background: rgba(12, 16, 44, 0.6);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 2rem; /* Extreme rounded corners */
transition: all 0.3s ease;
}
.glass-card:hover {
background: rgba(12, 16, 44, 0.7);
border: 1px solid rgba(0, 225, 255, 0.3);
box-shadow: 0 0 20px rgba(0, 225, 255, 0.2);
}
.glow-bg {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
overflow: hidden;
}
.glow-blob {
position: absolute;
border-radius: 50%;
filter: blur(100px);
opacity: 0.7;
}
.blob-1 {
width: 500px;
height: 500px;
background: var(--glow-color-1);
top: -150px;
left: -150px;
animation: moveBlob1 25s infinite alternate;
}
.blob-2 {
width: 600px;
height: 600px;
background: var(--glow-color-2);
bottom: -200px;
right: -200px;
animation: moveBlob2 30s infinite alternate;
}
.blob-3 {
width: 400px;
height: 400px;
background: var(--glow-color-3);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: moveBlob3 20s infinite alternate;
}
@keyframes moveBlob1 {
from { transform: translate(0, 0) scale(1); }
to { transform: translate(20vw, 30vh) scale(1.2); }
}
@keyframes moveBlob2 {
from { transform: translate(0, 0) scale(1); }
to { transform: translate(-30vw, -20vh) scale(0.8); }
}
@keyframes moveBlob3 {
from { transform: rotate(0deg) scale(1); }
to { transform: rotate(180deg) scale(1.3); }
}
.bento-grid {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: minmax(100px, auto);
}
/* Grid item spans */
.grid-col-span-12 { grid-column: span 12; }
.grid-col-span-8 { grid-column: span 8; }
.grid-col-span-7 { grid-column: span 7; }
.grid-col-span-6 { grid-column: span 6; }
.grid-col-span-5 { grid-column: span 5; }
.grid-col-span-4 { grid-column: span 4; }
@media (max-width: 1024px) {
.grid-col-span-12, .grid-col-span-8, .grid-col-span-7, .grid-col-span-6, .grid-col-span-5, .grid-col-span-4 {
grid-column: span 12;
}
}
.card-title-accent {
color: #22d3ee; /* Cyan */
font-weight: 600;
}
.table th, .table td {
border-color: rgba(255, 255, 255, 0.1) !important;
background-color: transparent !important;
}
.table th {
color: #9ca3af;
}
.table tr:hover td {
background-color: rgba(0, 225, 255, 0.05) !important;
}
</style>
</head>
<body class="min-h-screen">
<div class="glow-bg">
<div class="blob-1 glow-blob"></div>
<div class="blob-2 glow-blob"></div>
<div class="blob-3 glow-blob"></div>
</div>
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<header class="text-center mb-16">
<h1 class="orbitron text-4xl md:text-6xl font-bold tracking-widest uppercase text-transparent bg-clip-text bg-gradient-to-r from-cyan-400 via-sky-300 to-violet-400">
GAA 晶体管
</h1>
<p class="mt-2 text-xl text-slate-300">Gate-All-Around 深度行研报告</p>
<p class="mt-6 text-sm text-slate-500 max-w-2xl mx-auto">
北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现本报告为AI合成数据投资需谨慎。
</p>
</header>
<main class="bento-grid">
<!-- Insight -->
<section class="glass-card p-8 grid-col-span-12 lg:grid-col-span-7">
<h2 class="card-title-accent text-2xl mb-6">核心洞察 (Core Insight)</h2>
<div class="space-y-6 text-slate-300">
<div>
<h3 class="font-semibold text-lg text-cyan-300 mb-2">核心观点摘要</h3>
<p>GAA晶体管是延续摩尔定律、满足AI算力需求的必然技术路径已从前沿研发全面转向产业化落地阶段。其核心驱动力源于先进制程下物理极限的倒逼目前正引发全球晶圆厂的军备竞赛和上游设备材料环节的价值重估。对投资者而言当前阶段确定性最高的投资机会在于直接受益于工艺变革、且市场份额高度集中的<strong>核心设备尤其是ALD、选择性刻蚀与材料供应商</strong></p>
</div>
<div>
<h3 class="font-semibold text-lg text-cyan-300 mb-2">核心逻辑与市场认知分析</h3>
<ul class="space-y-2 list-disc list-inside">
<li><strong>技术迭代的必然性与AI需求的紧迫性:</strong> 3nm以下FinFET架构遭遇漏电瓶颈GAA通过四面环绕栅极结构实现完美电流控制是物理规律决定的必然路径。同时AI大模型需要更高性能、更低功耗的芯片GAA技术如三星2nm工艺性能提升5%功耗效率提高8%是满足AI算力需求的核心引擎。</li>
<li><strong>市场热度与情绪:</strong> 整体情绪高度乐观全球晶圆厂争相发布GAA进展上游设备商AMAT, ASM给出极其乐观的收入指引AMAT市占率超50%,营收预期翻倍)。但存在结构性分歧,对国际龙头业绩兑现普遍看好,而对国内产业链则情绪复杂,既有对技术突破的振奋,也存在基本面支撑不足的风险。</li>
<li><strong>预期差分析:</strong> 市场可能高估了国内厂商“原型晶圆”的意义,而低估了在美国禁令下实现商业化量产的巨大鸿沟。同时,市场可能将国际设备龙头的业绩增长逻辑,过度投射到技术尚未完全成熟的国内厂商上,忽略了其中的业绩兑现风险和工艺复杂性的挑战。</li>
</ul>
</div>
<div>
<h3 class="font-semibold text-lg text-cyan-300 mb-2">关键催化剂与未来发展路径</h3>
<p><strong>近期催化剂:</strong> 英特尔18A量产良率数据、台积电N2风险量产与定价、美国出口管制政策的进一步细化。</p>
<p><strong>长期发展路径:</strong></p>
<ol class="list-decimal list-inside mt-2 space-y-1">
<li><strong>第一阶段 (2024-2026):</strong> 量产初期与生态构建,竞争焦点为良率提升和成本控制。</li>
<li><strong>第二阶段 (2026-2028):</strong> 技术扩散与成本优化向1.4nm及更低节点演进应用场景向移动端SoC渗透。</li>
<li><strong>第三阶段 (2028以后):</strong> 架构演进下一代CFET互补场效应晶体管技术成为研发重点。</li>
</ol>
</div>
</div>
</section>
<!-- Timeline Chart -->
<section class="glass-card p-6 grid-col-span-12 lg:grid-col-span-5">
<h2 class="card-title-accent text-xl mb-4">关键事件时间轴</h2>
<div id="timeline-chart" style="width: 100%; height: 400px;"></div>
</section>
<!-- Global Competition -->
<section class="glass-card p-6 grid-col-span-12 lg:grid-col-span-4">
<h2 class="card-title-accent text-xl mb-4">全球GAA技术动态</h2>
<ul class="space-y-4 text-sm">
<li><strong>🇺🇸 英特尔:</strong> 18A工艺采用GAA已在亚利桑那州进入大规模量产时间点领先。</li>
<li><strong>🇹🇼 台积电:</strong> N2工艺2nm GAA计划于2025年下半年量产初期月产能4.5万片。</li>
<li><strong>🇰🇷 三星:</strong> 3nm/2nm GAA节点良率据称已超60%/40%特斯拉AI6芯片将采用其2nm工艺。</li>
<li><strong>🇨🇳 中芯国际:</strong> 2025年8月首次公开展示2nm GAA晶体管原型晶圆。</li>
<li><strong>🇨🇳 华为:</strong> 2024年11月GAA技术专利获批进入前沿技术专利竞争。</li>
<li><strong>🇯🇵 Rapidus:</strong> 启动2nm GAA晶体管原型试制已进入电性参数测试。</li>
</ul>
</section>
<!-- Supply Chain Impact -->
<section class="glass-card p-6 grid-col-span-12 lg:grid-col-span-4">
<h2 class="card-title-accent text-xl mb-4">产业链变革与机遇</h2>
<div class="space-y-3 text-sm">
<div>
<h4 class="font-semibold text-cyan-400">核心工艺变革</h4>
<p>GAA对<strong>原子层沉积(ALD)</strong><strong>高选择性刻蚀</strong>提出极高要求。新增内侧墙制备和沟道释放等复杂工艺,传统干法刻蚀难以满足要求。</p>
</div>
<div>
<h4 class="font-semibold text-cyan-400">设备市场扩容</h4>
<p>应用材料(AMAT)预计GAA每10万片/月产能需额外<strong>10亿美元</strong>设备投入自身市占率超50%预计2025年GAA相关营收翻倍。ASM预计每10万片/月GAA产能将带来<strong>4亿美元</strong>新增设备市场。</p>
</div>
<div>
<h4 class="font-semibold text-cyan-400">配套需求增长</h4>
<p>GAA技术带来高价值量<strong>洁净室</strong>(柏城股份)、真空系统零部件(新莱应材)和<strong>计量检测设备</strong>Onto Innovation资本支出强度提升约30%)的放量增长。</p>
</div>
</div>
</section>
<!-- Policy Impact -->
<section class="glass-card p-6 grid-col-span-12 lg:grid-col-span-4">
<h2 class="card-title-accent text-xl mb-4">政策与地缘政治风险</h2>
<div class="space-y-3 text-sm">
<div class="alert bg-red-900/30 border-red-500/50 text-red-300">
<svg xmlns="http://www.w3.org/2000/svg" class="stroke-current shrink-0 h-6 w-6" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" /></svg>
<div>
<h3 class="font-bold">美国出口管制升级</h3>
<div class="text-xs">2024年9月5日美国商务部BIS将GAA FET技术的“开发”或“生产”技术列入商业管制清单向全球任何目的地出口均需许可证形成对华“技术封锁”。</div>
</div>
</div>
<p>管制政策直接扼制了国内厂商通过正常商业途径获取先进设备、材料和EDA工具的可能极大地延缓了国产GAA的量产进程是中国半导体产业面临的最大外部风险。</p>
</div>
</section>
<!-- Industry Voices -->
<section x-data="{ tab: 'roadshow' }" class="glass-card p-6 grid-col-span-12">
<h2 class="card-title-accent text-xl mb-4">产业之声:路演与研报精粹</h2>
<div class="tabs tabs-boxed bg-slate-800/50 mb-4">
<a class="tab" :class="{ 'tab-active !bg-cyan-600 !text-white': tab === 'roadshow' }" @click.prevent="tab = 'roadshow'">路演纪要</a>
<a class="tab" :class="{ 'tab-active !bg-cyan-600 !text-white': tab === 'report' }" @click.prevent="tab = 'report'">研报精粹</a>
</div>
<div x-show="tab === 'roadshow'" class="space-y-4 text-sm">
<div class="p-4 bg-slate-900/50 rounded-xl border border-slate-700">
<p class="font-semibold text-cyan-400">应用材料 (Applied Materials)</p>
<blockquote class="pl-4 border-l-2 border-cyan-500 text-slate-300 mt-1">
"GAA晶体管已进入量产阶段...每10万片晶圆产能将为Applied带来10亿美元新增市场预计市占率超50%。预计2024年GAA相关营收超25亿美元2025年可能翻倍。"
</blockquote>
</div>
<div class="p-4 bg-slate-900/50 rounded-xl border border-slate-700">
<p class="font-semibold text-cyan-400">ASM International</p>
<blockquote class="pl-4 border-l-2 border-cyan-500 text-slate-300 mt-1">
"GAA技术进展客户已开始2纳米节点的量产前试点线建设...ASM在ALD市占率>55%Epi市占率显著提升。每增加10万片/月产能SAM增加约4亿美元。"
</blockquote>
</div>
<div class="p-4 bg-slate-900/50 rounded-xl border border-slate-700">
<p class="font-semibold text-cyan-400">Onto Innovation</p>
<blockquote class="pl-4 border-l-2 border-cyan-500 text-slate-300 mt-1">
"GAA更复杂的3D晶体管结构导致计量需求激增Onto的OCD光学关键尺寸计量技术在GAA节点的资本支出强度提升约30%。"
</blockquote>
</div>
</div>
<div x-show="tab === 'report'" class="space-y-4 text-sm" style="display: none;">
<ul class="list-disc list-inside space-y-2">
<li><strong>技术演进:</strong> GAA是继FinFET之后的下一代晶体管架构采用四面环绕栅极设计解决了晶体管漏电流问题改善短通道效应支持更低电压运行。</li>
<li><strong>核心工艺:</strong> GAA制造瓶颈从“光刻分辨率”转向“材料集成与原子层堆叠”。核心依赖ALD、选择性刻蚀与接口工程并引入钼Mo金属取代传统CVD钨和PVD铜。</li>
<li><strong>厂商路线图:</strong> 英特尔在Intel 20A2024年导入GAA (RibbonFET)先于台积电计划在2025年量产的N2节点。台积电GAA是其2nm及以下节点的核心工艺。</li>
<li><strong>设备商受益:</strong> GAA技术将为ASM的ALD及硅外延业务带来4亿美元新增收入基于10万片产能。应用材料在GAA转变中晶圆制程设备份额有望达50%以上。泛林集团的挥发性刻蚀和反应式ALD/PEALD技术成为重大成长发动机。</li>
<li><strong>未来展望:</strong> 随着制程由FinFET过渡到GAA下一代技术将是CFET互补式FET将nFET与pFET垂直堆叠进一步提升集成度。</li>
</ul>
</div>
</section>
<!-- Associated Companies -->
<section class="grid-col-span-12 mt-8">
<h2 class="orbitron text-3xl font-bold text-center mb-8 text-transparent bg-clip-text bg-gradient-to-r from-sky-300 to-violet-400">产业链核心标的分析</h2>
<div class="glass-card overflow-x-auto p-6">
<table class="table table-sm">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>关联原因</th>
<th>标签</th>
</tr>
</thead>
<tbody>
<tr>
<td>柏诚股份</td>
<td><a href="https://valuefrontier.cn/company?scode=601133" target="_blank" class="link link-hover text-cyan-400">601133</a></td>
<td>GAA促使半导体企业产线改造及技术升级进而带动洁净室行业需求持续增长。公司是GAA晶体管洁净室设备供应商受益于先进制程扩产。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>概伦电子</td>
<td><a href="https://valuefrontier.cn/company?scode=688206" target="_blank" class="link link-hover text-cyan-400">688206</a></td>
<td>EDA工具供应商支持7nm/5nm/3nm等先进工艺节点。GAAFET结构目前主要用于3nm及以下先进工艺制程的芯片研发设计。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>国林科技</td>
<td><a href="https://valuefrontier.cn/company?scode=300786" target="_blank" class="link link-hover text-cyan-400">300786</a></td>
<td>公司薄膜沉积和臭氧清洗设备可以应用于GAA工艺目前子公司国林半导体营业收入占公司主营业务收入比重较小。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>中科飞测</td>
<td><a href="https://valuefrontier.cn/company?scode=688361" target="_blank" class="link link-hover text-cyan-400">688361</a></td>
<td>其先进制程明场纳米图形晶圆缺陷检测设备REDWOOD-900再次出货头部客户该设备检测精度达10nm级适配FinFET、GAA等先进晶体管结构。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>新莱应材</td>
<td><a href="https://valuefrontier.cn/company?scode=300260" target="_blank" class="link link-hover text-cyan-400">300260</a></td>
<td>真空半导体封装技术涉及GAA工艺公司的半导体真空系统和气体系统可以服务于相关的泛半导体设备供应商、工程公司及终端制造商。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>微导纳米</td>
<td><a href="https://valuefrontier.cn/company?scode=688147" target="_blank" class="link link-hover text-cyan-400">688147</a></td>
<td>ALD技术沉积出来的高质量的薄膜能够满足复杂栅极结构(GAA环绕式栅极)中薄膜沉积的要求。</td>
<td><div class="badge badge-accent">直接相关</div></td>
</tr>
<tr>
<td>中微公司</td>
<td><a href="https://valuefrontier.cn/company?scode=688012" target="_blank" class="link link-hover text-cyan-400">688012</a></td>
<td>支持ALD/PECVD混合模式但在GAA集成验证进度滞后正在开发面向2nm的介质蚀刻-PECVD协同模块解决高选择性刻蚀挑战。</td>
<td><div class="badge badge-warning">产业链配套</div></td>
</tr>
<tr>
<td>北方华创</td>
<td><a href="https://valuefrontier.cn/company?scode=002371" target="_blank" class="link link-hover text-cyan-400">002371</a></td>
<td>PECVD设备已突破28nm节点2nm方向聚焦超低温沉积但高深宽比覆盖能力仍落后国际1-2代。</td>
<td><div class="badge badge-warning">产业链配套</div></td>
</tr>
<tr>
<td>拓荆科技</td>
<td><a href="https://valuefrontier.cn/company?scode=688072" target="_blank" class="link link-hover text-cyan-400">688072</a></td>
<td>PECVD设备方面拓荆成功在中芯国际28纳米生产线实现规模化应用。</td>
<td><div class="badge badge-warning">产业链配套</div></td>
</tr>
</tbody>
</table>
</div>
</section>
</main>
</div>
<script>
// ECharts Timeline Initialization
var chartDom = document.getElementById('timeline-chart');
var myChart = echarts.init(chartDom);
var option;
const data = [
{ name: '华为GAA专利获批', value: [new Date('2024-11-22'), 1] },
{ name: '美国升级GAA出口管制', value: [new Date('2024-09-05'), 2] },
{ name: '英特尔18A量产', value: [new Date('2024-01-01'), 3] }, // Assuming start of 2024
{ name: '台积电N2(GAA)量产(预期)', value: [new Date('2025-07-01'), 4] },
{ name: '中芯国际展示GAA原型', value: [new Date('2025-08-06'), 5] },
{ name: 'Rapidus启动GAA试制', value: [new Date('2025-01-01'), 6] }, // Assuming start of 2025
{ name: '特斯拉采用三星2nm GAA(预期)', value: [new Date('2027-01-01'), 7] },
];
option = {
tooltip: {
trigger: 'axis',
formatter: function (params) {
return params[0].data.name;
},
backgroundColor: 'rgba(12, 16, 44, 0.8)',
borderColor: 'rgba(0, 225, 255, 0.5)',
textStyle: { color: '#E0E0E0' }
},
grid: {
left: '3%',
right: '4%',
bottom: '10%',
containLabel: true
},
xAxis: {
type: 'time',
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
splitLine: { show: false },
axisLabel: { color: '#9ca3af' }
},
yAxis: {
type: 'value',
axisLine: { show: false },
axisTick: { show: false },
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)', type: 'dashed' } },
axisLabel: { show: false }
},
series: [{
name: '事件',
type: 'line',
symbol: 'circle',
symbolSize: 12,
itemStyle: {
color: '#22d3ee',
shadowColor: 'rgba(34, 211, 238, 0.5)',
shadowBlur: 10
},
lineStyle: {
width: 2,
color: 'rgba(34, 211, 238, 0.3)',
type: 'dashed'
},
label: {
show: true,
position: 'top',
formatter: function(params) {
// Simple label logic for better readability
const words = params.data.name.split('(');
return words[0];
},
color: '#E0E0E0',
fontSize: 10,
backgroundColor: 'rgba(12, 16, 44, 0.7)',
padding: [4, 6],
borderRadius: 4
},
data: data,
emphasis: {
itemStyle: {
borderColor: '#fff',
borderWidth: 2
}
}
}]
};
option && myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
</script>
</body>
</html>