How Difficult is Chip Making? A Division Error Costs 475 Million Dollars

marsbit发布于2026-06-15更新于2026-06-15

文章摘要

How Hard Is It to Make a Chip? A Division Error Cost $475 Million Chip expert Shi Kan, a researcher at the Chinese Academy of Sciences and a popular tech creator, explains the immense challenges of chip development. Chips are foundational to modern technology, but their creation is extraordinarily difficult. The journey from sand to a functional chip involves complex design and manufacturing, but a critical bottleneck is verification—ensuring the design works flawlessly before costly production. A single, undetected bug can have catastrophic consequences, as illustrated by the infamous 1994 Intel Pentium FDIV bug. A flaw in the floating-point division unit forced a recall costing $475 million. Unlike software, chips cannot be easily patched after manufacture, making "first-time success" paramount. However, industry surveys show only 24% of chip projects achieve this; over three-quarters require at least one costly re-spin due to design flaws. Verification has thus become the dominant phase, consuming up to 70% of the design cycle. The core challenge is a "verification impossible triangle" between high performance, good debuggability, and low cost. Exhaustively verifying a modern CPU core could take 15,000 years with software simulation, or 30 years with advanced hardware emulation—timeframes utterly impractical for development. Despite being essential, verification is often seen as unglamorous "dirty work," receiving less academic attention than fields like AI. Shi and hi...

Hello everyone, I'm Shi Kan from the Institute of Computing Technology at the Chinese Academy of Sciences, a 'slash technology worker'. I have over a decade of experience in the chip industry, and currently, I conduct academic research related to chips at the Chinese Academy of Sciences; at the same time, I am also a science and technology Bilibili UP host 'Lao Shi Tan Xin', and my viewers call me 'Lao Shi'.

Chips: The Cornerstone of Modern Society

When it comes to chips, everyone surely knows their importance.

Whether it's the currently hot artificial intelligence, life sciences and medicine, autonomous driving, network communications, and so on, almost all the technologies of modern society you can imagine are inseparable from chips—this foundational technology of the information age.

I have been involved in chip work for a long time, and the chip development process is actually a very interesting one, mainly due to two aspects.

Firstly, the applications of chips are extremely wide-ranging. Once you enter this industry, you probably don't have to worry about unemployment because many industries require chip technology.

The second reason might be more important: chip development is a very difficult endeavor. As chip engineers, we need to constantly learn and enrich ourselves to face and embrace this era full of opportunities and challenges.

So the question arises: what exactly makes chip technology so difficult?

Why Are Chips So Difficult?

Completed: 10%//////////

Everyone might know that the manufacturing process of a chip is essentially an evolution journey of a grain of sand. Sand might be something inexhaustible and abundant on this planet; but turning low-value sand into high-value chips adds up to nothing but human intelligence.

Starting from sand, we need to purify it to obtain wafers. Then, through a series of steps such as photolithography, ion implantation, etching, packaging, and so on, the abundant, inexhaustible sand is transformed into the final tiny chip.

So, having said all that, with so many steps, chip manufacturing is actually only part of the entire chip development process; it does not equal chip development itself.

There is another crucial step, which is chip design. It refers to completing the circuit design according to requirements and making the circuit function properly. Then, we hand over the designed circuit to chip manufacturers for the later stages of manufacturing, ultimately obtaining the physical chip.

But there is another question here: how do you ensure that the chip's functionality matches your initial design?

There is an interesting little story here. In 1947, a very famous female programmer named Grace Hopper found her computer wasn't working. After careful investigation and exploration, she discovered that a moth had flown into a relay of the computer. So, she carefully used tweezers to remove this moth and taped it onto a piece of paper.

This might be the first 'bug' discovered in the entire history of computer development, meaning a vulnerability.

