<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CHIPLET &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/chiplet/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Sat, 25 May 2024 03:40:33 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>有趣的大晶片實作</title>
		<link>https://richliu.com/2024/01/07/5432/%e6%9c%89%e8%b6%a3%e7%9a%84%e5%a4%a7%e6%99%b6%e7%89%87%e5%af%a6%e4%bd%9c/</link>
					<comments>https://richliu.com/2024/01/07/5432/%e6%9c%89%e8%b6%a3%e7%9a%84%e5%a4%a7%e6%99%b6%e7%89%87%e5%af%a6%e4%bd%9c/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Sun, 07 Jan 2024 11:08:07 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[CHIPLET]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=5432</guid>

					<description><![CDATA[<p>WITH “BIG CHIP,” CHINA LAYS OUT ASPIRATIONS FOR WAFERSC [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2024/01/07/5432/%e6%9c%89%e8%b6%a3%e7%9a%84%e5%a4%a7%e6%99%b6%e7%89%87%e5%af%a6%e4%bd%9c/">有趣的大晶片實作</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.nextplatform.com/2024/01/03/with-big-chip-china-lays-out-aspirations-for-waferscale/" target="_blank" rel="noopener">WITH “BIG CHIP,” CHINA LAYS OUT ASPIRATIONS FOR WAFERSCALE</a></p>



<p>原文探討了中國科學院提出的一種他們稱為“Big Chip”的 Silicon Chiplet 晶片架構設計</p>



<p>這顆是實驗性質的晶片，它將 16 顆 16 核的 RISC-V CPU 封裝在同一顆 CPU 內</p>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="489" height="212" src="https://richliu.com/wp-content/uploads/2024/01/image-5.png" alt="" class="wp-image-5436" style="aspect-ratio:2.306603773584906;width:763px;height:auto"/></figure>



<span id="more-5432"></span>



<p>文內並且猜測這是使用 2.5D interposer interconnect 的技術，這是 SMIC 可以做到的，原 IC 是 22nm 製程，成熟製程，穩定度也比較好。我順手查了一下 2.5D interposer interconnect，一般不會這麼複雜，這只是示意圖，意思是所有的 IC 都放在一個矽或是玻璃基板上，再彼此互連</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1118" height="366" src="https://richliu.com/wp-content/uploads/2024/01/image-4.png" alt="" class="wp-image-5435" srcset="https://richliu.com/wp-content/uploads/2024/01/image-4.png 1118w, https://richliu.com/wp-content/uploads/2024/01/image-4-600x196.png 600w, https://richliu.com/wp-content/uploads/2024/01/image-4-768x251.png 768w" sizes="(max-width: 1118px) 100vw, 1118px" /></figure>



<p>圖: <a href="https://nhanced-semi.com/technology/about-2-5d-technology/" target="_blank" rel="noopener">About 2.5D Technology</a></p>



<p>文章並沒有提到太多，但是畢竟是論文，而且開放直接存取（好評）。論文位置，<a href="https://www.sciencedirect.com/science/article/pii/S2667325823003709" target="_blank" rel="noopener">The Big Chip: Challenge, Model and Architecture</a></p>



<p>上面的圖就很好的說明該 CPU 的架構，由 16 個 16 cores RISC-V  組合而成，透過 network on chip (NOC) 一般都是某種 BUS 互連。CPU 是 uniform design ，也就是一般使用上並不會有什麼差別</p>



<p>跟一般 chiplet 的差別是，像 Apple M 系列的晶片是二顆疊在一起，並不是透過 2.D 以外，一般做 chiplet 的通常是不同功能的疊在一起，像是華為就是 CPU + AI + IO (含 RF) 疊在一起。像 Nvidia 就是將 GPU 和 HBM(High Bandwidth Memory) 疊在一起，而這顆是將很多顆同功能的疊在一起。目前沒有做是因為沒有主要的商業價值，最大的價值還是突破美國技術封鎖的企圖心。</p>



<p>論文也給出了一般架構的比較，這次他們的 BIG CHIP 叫 Hierarchal chiplet architecture （註：看起來就好論文呀，都發明一些新名詞）<br />Symmetric-chiplet 就一般 CPU 數量比較少的會用，NUMA-chiplet 通常是 Server 等級的 CPU 會使用的架構，Intel CPU 互連部份比較像 Cluster-chiplet architecture </p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="452" height="122" src="https://richliu.com/wp-content/uploads/2024/01/image-6.png" alt="" class="wp-image-5437" style="aspect-ratio:3.7049180327868854;width:548px;height:auto"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="452" height="508" src="https://richliu.com/wp-content/uploads/2024/01/image-7.png" alt="" class="wp-image-5438"/></figure>



<p>這顆 CPU 會出現最大的原因是他們要突破目前美國禁售 EUV 限制，因為如果沒辦法降低製程，增加 CPU 密度；才需要提前實作像這類的多顆多核CPU互連的 chiplet 架構，可以在現有的框架下，減少一些限制</p>



<p>這個有趣的想法，這個架構就只是一般的學術拿來做研究的，做出晶片只是第一步，後面的軟體地雷才多。如果他們眼光夠遠，這應該是整個計劃的第一部份，第二部份之後是研究這個架構的能問題，尤其是 CPU 互連，跨 CPU IO / Memory 或像是 CPU scheduling 等等問題，這些都是麻煩的部份，效能永遠是這種架構的核心問題</p>



<p>光是這架構的軟體部份應該可以寫出不少論文</p>



<p>不過這架構除了 Symmetric 可以玩，如果有效能問題還頗適合玩 asymmetric 架構的，還可以當 chip 內備援系統，非常適合車用呢。</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2024/01/07/5432/%e6%9c%89%e8%b6%a3%e7%9a%84%e5%a4%a7%e6%99%b6%e7%89%87%e5%af%a6%e4%bd%9c/">有趣的大晶片實作</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2024/01/07/5432/%e6%9c%89%e8%b6%a3%e7%9a%84%e5%a4%a7%e6%99%b6%e7%89%87%e5%af%a6%e4%bd%9c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