If the previous example seems too distant, we actually have more examples. Here's a math problem for everyone: What is the final result of this expression? Actually, this problem is simple because the numerator and denominator in the later part are the same and can cancel out; then the numbers before and after the minus sign are also the same, so subtracting the same number should result in 0. However, in actual computers and chips, the result might not be this.

For example, in an Intel Pentium chip, the result was 255.00000000. What happened? It turned out that when an American scientist was conducting scientific research, he kept getting incorrect calculations when running this expression. Finally, he discovered that there was an undetected design flaw in a floating-point division unit of this chip.

Don't underestimate this design flaw; its consequences were actually very serious. In the 1990s, Intel spent $475 million to recall all problematic Pentium chips worldwide.

So, returning to the earlier question: what exactly makes chip technology so difficult?

In my view, the difficulty of chips lies in the need to succeed on the first try. Making chips is not like software, where you can patch and fix various problems later. In contrast, once a chip completes the evolution journey from sand to chip, you may have already spent tens of thousands, millions, or even hundreds of millions to complete the tape-out and manufacturing, making it very difficult to modify afterwards.

Then, the next question is: how many chip projects today can achieve success on the first try?

The 'Bottleneck' of Chip Verification

Completed: 40%//////////

According to survey data, only 24% of chip projects can achieve success on the first try. That is to say, 3/4 of chip projects, due to various major and minor undetected design flaws, require at least one more tape-out, which consumes a lot of time and money.

Therefore, the key question is: how can we ensure, as much as possible, that chips have as few or no bugs/design flaws as possible before tape-out and manufacturing? This is the direction I have been dedicated to researching over the past few years.

Also according to this research data, throughout the entire chip development process, especially with the current development of AI and various high-tech fields, chips are becoming increasingly complex. As a result, chip verification has become a very high proportion of the entire chip development cycle, even exceeding half, reaching 70% of the entire chip design cycle.

But unfortunately, chip verification is also a difficult task. I list some astronomical numbers here, such as the Earth's circumference, the possible number of stars in the Milky Way, or the length of a light-year.

In chip verification, there is also an astronomical number, which is the number of cycles needed to fully verify a CPU core. What exactly does this astronomical number represent?

If we use the most advanced software simulation technology available today to fully verify a CPU core, it would take at least 15,000 years. Using the most advanced hardware emulation technology can slightly reduce this time to 30 years. But we all know that developing a chip cannot wait 15,000 years, nor can it wait 30 years.

So, what is the essence of the problem? We have actually been researching this over the past few years. We found that in chip verification, there exists a so-called 'impossible triangle', namely the high performance of chip verification, good debugging capability, and low cost; these three factors crucial to chip verification cannot be satisfied simultaneously. For current mainstream research or methods, at most, two out of the three can be achieved, and this is the fundamental reason for the low efficiency of chip verification.

Someone Must Do Something Different

Completed: 60%//////////

Due to these reasons, chip verification has not seen significant development over the past period.

In chip companies, chip engineers may spend more time writing test cases and running regression verification. Essentially, it's dirty and tiring work. The same goes for academia; very few scholars are devoted to chip verification research, especially compared to current hot fields like artificial intelligence, research related to chip verification is very scarce.

So, an academic leader once told me that in the same amount of time, they could publish three or even more papers in the field of artificial intelligence, but in chip verification, they might not even publish one.

Unfortunately, what they said is true.

However, someone must do something different.

Therefore, over the past few years, I have led a team in conducting research related to chip verification and have built an agile verification research system from scratch. The core of this research system is a verification platform called ENCORE, which is based on a special chip—the Field-Programmable Gate Array (FPGA). ENCORE can significantly improve verification efficiency while achieving good verification debuggability.

To build this agile verification research system, on one hand, we need to continuously optimize the efficiency of vulnerability mining, debugging, and repair at the algorithmic level; on the other hand, we also hope to build an end-to-end agile verification acceleration platform based on programmable logic chips (FPGAs). At the application level, we hope this platform can be suitable for both general-purpose processor verification, such as CPUs or GPUs, and specialized chip verification, such as the currently very popular AI accelerators.

Over the past period, we have done a lot of cutting-edge exploratory work in this field, including the aforementioned ENCORE and many new research projects. We have also published these research results at many internationally renowned academic conferences.

We are actually working on some interesting projects afterwards, but since these works have not been published yet, I won't show them to you one by one for now.

Letting More People Understand Chips

Completed: 80%//////////

However, during the research process, I gradually realized that these scientific or academic achievements are mainly for people within our small circle who only understand chip verification and related fields. So, how can we let more people see our work, understand our research, and even participate in our endeavors?

Naturally, I thought of chip science popularization, which also feels very interesting to me. I have been engaged in science popularization for four or five years, starting from text initially to later making videos on Bilibili. Chip science popularization has not only brought me many gains but also helped me meet many like-minded friends, as well as viewers who like and support me.

However, making chip science popularization videos is not a simple task, especially in today's era of short video proliferation. A fellow science popularization blogger and leader told me that in the same amount of time it takes me to produce one long, hardcore chip science popularization video, they could make 10 or even more short videos related to hot topics, and the traffic could be many times greater than mine.

Unfortunately, what they said is also true.

But based on this, I think there still needs to be people who persist in doing difficult things. I hope to combine chip science popularization and chip verification—two equally difficult but equally interesting things—and use video and text formats to show everyone what we have done, the papers we have published, and the open-source chip projects our entire large team is researching.

Besides chips, I will also share hardcore technologies like artificial intelligence and computers with everyone, as well as share my growth experiences, the books I have read, and the knowledge I have acquired. I know that I am not a genius myself, nor am I a so-called all-around expert or guru. I would rather be a 'guide' for everyone, sharing the path I have walked.

So, returning to the question I wanted to share with everyone today: chip research and chip science popularization, which one is more interesting? Of course, for me, both are equally interesting. The reason is simple: because they are equally difficult. At the same time, they both require me to persist very long-term and enduringly.

Many people say we need to do difficult and right things. But the problem actually is: how do you judge if something is right before you do it? If something is seen as sitting on a cold bench in others' eyes, or seen as doing dirty, tiring work, would you still persist in doing it?

Therefore, I prefer to do difficult and long-term things, such as academic research in chip verification, or making long hardcore chip science popularization videos. Because if something is difficult and requires long-term persistence, then it is probably right.

That's all I wanted to share with you today. I am Lao Shi, thank you, everyone!

This article comes from the WeChat public account: Gezhi Lundaotan , Author: Shi Kan, Original Title: 'How Difficult is Chip Making? A Division Error Costs 475 Million Dollars | Shi Kan'

相关问答

QWhat was the main point of the story about the Intel Pentium chip flaw mentioned in the article?

AThe story illustrated a critical design bug in the Pentium chip's floating-point division unit. A calculation that should have resulted in '0' instead produced '255.00000000'. This seemingly minor error forced Intel to spend $475 million on a global recall of the faulty chips in the 1990s, highlighting the high cost of failure in chip development.

QAccording to the article, why is chip development so difficult, especially compared to software development?

AChip development is exceptionally difficult because it requires 'first-time success'. Unlike software, which can be patched and updated after release, a physical chip cannot be easily modified once manufactured (or 'taped out'). The entire expensive process, from sand to finished silicon, costing potentially hundreds of millions, must be redone to fix design flaws.

QWhat percentage of chip projects achieve first-time success according to the survey data cited by the author?

AAccording to the survey data presented by the author, only 24% of chip projects achieve first-time success. This means approximately three-quarters (76%) of projects require at least one re-spin or re-fabrication due to various undetected design bugs, leading to significant extra time and cost.

QWhat is the 'impossible triangle' in chip verification, as explained in the article?

AIn chip verification, the 'impossible triangle' refers to the three crucial factors—high performance, good debuggability, and low cost. The article states that these three factors cannot be satisfied simultaneously with current mainstream methods. Engineers and researchers can only achieve a maximum of two out of these three, which fundamentally limits verification efficiency.

QWhat are the two 'hard but long-term' pursuits that the author, Shi Kan ('Lao Shi'), is committed to?

AThe author is committed to two challenging, long-term endeavors. First, he leads academic research in chip verification, specifically developing an agile verification framework called ENCORE based on FPGAs. Second, he creates hardcore, long-form chip and technology popular science content (like his Bilibili channel videos), aiming to make complex topics accessible to a wider audience beyond academic circles.

你可能也喜欢

2029 终局预判:当加密货币彻底“隐身”,谁能留在这场金融大变局?

文章预测了加密货币行业从2024年至2029年的演变路径,核心观点是行业将逐步与投机脱钩,转而成为传统金融的基础设施并最终“隐身”。 * **2026年年中**:市场焦点从缺乏内在价值的山寨币,转向链上交易的优质实体企业(如SpaceX)合成永续合约,成为未上市企业的重要估值参考。 * **2026年末**:“AI+加密”赛道基本失败,仅预测市场存活。行业分化为高调炒作AI的投机市场与低调推进资产代币化(如货币基金)的机构市场。 * **2027年**:公链基金会明确转向服务金融机构,并为其合规基建未来向普通合格投资者开放铺路。非公开发行永续合约、稳定币和资产代币化均因外部政策限制而遭遇增长天花板。 * **2028年**:市场投机属性淡化。一次由合成合约引发的连锁清算暴露出缺乏底层资产锚定的风险。监管因此放宽限制,允许向合格投资者公开宣传和交易真实的私募股权二手份额,为资金提供了有法律保障的新渠道。 * **2029年**:新一轮牛市由实体科创企业的真实股权交易驱动。代币严重分化:成功成为金融基建的公链代币捕获真实价值;无实质权益的代币则丧失流动性。稳定币平稳增长。加密货币作为结算层已“彻底隐身”,不再被单独讨论。 文章的核心验证标准是:到2028年末,普通合格投资者能否获得参与真实私募资产的合法渠道。如果依然依赖离岸合成产品,则其“行业瓶颈在于法律而非技术”的立论将不成立。

marsbit52分钟前

2029 终局预判:当加密货币彻底“隐身”,谁能留在这场金融大变局?

marsbit52分钟前

交易

现货
合约

热门文章

如何购买CHIP

欢迎来到HTX.com!我们已经让购买USD.AI(CHIP)变得简单而便捷。跟随我们的逐步指南,放心开始您的加密货币之旅。第一步:创建您的HTX账户使用您的电子邮件、手机号码注册一个免费账户在HTX上。体验无忧的注册过程并解锁所有平台功能。立即注册第二步:前往买币页面,选择您的支付方式信用卡/借记卡购买:使用您的Visa或Mastercard即时购买USD.AI(CHIP)。余额购买:使用您HTX账户余额中的资金进行无缝交易。第三方购买:探索诸如Google Pay或Apple Pay等流行支付方法以增加便利性。C2C购买:在HTX平台上直接与其他用户交易。HTX场外交易台(OTC)购买:为大量交易者提供个性化服务和竞争性汇率。第三步:存储您的USD.AI(CHIP)购买完您的USD.AI(CHIP)后,将其存储在您的HTX账户钱包中。您也可以通过区块链转账将其发送到其他地方或者用于交易其他加密货币。第四步:交易USD.AI(CHIP)在HTX的现货市场轻松交易USD.AI(CHIP)。访问您的账户,选择您的交易对,执行您的交易,并实时监控。HTX为初学者和经验丰富的交易者提供了友好的用户体验。

573人学过发布于 2026.04.21更新于 2026.06.02

如何购买CHIP

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对CHIP(CHIP)币价的意见。

活动图片