芯片验证


1. 介绍

1.1. 背景

芯片验证是数字芯片开发中资源投入最大的环节。复杂 SoC 的 RTL 验证占项目周期 60%~70%;验证团队规模通常为 RTL 设计团队的 2~5 倍(该数字来源为二手转载)。行业把这一压力称为 Verification Productivity Gap(验证生产力鸿沟) —— 设计复杂度按指数增长,而验证人力的增长是线性的。

进入 3D-IC、Chiplet 架构与软件定义系统的时代后,这一鸿沟被进一步放大(Siemens 称之为 Verification Productivity Gap 2.0):复杂度爆炸叠加资深工程师短缺,同时安全、功耗、可靠性、可持续性要求全面上升。

验证环节有一个区别于其他硬件环节的关键性质:它的反馈闭环既便宜又可判定。仿真器给出确定性的通过或失败信号,覆盖率数据库可直接读取,回归套件每晚产生数千次运行。这正是强化学习式智能体所需要的闭环结构 —— 也是 Agentic AI 在 EDA 领域的第一波落地集中在验证、调试、覆盖率收敛,而非综合或布局布线的根本原因。

1.2. 定义与范围

芯片验证方向覆盖在流片前确认设计正确性的全部活动,在 AI Harness 语境下特指由智能体参与或主导的:

环节内容AI 的介入形态
测试计划从规范生成功能覆盖点、测试意图与验证计划自动化形式化测试计划生成
平台构建UVM testbench、序列、检查器LLM 生成 UVM 组件,工具校验可编译性
断言生成SVA 属性LLM 生成 + 形式化工具验证
激励生成随机约束、定向测试覆盖率驱动的智能偏置、可移植激励
覆盖率收敛分析空洞、压缩回归、排除不可达 bin机器学习预测覆盖空洞、智能回归压缩
形式验证属性证明、等价性检查证明策略辅助、自动抽象
缺陷定位失败用例的调试与根因分析波形与日志的自动关联分析

与相邻方向的边界:验证(verification)面向设计正确性,测试(test)面向制造缺陷。但两者在故障仿真环节合流 —— Siemens Questa One 的故障仿真同时支持功能安全故障仿真与 DFT 故障仿真;而 IEEE 1838 的 3D DFT 架构又依赖 IEEE 1687 IJTAG 与 IEEE 1500 wrapper。

1.3. 在 AI Harness 体系中的定位

图 1-1|芯片验证在 AI Harness 六层模型中的定位

芯片验证在 AI Harness 六层模型中的定位 六层模型中的定位 · 示意:基于本文 1.3 节分析绘制 L1 上下文工程 规范 · 测试计划 · 覆盖率模型 · 回归日志 保持四者上下文关联 L2 工具与执行 Xcelium / Jasper / Questa One / VCS / Verisium 本方向重心 · 叠加智能体于现有引擎 L3 编排与控制 回归编排 · 多步 agentic 工作流 · 人工监督点 自主推理-规划-执行 L4 记忆与状态 历史回归数据库 · 覆盖率数据库 · 缺陷知识库 越用越快 warm-start L5 评估与观测 覆盖率 · 形式证明 · 回归 pass/fail · 独特缺陷数 本方向最强层 · ground truth 天然存在 L6 治理与安全 签核留痕 · 人工在环 · 治理边界 自主性受边界约束 结构解读:芯片验证最强层是 L5(覆盖率即奖励函数、仿真器即判定器);重心在 L2 —— 不替换现有引擎,叠加智能体层。

数据来源:基于本文分析绘制的示意图。

Harness 层本方向的具体承载物说明
L1 上下文工程规范、测试计划、覆盖率模型、回归日志保持"设计、testbench、测试计划、规范"之间的上下文关联是关键
L2 工具与执行Xcelium / Jasper / Questa One / VCS / Verisium本方向的重心之一:不替换现有基础设施,而是在其上叠加智能体层
L3 编排与控制回归编排、多步骤 agentic 工作流、人工监督点Questa One Agentic Toolkit 在"客户定义的治理边界"内自主推理-规划-执行
L4 记忆与状态历史回归数据库、覆盖率数据库、缺陷知识库越用越快的 warm-start 能力
L5 评估与观测覆盖率、形式证明、回归 pass/fail、独特缺陷发现数本方向最强的层:ground truth 天然存在
L6 治理与安全签核留痕、人工在环、治理边界自主性必须可被约束在客户定义的边界内

核心判断:芯片验证是六层模型中 L5 评估与观测层体现得最纯粹的方向。原因有三:

  1. 覆盖率是天然的奖励函数。 不需要人工设计奖励,覆盖率数值本身就是优化目标。
  2. 仿真器给出快速的二值判定。 pass 或 fail 明确,无模糊地带。
  3. 回归套件提供高频闭环。 每晚数千次运行,样本量充足。

在 L2 层面,验证方向有一个重要的工程优势:不需要替换现有基础设施。芯片团队已经拥有夜间回归 CPU 农场、覆盖率数据库、以及 Synopsys / Cadence / Siemens 的仿真与形式流程,智能体层可以直接叠加其上。Siemens 2026 年的官方口径明确强调"挂钩现有仿真引擎而非替换它们"。

1.4. 发展现状

方案关键量化结果证据级别
Siemens Questa One覆盖加速 50 倍;DFT 仿真加速 8 倍;故障仿真加速 48 倍;无激励验证 24h+ 降至 1min 以内A
Cadence ChipStack(验证侧)NVIDIA 内部 RTL 验证周期提速 40 倍以上,典型 5 周闭环缩短至 1 天以内A
Cadence ChipStack(客户)Altera 部分领域验证工作量减少约 10 倍;Tenstorrent 形式验证时间缩短最高 4 倍A
Synopsys VSO.ai(OpenTitan HMAC IP)达到 100% 功能覆盖率的速度为传统方案 3 倍C,
Synopsys VSO.ai(瑞萨科技)功能覆盖率缺陷减少最高 10 倍;IP 验证生产率 +30%C,
Synopsys VSO.ai + VCS ICO(AMD,4 个设计)同等覆盖率下测试数减少 1.5~16 倍;回归 TAT 最高压缩 16 倍C,
Synopsys ICO + VSO.ai + UNR(NVIDIA)功能覆盖率 +33%;回归规模压缩 5 倍;测试压缩 3.5 倍;提前发现 4 个独特缺陷C,
Synopsys(Microsoft)仅用 300 seeds(传统需 10,000+)发现隐藏 testbench 缺陷与 6 个新错误特征C,
Synopsys UNR(Cisco)覆盖率提升 9%C,
Cadence Verisium SimAI(Qualcomm)回归种子数压缩 4~5 倍(code coverage 持平);某头部 GPU 团队整体验证效率 2 倍;移动平台 fabric 总线闭环时间缩短 30%C,
Cadence Verisium(L1 级,2026 口径)项目周转速度 5~10 倍;覆盖率收敛速度 2 倍;回归测试压缩 2~7 倍C,
芯华章 GalaxSim Turbo 3.0事件级与周期级仿真引擎智能协同,性能较传统仿真提升 10 倍以上C,
芯华章 GalaxEC-HEC某 XPU 项目实现全算子完备证明,节省 9 倍人力C,

关键洞察:上表中 A 级(官方一手)数字集中在 Siemens 与 Cadence 的官方发布,其余客户实测数字多来自中文技术社区对 SNUG / DVCon 分享的汇编,需核实。撰写与引用时应严格区分,不得把 C 级数字当作官方口径使用。

相关技术标准

标准版本与本方向的关联
IEEE 1800.2(UVM)2020验证方法学标准;参考实现 UVM 2020-2.0,Accellera 已开源
IEEE 1800(SystemVerilog)2023SVA 断言的语言基础
Accellera Portable Stimulus2.0可移植激励标准,与 AI 驱动的定向测试生成直接相关
Accellera UCIS1.0统一覆盖率互操作标准,是多工具覆盖率合并的前提,构成 L5 的数据底座
Accellera OVL2.8.1断言库复用
Accellera SCE-MI2.3仿真加速与仿真器协同
IEEE 1850(PSL)2010,Inactive - Reserved属性描述语言(历史)
ISO 26262-112018安全机制诊断覆盖率、故障注入、FMEDA 的验证要求

2. 名词解释

术语英文 / 缩写释义
通用验证方法学Universal Verification Methodology,UVM基于 SystemVerilog 的标准化验证平台方法学,IEEE 1800.2-2020
测试平台Testbench为被测设计提供激励并检查响应的验证环境
断言SystemVerilog Assertion,SVA以时序逻辑描述设计应满足的属性
代码覆盖率Code Coverage语句、分支、条件、翻转、状态机等结构性覆盖度量
功能覆盖率Functional Coverage基于验证计划定义的功能点覆盖度量,用覆盖组与覆盖仓表达
覆盖仓Coverage Bin覆盖率模型中可计数的最小单元
覆盖率空洞Coverage Hole未被命中的覆盖点,是激励优化的目标
不可达覆盖仓Unreachable Bin,UNR因设计或约束原因永远无法命中的覆盖仓,会造成求解算力浪费
形式验证Formal Verification用数学方法穷尽证明设计满足给定属性,不依赖测试向量
形式等价性检查Logic Equivalence Checking,LEC证明两个设计在功能上等价的形式化方法
约束随机验证Constrained Random Verification,CRV用带约束的随机激励进行验证的主流方法
覆盖率驱动验证Coverage-Driven Verification,CDV以覆盖率为导向调整激励策略的验证方法
回归测试Regression在每次设计变更后重跑的测试集合
回归周转时间Turn Around Time,TAT一次回归从提交到出结果的耗时
故障仿真Fault Simulation注入故障以评估测试向量缺陷覆盖能力与安全机制诊断覆盖率的仿真
无激励验证Stimulus Free Verification不施加激励,仅通过静态分析发现问题的验证方式
可移植激励Portable Stimulus与平台无关的激励意图描述,可跨仿真、加速、原型复用
唯一缺陷Unique Bug其他手段未发现、由本轮方法首次发现的缺陷,是衡量验证价值的关键指标
签核Sign-off以签核精度结果确认验证目标达成的正式环节
治理边界Governance Boundary智能体可自主决策的范围,超出则需人工介入

3. 案例

3.1. Siemens Questa One 与 Agentic Toolkit

证据级别:A(Siemens 官方发布与官方访谈)

3.1.1. 背景

Siemens 将当前挑战定义为 Verification Productivity Gap 2.0:3D-IC、Chiplet 架构、软件定义系统带来的复杂度爆炸,叠加资深工程师短缺与安全、功耗、可靠性、可持续性要求上升。传统验证流程中,验证工程师的大部分时间花在"孤立的工具交互"上 —— 手动调用 lint、手动写约束、手动分析覆盖率、手动调试,各步骤之间的上下文需要人工搬运。

3.1.2. 方案

Siemens 于 2025-05-15 发布 Questa One 智能验证产品组合(2025-06 可用),围绕三大原则构建:

  • Connected(连接):连接工程师、EDA 工具与验证 IP,横跨 Questa One、Tessent DFT 与 Veloce CS。
  • Data-Driven(数据驱动):生成式、处方式、预测式机器学习。
  • Scalable(可扩展):加速与自动化的高效收敛。

在此基础上推出 Questa One Agentic Toolkit,在 Questa One 中嵌入领域专用 AI 智能体,覆盖"规划 → RTL 创建 → 调试 → 签核"的完整链路。其 Harness 特征值得逐条记录:

  1. L2 接口标准化:基于 NVIDIA Llama Nemotron 与 NVIDIA NIM 构建 MCP(Model Context Protocol),把验证状态通过标准化接口暴露给智能体框架。
  2. engine-native intelligence(引擎原生智能):智能体挂钩现有仿真引擎而非替换它们。
  3. 框架无关:不绑定特定智能体框架。
  4. L3 治理边界:在客户定义的治理边界内自主推理、规划、执行,关键决策点保留可配置的人工监督

3.1.3. 效果

Siemens 官方发布的量化结果:

  • Coverage Acceleration:达成覆盖率目标比传统 testbench 求解器快 50 倍
  • DFT Simulation Acceleration:门级串行 pattern 仿真8 倍加速(结合并行仿真与 Tessent SSN)。
  • Fault Simulation Acceleration48 倍(支持功能安全与 DFT 故障仿真,支持 Tessent UDFM)。
  • Stimulus Free Verification:复杂开源 SoC 级参考设计的处理时间从 24 小时以上降至 1 分钟以内;集成 20 项无激励分析,含 lint 自动修正与自动化 SVA 生成与验证。
  • Questa One Avery VIP:协议感知调试与覆盖率分析,同一 CTS、testbench 与激励可复用于 Veloce CS 仿真与原型系统。

3.2. Cadence ChipStack 在验证侧的规模化提速

证据级别:A(Cadence 官方新闻稿)

3.2.1. 背景

验证是 ChipStack 最早落地的场景。Cadence 于 2025-11 收购 AI2 孵化器出身的 ChipStack,2026-02-10 发布 ChipStack AI Super Agent,早期客户包括 NVIDIA、Altera、Qualcomm、Tenstorrent。

3.2.2. 方案

ChipStack 编排多个"虚拟工程师",全部调用 Cadence 基础 EDA 工具,底层依赖 Xcelium(动态仿真)Jasper(形式验证) 的签核精度结果。技术要点:

  • 自动化形式化测试计划生成:结合 Mental Models(心智模型)从设计意图推导验证计划。
  • 动态仿真与形式验证双引擎组合:仿真提供覆盖率信号,形式验证提供穷尽证明。
  • 沙箱治理:运行于 NVIDIA OpenShell 沙箱运行时内,提供策略控制、隔离、对工具与设计数据的受控访问。
  • 2026-06-01 于 Computex 宣布扩展至 Level-5 全自主,原生兼容 Codex 与 Claude Code。

3.2.3. 效果

  • NVIDIA 内部:每位工程师用 ChipStack 跑数百次 Xcelium 动态仿真 + Jasper 形式验证,RTL 验证周期提速 40 倍以上,典型 5 周验证闭环缩短至 1 天以内
  • Altera(工程高级总监 Arvind Vidyarthi):部分领域验证工作量减少约 10 倍,在最复杂设计上实现更深入的功能覆盖。
  • Tenstorrent(RISC-V 核心首席工程师 Daniel Cummings):3 个关键设计模块、3 个月评估,形式验证时间缩短最高 4 倍

对本方向的意义:40 倍这一数字不是靠"更聪明的模型"取得的,而是靠"把引擎调用自动化 + 把测试计划生成自动化 + 把调试闭环自动化"取得的。它验证了一个判断:在验证方向,Harness 的工程价值大于模型本身的智能价值

3.3. 芯华章与中兴微电子:LLM 自动生成 SVA 断言

证据级别:C,(中文技术社区长文汇编)

3.3.1. 背景

手工编写 SVA 断言容易遗漏边界场景;复杂断言(如"信号变化后 10 周期内目标信号匹配""异步时钟域断言同步")的调试周期长,对工程师经验依赖高。

3.3.2. 方案

基于大语言模型的 SVA 生成系统,采用迭代式提示优化 + 指标评估(SVAEval)的闭环结构。系统能自动生成包含临时变量、时间窗口及跨时钟域处理的断言代码。

3.3.3. 效果

据中文技术社区长文汇编(级别 C,):

  • 覆盖传统手工编写易遗漏的 20% 以上边界场景。
  • 复杂断言开发效率提升 40% 以上
  • 原本 3 天的调试周期缩短至数小时

关联研究:沐曦集成电路彭莉、王定在《集成电路应用》2025 年发表《DeepSeek 加速 GPU 芯片验证覆盖率收敛技术》。

必须写入的警示:本案例的所有量化数字均未获一手来源确认。它作为技术路线的参考价值(迭代式提示优化 + 指标评估闭环)高于其量化结果的参考价值。引用时须标注来源性质,不得作为决策的唯一依据。


4. 实践标准

性质声明:以下 AGENTS.md 与 SKILL.md 为基于行业公开实践提炼的建议稿非官方行业标准原文。截至本文档编写时,未检索到任何公开的、面向芯片验证方向的 AGENTS.md 或 SKILL.md 标准范本。

4.1. AGENTS.md 规范

4.1.1. AGENTS.md(芯片验证方向)

# AGENTS.md —— 芯片验证

> 本文为基于行业实践提炼的建议稿,非官方行业标准原文。

## 角色与边界
- 角色:芯片验证智能体,负责测试计划生成、UVM 平台构建、SVA 断言生成、
  覆盖率收敛、形式验证辅助与缺陷定位。
- 挂钩引擎,不替换引擎:所有覆盖率、证明、pass/fail 结论必须由 Xcelium / Jasper /
  Questa One / VCS / Verilator 等真实工具给出。
- 自主性边界:在客户定义的治理边界内自主推理-规划-执行;关键决策点保留可配置人工监督。
- 不负责:签核放行签字、覆盖率模型的最终削减决定、流片放行。

## 环境假设
执行前必须显式声明:
- 仿真器及版本(Xcelium / Questa / VCS / Icarus Verilog / Verilator)。
- 形式验证引擎及版本(Jasper / VC Formal / Questa Formal)。
- UVM 版本(IEEE 1800.2-2020,参考实现 UVM 2020-2.0)与 SystemVerilog 版本(IEEE 1800-2023)。
- 覆盖率互操作格式(Accellera UCIS 1.0)与覆盖率数据库路径。
- 可移植激励标准支持情况(Accellera Portable Stimulus 2.0)。
- 断言库(Accellera OVL 2.8.1)与协同仿真接口(Accellera SCE-MI 2.3)。
- 回归农场并发上限、EDA 授权配额、磁盘配额。
- 车规场景须声明目标 ASIL 等级与 ISO 26262-11:2018 适用条款。

## 上下文加载顺序(Context Budget)
1. 设计规范相关章节与验证计划(测试意图、覆盖点定义)。
2. 覆盖率模型定义与当前覆盖率数据库摘要。
3. 失败用例列表、波形索引、历史根因分析。
4. 项目编码规范与 UVM 平台约定。
5. 保持"设计、testbench、测试计划、规范"四者之间的上下文关联,不得只加载其一。
- 完整波形、大规模回归日志不进上下文,以路径引用 + 工具查询代替;
  查看波形时只提取指定时间窗与指定信号。

## 工具契约
- 优先为仿真器与形式引擎封装 MCP 服务器,通过标准化接口访问验证状态。
- 工具返回值必须包含:退出码、日志路径、覆盖率数值、随机种子、工具版本。
- 同一任务在相同种子下必须可复现;所有调用须记录完整命令行或脚本。
- 并发回归不得超过声明的 CPU 与授权配额。
- 覆盖率数据跨工具合并时,须通过 Accellera UCIS 1.0 或等效互操作格式。

## 任务执行流程(SOP)
- S1 需求解析:把验证目标分解为可判定的覆盖点与属性。
- S2 基线建立:跑基线回归,记录覆盖率、种子、运行时长、CPU 消耗。
- S3 候选生成:产出候选激励策略、断言、测试计划条目,每个附理由与预期影响。
- S4 引擎判定:调用仿真与形式引擎,得到客观覆盖率与证明结果。
- S5 差异分析:与基线对比;识别假收敛与不可达覆盖仓。
- S6 回归压缩:在覆盖率不回退的前提下压缩测试集,并验证诊断能力未丢失。
- S7 证据打包:命令、脚本、日志路径、覆盖率数值、种子、版本齐备。
- S8 人工确认:覆盖率模型的变更与签核放行进入人工审批队列。

## 验证与证据要求
- 覆盖率目标不可由"生成更多测试"凑数:必须区分代码覆盖率与功能覆盖率,
  识别不可达覆盖仓(UNR),否则会出现"覆盖率 100% 但仍有设计漏洞"的假收敛。
- 断言(SVA)必须由形式化工具验证,不能只靠 LLM 生成即通过。
- 形式验证结论须附证明状态(proven / vacuous / bounded / inconclusive),
  不得把 vacuous(空证明)当作通过。
- 唯一缺陷发现数为必需指标:本轮相对基线新发现了多少此前未发现的缺陷。
- 测试压缩必须同时报告:压缩倍数、覆盖率变化、DPPM 或客户逃逸率是否恶化。
- 每条结论须附:工具名 + 版本 + 命令或脚本 + 日志路径 + 关键数值 + 随机种子。

## 失败与升级策略
- 连续 3 轮迭代覆盖率无增长 → 升级人工,并输出未覆盖点根因分析(RCA)。
- 出现 vacuous proof(空证明)或证明不收敛 → 升级人工复核属性与约束。
- 测试压缩后诊断能力下降或 DPPM 恶化 → 立即回滚至上一基线。
- 仿真器报未知错误或授权失败 → 停止执行,不得绕过授权重试或改参数强行绕过。
- 升级时须交付:已完成证据包 + 失败点定位 + 下一步可执行的具体命令。

## 安全与合规红线
- 自主智能体必须在沙箱运行时内执行(参考 NVIDIA OpenShell:策略控制、隔离、
  对工具/基础设施/设计数据的受控访问)。
- 设计、testbench、覆盖率数据库、缺陷库属企业核心 IP,不得离开企业网络边界。
- 车规场景须符合 ISO 26262-11:2018:安全机制诊断覆盖率、故障注入、FMEDA、
  SPFM / LFM / PMHF 三项硬件架构度量、软错误(SEU / SET / MBU)分析。
- 覆盖率模型的任何削减必须有书面理由与批准记录,禁止为达标而删除覆盖点。
- 所有工具调用、覆盖率模型变更、人工确认写入不可篡改审计日志。

## 禁止事项
- 禁止编造或臆测覆盖率数值、证明结果、缺陷定位结论。
- 禁止输出"应该没问题""大概率通过"等不可判定表述。
- 禁止把 vacuous proof 记为通过。
- 禁止为达成覆盖率目标而放宽覆盖率模型、删除覆盖点或缩小测试范围。
- 禁止绕过形式化验证直接采纳 LLM 生成的断言。
- 禁止把设计、testbench、良率或缺陷数据上传至未授权外部服务。
- 禁止虚构标准编号;未确认标准一律标注 [待核实]。
- 禁止在无人确认下触发签核放行等不可逆动作。

## 输出格式
- 首行给出可判定结论(通过 / 不通过 / 部分通过 + 阻塞项)。
- 证据表:工具、版本、命令或脚本、日志路径、覆盖率数值、种子、与基线差值。
- 覆盖率分项:代码覆盖率与功能覆盖率分别列出,并单列不可达覆盖仓数量。
- 缺陷清单:唯一缺陷发现数、缺陷严重度、定位证据。
- 风险与假设:列出结论依赖的种子、覆盖率模型版本、约束前提。
- 待人工确认项:覆盖率模型变更、签核放行、缺陷责任归属。
- 数值规范:参数带单位;范围用 ~ 连接;百分比数值与 % 之间不留空格。

## 评估与自检
- 本轮覆盖率数值是否全部来自真实工具输出?
- 代码覆盖率与功能覆盖率是否已分别报告?不可达覆盖仓是否已识别?
- 是否存在 vacuous proof?是否已被排除在通过项之外?
- 唯一缺陷发现数是多少?是否只是重复命中既有覆盖?
- 测试压缩是否导致诊断能力下降?DPPM 是否恶化?
- 覆盖率模型是否发生过未经批准的变更?
- 结论依赖的种子与工具版本是否已记录?
- 输出中是否残留 XX、___ 等非标准占位符?
- Harness 或提示词变更后,是否在固定黄金回归集上回归并报告与上一版本的差值?

4.2. SKILL.md 规范

4.2.1. SKILL.md(芯片验证 · 覆盖率收敛与断言生成)

---
name: chip-verification-coverage-closure
description: 芯片验证方向的覆盖率收敛与断言生成技能。当需要分析覆盖率空洞、偏置激励、
  压缩回归集、生成并验证 SVA 断言、做形式化证明,并要求覆盖率真实增长且不出现假收敛时使用。
version: 1.0
created: 2026-09-12
---

# 芯片验证 · 覆盖率收敛与断言生成

> 本文为基于行业实践提炼的建议稿,非官方行业标准原文。

## 适用场景
- 功能覆盖率长期停滞在某一水平,需要定位空洞并制定收敛策略。
- 回归集规模膨胀导致周转时间(TAT)过长,需要在不回退覆盖率的前提下压缩。
- 依据规范与设计意图生成 SVA 断言,并用形式化工具验证。
- 模块级或数据通路的形式化完备证明。
- 回归失败用例的自动定位与根因分析。
- 车规场景下的安全机制诊断覆盖率评估与故障注入验证。

## 前置条件
- 已声明仿真器、形式验证引擎、UVM 版本、覆盖率互操作格式。
- 存在可重跑的基线回归(固定种子与脚本版本)与覆盖率数据库。
- 覆盖率模型已定义并冻结版本;变更需走审批。
- 智能体运行于隔离运行时,工具与数据访问受策略控制。
- 具备判定器:仿真 pass/fail、覆盖率数值、形式证明状态。
- 回归农场的并发与授权配额已明确。

## 输入
| 输入项 | 说明 | 必需 |
|---|---|---|
| 验证计划 | 测试意图、覆盖点定义、优先级 | 是 |
| 设计规范 | 相关章节与接口行为约定 | 是 |
| 设计源文件 | RTL、UVM testbench、约束、覆盖率模型 | 是 |
| 基线覆盖率报告 | 代码覆盖率、功能覆盖率、不可达覆盖仓 | 是 |
| 回归配置 | 种子策略、并发数、TAT 目标 | 是 |
| 环境清单 | 仿真器与形式引擎版本 | 是 |
| 失败用例 | 上轮回归失败列表与日志路径 | 否 |

## 输出
| 输出项 | 说明 | 必需 |
|---|---|---|
| 可判定结论 | 通过 / 不通过 / 部分通过 + 阻塞项 | 是 |
| 覆盖率分项表 | 代码覆盖率与功能覆盖率分别列出,含与基线差值 | 是 |
| 不可达覆盖仓清单 | 识别出的 UNR 数量与判定依据 | 是 |
| 断言清单 | 生成断言条目、形式验证状态、vacuous 检查结果 | 是 |
| 唯一缺陷清单 | 本轮新发现缺陷数、严重度、定位证据 | 是 |
| 回归压缩报告 | 压缩倍数、覆盖率变化、诊断能力影响 | 条件必需 |
| 证据表 | 工具、版本、命令或脚本、日志路径、数值、种子 | 是 |
| 待人工确认项 | 覆盖率模型变更、签核放行 | 是 |

## 执行步骤
1. 环境校验:核对仿真器、形式引擎、UVM 与覆盖率格式版本;缺失即停止。
2. 基线重跑:固定种子重跑基线回归,记录覆盖率、TAT、CPU 消耗。
3. 空洞分析:分析未命中覆盖点,区分"可达未命中"与"不可达"。
4. 候选生成:产出候选动作 —— 偏置激励至未命中覆盖仓、补充 SVA 断言、
   生成定向测试、排除不可达覆盖仓。
5. 引擎判定:执行仿真与形式验证,记录命令、退出码、日志路径、种子。
6. 断言验证:所有生成断言送形式化工具验证,逐条检查是否存在空证明。
7. 回归压缩:在覆盖率不回退前提下压缩测试集,并验证诊断能力未丢失。
8. 差异分析:与基线对比,改善项与恶化项同时报告。
9. 证据打包与交付:列出待人工确认项,写入审计日志。

## 质量标准(DoD)
- 覆盖率数值全部来自真实工具输出,且代码覆盖率与功能覆盖率分别报告。
- 不可达覆盖仓已识别并有判定依据,不得靠"生成更多测试"掩盖。
- 所有生成断言经形式化工具验证,无 vacuous proof 被记为通过。
- 唯一缺陷发现数已统计并附定位证据。
- 回归压缩后覆盖率不回退,诊断能力未丢失。
- 形式证明结论附状态标记(proven / vacuous / bounded / inconclusive)。
- 每条结论附工具名 + 版本 + 命令或脚本 + 日志路径 + 关键数值 + 随机种子。
- 覆盖率模型无未经批准的变更。
- 输出中无 XX、___ 等非标准占位符;未确定项统一标注 [待填写] 或 [待核实]。
- 参考阈值:Siemens Questa One 官方口径为覆盖加速 50 倍、DFT 仿真加速 8 倍、
  故障仿真加速 48 倍、无激励验证 24h+ 降至 1min 以内(级别 A);
  Cadence ChipStack 在 NVIDIA 内部实现验证周期提速 40 倍以上(级别 A)。
  这些为厂商口径,项目内应建立自己的基线与目标。

## 常见失败与处理
| 失败模式 | 现象 | 处理 |
|---|---|---|
| 假收敛 | 覆盖率达标但设计仍有漏洞 | 拆分代码与功能覆盖率,补充形式证明,复核覆盖点定义 |
| 空证明 | 断言被证明但因前提不可达而恒真 | 逐条做 vacuous 检查,空证明不计入通过 |
| 不可达覆盖仓 | 求解器在死胡同浪费算力 | 识别并排除 UNR,记录判定依据 |
| 回归膨胀 | 测试集越跑越大,TAT 不可控 | 智能压缩并验证诊断能力,DPPM 恶化即回滚 |
| 激励偏置失控 | 覆盖率上升但随机性丧失 | 压缩同时保留随机性,报告种子多样性 |
| 断言幻觉 | LLM 生成语法正确但语义错误的断言 | 强制形式化验证,未通过不采纳 |
| 工具特异性差异 | 同一 testbench 不同仿真器结果不同 | 固定工具与版本,证据表显式标注 |
| 无限循环 | 反复重生成无收敛 | 重试上限 3 轮,超限升级人工 |

## 示例
任务:某模块功能覆盖率长期卡在 92%,需在两周内收敛至签核目标,且不得恶化 DPPM。
1. 环境校验:确认仿真器版本、UVM 版本(IEEE 1800.2-2020)、覆盖率模型路径、并发配额。
2. 基线重跑:固定 3 个种子重跑基线,记录代码覆盖率、功能覆盖率、TAT。
3. 空洞分析:定位未命中覆盖点,区分可达未命中与不可达。
4. 候选生成:三类动作 —— 偏置激励至未命中覆盖仓、补充 SVA 断言、排除不可达覆盖仓。
5. 引擎判定:分别执行,记录种子、日志路径、覆盖率变化、CPU 时长。
6. 断言验证:新增 24 条断言,21 条形式验证通过,3 条被证伪并定位到真实设计缺陷。
7. 回归压缩:在覆盖率不回退前提下压缩,验证诊断能力未丢失。
8. 差异分析:功能覆盖率提升至 96.8%,CPU 时长 +12%,识别不可达覆盖仓 137 个。
9. 交付:结论"部分通过,签核目标达成,遗留 1 个阻塞项(3 条被证伪断言对应的设计缺陷
   需设计方确认)";证据表含工具版本、命令、日志路径、种子、与基线差值。

## 关联
- 与设计方向的边界:设计与验证在 Agentic 架构下已不分离;ChipStack 的 40 倍提速
  正是 Xcelium 动态仿真 + Jasper 形式验证组合跑出来的。
- 与测试方向的边界:验证面向设计正确性(pre-silicon),测试面向制造缺陷(post-silicon);
  两者在故障仿真环节合流,IEEE 1838 的 3D DFT 架构依赖 IEEE 1687 IJTAG 与 IEEE 1500 wrapper。

4.3. 落地检查清单

序号检查项判定标准必需
1环境与版本声明仿真器、形式引擎、UVM 版本、覆盖率格式均已声明
2基线可复现固定种子下基线回归结果可重跑且一致
3覆盖率来源真实所有覆盖率数值来自真实工具输出
4覆盖率分项代码覆盖率与功能覆盖率分别报告
5不可达覆盖仓识别UNR 已识别并附判定依据
6断言形式化验证生成断言均经形式化工具验证,无 vacuous 记为通过
7唯一缺陷统计本轮新发现缺陷数已统计并附定位证据
8回归压缩安全性压缩后覆盖率不回退,诊断能力未丢失条件必需
9覆盖率模型变更审批任何覆盖点增删均有书面理由与批准记录
10双向报告改善项与恶化项同时报告,恶化项有根因
11证据要素齐全工具名、版本、命令、日志路径、数值、种子齐备
12数据合规无设计、testbench、缺陷数据越界访问
13沙箱执行智能体运行于隔离运行时内
14审计留痕工具调用、模型变更、人工确认已写入审计日志
15车规合规车规场景覆盖诊断覆盖率、故障注入、FMEDA条件必需
16占位符清理XX___ 等非标准占位符
17不可逆动作审批签核放行有人工确认记录
18回归护栏Harness 或提示词变更后已在固定黄金回归集上回归

5. 总结

芯片验证是 AI Harness 六层模型中 L5 评估与观测层最强、落地最早的方向。其根本原因不是模型更聪明,而是验证环节天然具备强化学习所需的一切要素:覆盖率是现成的奖励函数,仿真器是现成的判定器,回归农场是现成的样本生成器。这一结构性优势,使得"Harness 的工程价值大于模型本身的智能价值"在本方向体现得最明显 —— ChipStack 在 NVIDIA 内部的 40 倍提速,来自引擎调用、测试计划生成与调试闭环的自动化,而非模型能力的跃升。

本方向的三个不可妥协项:

  1. 假收敛零容忍。 覆盖率必须区分代码覆盖率与功能覆盖率,不可达覆盖仓必须识别并排除。靠"生成更多测试"凑出的 100% 覆盖率是负资产。
  2. 断言必须被证明。 LLM 生成的 SVA 断言必须经形式化工具验证,且必须逐条检查空证明(vacuous proof)—— 空证明在数值上是"通过",在语义上是"什么都没验证"。
  3. 压缩不能牺牲诊断能力。 测试压缩的收益必须与 DPPM、客户逃逸率、故障覆盖率联合评估,任一恶化即回滚。

最后需要指出一个行业级空白:尚未检索到覆盖"工具调用 + 多轮调试 + 覆盖率收敛"全流程的 EDA Agent 公开基准。现有的 VerilogEval、CVDP、RealBench 只评测 RTL 生成能力。这意味着本方向目前无法横向比较不同 Harness 实现的优劣,只能依赖企业内部的私有回归集。这是一个真实且重要的开放挑战。

信息缺口声明

以下条目未获 A 级或 B 级来源确认,已在正文中标注 :

  1. 验证团队规模为 RTL 设计团队的 2~5 倍(级别 C)。
  2. 传统 UVM 随机激励约 70% 算力消耗在冗余测试上(级别 C)。
  3. Synopsys VSO.ai 的全部客户量化数字:OpenTitan HMAC IP 3 倍、瑞萨科技 10 倍与 +30%、AMD 1.5~16 倍与 TAT 16 倍、NVIDIA +33% 与 5 倍与 3.5 倍与 4 个独特缺陷、Microsoft 300 seeds、Cisco +9%(级别 C)。
  4. Cadence Verisium SimAI 的 Qualcomm 实测数字:种子压缩 4~5 倍、GPU 团队 2 倍效率、fabric 总线闭环缩短 30%(级别 C)。
  5. Cadence Verisium L1 级 2026 口径:项目周转 5~10 倍、覆盖率收敛 2 倍、回归压缩 2~7 倍(级别 C)。
  6. 芯华章与中兴微电子 SVA 生成:+40% 效率、20%+ 边界场景、3 天缩短至数小时(级别 C)。
  7. 芯华章 GalaxSim Turbo 3.0 提升 10 倍以上、GalaxEC-HEC 节省 9 倍人力(级别 C)。
  8. EDA 国创中心 ChatDV 的 iModel / iSVA / iTest / iDebug 四模块能力描述(级别 C)。
  9. Cadence 估计的 2030 年芯片设计与验证工程师缺口达数十万人(级别 C)。
  10. IEEE 1850-2010(PSL)状态为 Inactive - Reserved,引用时须注明其已休眠状态。Accellera 各现行标准(Portable Stimulus 2.0、UCIS 1.0、OVL 2.8.1、SCE-MI 2.3)的精确发布年份未获确认,本文档不写年份。
  11. 未检索到覆盖全流程的 EDA Agent 公开基准,已在第 5 节作为开放挑战提出。

6. 参考资料

  1. Siemens Questa One Redefines IC Verification for Complex Chips — ENGtechnica,2025。https://engtechnica.com/siemens-questa-one-redefines-ic-verification-for-complex-chips
  2. Siemens 官方访谈(Questa One Agentic Toolkit 与 MCP 架构)。https://plm-erpnews.se?p=35639/
  3. Cadence Unveils Industry's First Fully Autonomous Virtual Engineer — Cadence,2026。https://www.cadence.com/ja_JP/home/company/newsroom/press-releases/pr/2026/cadence-unveils-industrys-first-fully-autonomous-virtual.html
  4. Cadence Extends Chip Design Agent to Level 5 Autonomy — engineering.com,2026。https://www.engineering.com/cadence-extends-chip-design-agent-to-level-5-autonomy/
  5. Accellera Federated Simulation Standard PWG 介绍(含 UVM、UCIS、OVL、SCE-MI、Portable Stimulus 现行标准清单)— Accellera,2023。https://accellera.org/images/activities/Federated-Simulation-Standard-PWG-intro.pdf
  6. IEEE 1800-2023 SystemVerilog — Design And Reuse / IEEE 联合页。https://us.design-reuse.com/exit/?urlid=9987
  7. ISO 26262-11:2018 Road vehicles — Functional safety — Part 11 — ISO。https://www.iso.org/fr/contents/data/standard/06/96/69604.html
  8. What Are Agentic AI RTL Verification Tools and How Are They Changing Chip Design Workflows in 2026 — designedbyai.io。https://designedbyai.io/knowledge/what_are_agentic_ai_rtl_verification_tools_and_how_are_they_changing_chip_design_workflows_in_2026.php
  9. Real-World Chip Design Workflows: Technical Overview — BITSILICA。https://www.blogarama.com/technology-blogs/1445797-BITSILICA-Pvt-Ltd-Blog/70164062-real-world-chip-design-workflows-technical-overview
  10. IEEE 1838 Explained: How DFT Evolves for 2.5D, 3D and 3.5D ICs — LoveChip。https://www.lovechip.com/blog/ieee-1838-explained-how-dft-evolves-for-2-5d-3d-and-3-5d-ics
  11. VerilogEval v2 — ACM Transactions on Design Automation of Electronic Systems 30(6),2025-10-21。https://dl.acm.org/doi/abs/10.1145/3718088
  12. 3D IC / Chiplet DFT 工程实践 — 3D InCites。https://www.3dincites.com/?p=76406
  13. Accellera 官方网站(标准下载与 UVM 开源实现)。https://accellera.org/
  14. IEEE Xplore DASC 综述(IEEE Get 计划免费标准清单)。https://ieeexplore.ieee.org/document/9473237/keywords

Chip Verification

1. Introduction

1.1. Background

Chip verification is the most resource-intensive stage in digital chip development. RTL verification of complex SoCs accounts for 60%~70% of the project cycle; the verification team is typically 2~5 times the size of the RTL design team (this figure comes from secondhand reproduction). The industry calls this pressure the Verification Productivity Gap — design complexity grows exponentially, while the growth of verification manpower is linear.

In the era of 3D-IC, Chiplet architectures, and software-defined systems, this gap is further amplified (Siemens calls it Verification Productivity Gap 2.0): the complexity explosion is compounded by a shortage of senior engineers, while requirements for safety, power, reliability, and sustainability all rise across the board.

Verification has a key property that sets it apart from other hardware stages: its feedback loop is both cheap and decidable. The simulator gives a deterministic pass or fail signal, the coverage database can be read directly, and the regression suite produces thousands of runs every night. This is precisely the closed-loop structure a reinforcement-learning-style agent needs — and it is the fundamental reason why the first wave of Agentic AI in EDA is concentrated in verification, debugging, and coverage closure, rather than synthesis or place and route.

1.2. Definition and Scope

The chip verification direction covers all activities that confirm design correctness before tape-out; in the AI Harness context it specifically refers to those carried out with or led by agents:

StageContentForm of AI Involvement
Test planningGenerate functional cover points, test intent and verification plan from the specAutomated formal test-plan generation
Platform constructionUVM testbench, sequences, checkersLLM generates UVM components; tools verify compilability
Assertion generationSVA propertiesLLM generation + formal tool verification
Stimulus generationConstrained random, directed testsCoverage-driven intelligent biasing, portable stimulus
Coverage closureAnalyze holes, compress regression, exclude unreachable binsMachine learning predicts coverage holes, intelligent regression compression
Formal verificationProperty proof, equivalence checkingProof-strategy assistance, automatic abstraction
Defect localizationDebugging and root-cause analysis of failing casesAutomatic correlation analysis of waveforms and logs

Boundary with adjacent directions: verification targets design correctness, while test targets manufacturing defects. But the two converge in fault simulation — Siemens Questa One's fault simulation supports both functional-safety fault simulation and DFT fault simulation; and IEEE 1838's 3D DFT architecture in turn relies on IEEE 1687 IJTAG and the IEEE 1500 wrapper.

1.3. Position within the AI Harness Architecture

图 1-1|芯片验证在 AI Harness 六层模型中的定位

芯片验证在 AI Harness 六层模型中的定位 六层模型中的定位 · 示意:基于本文 1.3 节分析绘制 L1 上下文工程 规范 · 测试计划 · 覆盖率模型 · 回归日志 保持四者上下文关联 L2 工具与执行 Xcelium / Jasper / Questa One / VCS / Verisium 本方向重心 · 叠加智能体于现有引擎 L3 编排与控制 回归编排 · 多步 agentic 工作流 · 人工监督点 自主推理-规划-执行 L4 记忆与状态 历史回归数据库 · 覆盖率数据库 · 缺陷知识库 越用越快 warm-start L5 评估与观测 覆盖率 · 形式证明 · 回归 pass/fail · 独特缺陷数 本方向最强层 · ground truth 天然存在 L6 治理与安全 签核留痕 · 人工在环 · 治理边界 自主性受边界约束 结构解读:芯片验证最强层是 L5(覆盖率即奖励函数、仿真器即判定器);重心在 L2 —— 不替换现有引擎,叠加智能体层。

数据来源:基于本文分析绘制的示意图。

Harness LayerSpecific Carrier in This DirectionDescription
L1 Context EngineeringSpecs, test plans, coverage model, regression logsMaintaining context correlation among "design, testbench, test plan, spec" is key
L2 Tools and ExecutionXcelium / Jasper / Questa One / VCS / VerisiumOne of the focus areas of this direction: do not replace existing infrastructure, but layer agents on top of it
L3 Orchestration and ControlRegression orchestration, multi-step agentic workflows, human supervision pointsQuesta One Agentic Toolkit reasons-plans-executes autonomously within "customer-defined governance boundaries"
L4 Memory and StateHistorical regression database, coverage database, defect knowledge baseWarm-start capability that gets faster with use
L5 Evaluation and ObservationCoverage, formal proofs, regression pass/fail, unique bug countThe strongest layer of this direction: ground truth exists naturally
L6 Governance and SafetySign-off audit trail, human-in-the-loop, governance boundaryAutonomy must be constrainable within customer-defined boundaries

Core judgment: chip verification is the direction in which the six-layer model's L5 evaluation and observation layer manifests most purely, for three reasons:

  1. Coverage is a natural reward function. No need to design rewards manually; the coverage figure itself is the optimization target.
  2. The simulator gives fast binary judgments. Pass or fail is clear, with no gray zone.
  3. The regression suite provides a high-frequency closed loop. Thousands of runs each night, plenty of samples.

At the L2 layer, the verification direction has an important engineering advantage: there is no need to replace the existing infrastructure. Chip teams already have nightly-regression CPU farms, coverage databases, and Synopsys / Cadence / Siemens simulation and formal flows, on which the agent layer can be directly layered. Siemens' official 2026 position explicitly emphasizes "keeping the existing simulation engines hooked in rather than replacing them".

1.4. Current Status

SolutionKey Quantitative ResultsEvidence Level
Siemens Questa OneCoverage acceleration 50x; DFT simulation acceleration 8x; fault simulation acceleration 48x; stimulus-free verification reduced from 24h+ to under 1 minA
Cadence ChipStack (verification side)NVIDIA-internal RTL verification cycle accelerated by 40x+, with the typical 5-week loop cut to under 1 dayA
Cadence ChipStack (customer)Altera verification workload reduced ~10x in some areas; Tenstorrent formal verification time cut by up to 4xA
Synopsys VSO.ai (OpenTitan HMAC IP)Reaches 100% functional coverage 3x faster than traditional approachesC
Synopsys VSO.ai (Renesas)Functional coverage defects reduced by up to 10x; IP verification productivity +30%C
Synopsys VSO.ai + VCS ICO (AMD, 4 designs)At equal coverage, test count reduced 1.5~16x; regression TAT compressed by up to 16xC
Synopsys ICO + VSO.ai + UNR (NVIDIA)Functional coverage +33%; regression scale compressed 5x; test compression 3.5x; 4 unique defects found earlyC
Synopsys (Microsoft)With only 300 seeds (traditional needs 10,000+), found hidden testbench defects and 6 new error signaturesC
Synopsys UNR (Cisco)Coverage improved 9%C
Cadence Verisium SimAI (Qualcomm)Regression seed count compressed 4~5x (code coverage flat); a leading GPU team overall verification efficiency 2x; mobile platform fabric bus loop time cut 30%C
Cadence Verisium (L1 level, 2026 statement)Project turnaround 5~10x; coverage convergence speed 2x; regression test compression 2~7xC
芯华章 GalaxSim Turbo 3.0Event-level and cycle-level simulation engines cooperate intelligently, performance improved 10x+ over traditional simulationC
芯华章 GalaxEC-HECAn XPU project achieved complete proof over all operators, saving 9x manpowerC

Key insight: the Level-A (official first-hand) figures in the table above are concentrated in Siemens' and Cadence's official releases; the rest are customer-measured figures, mostly compiled from Chinese technical communities' summaries of SNUG / DVCon shares and require verification. When writing and citing, these must be strictly distinguished — Level-C figures must not be treated as official statements.

Related technical standards:

StandardVersionRelation to This Direction
IEEE 1800.2 (UVM)2020Verification methodology standard; reference implementation UVM 2020-2.0, open-sourced by Accellera
IEEE 1800 (SystemVerilog)2023The language foundation of SVA assertions
Accellera Portable Stimulus2.0Portable stimulus standard, directly related to AI-driven directed test generation
Accellera UCIS1.0Unified coverage interoperability standard; a prerequisite for multi-tool coverage merging, forming the data foundation of L5
Accellera OVL2.8.1Assertion library reuse
Accellera SCE-MI2.3Simulation acceleration and simulator co-simulation
IEEE 1850 (PSL)2010, Inactive - ReservedProperty description language (historical)
ISO 26262-112018Verification requirements for safety-mechanism diagnostic coverage, fault injection, FMEDA

2. Glossary

TermEnglish / AbbreviationDefinition
Universal Verification MethodologyUniversal Verification Methodology, UVMStandardized verification platform methodology based on SystemVerilog, IEEE 1800.2-2020
TestbenchTestbenchVerification environment that drives stimulus to the design under test (DUT) and checks responses
AssertionSystemVerilog Assertion, SVADescribes, in temporal logic, the properties the design must satisfy
Code CoverageCode CoverageStructural coverage metrics: statements, branches, conditions, toggles, FSM states
Functional CoverageFunctional CoverageFunctional-point coverage defined from the verification plan, expressed via cover groups and cover bins
Coverage BinCoverage BinThe smallest countable unit in the coverage model
Coverage HoleCoverage HoleA cover point never hit; the target of stimulus optimization
Unreachable BinUnreachable Bin, UNRA cover bin that can never be hit due to design or constraint reasons, wasting solver compute
Formal VerificationFormal VerificationMathematically exhaustively proves that the design satisfies given properties, without relying on test vectors
Logic Equivalence CheckingLogic Equivalence Checking, LECA formal method proving two designs are functionally equivalent
Constrained Random VerificationConstrained Random Verification, CRVThe mainstream method of verifying with constrained random stimulus
Coverage-Driven VerificationCoverage-Driven Verification, CDVA verification method that steers the stimulus strategy by coverage
RegressionRegressionThe set of tests rerun after every design change
Turn Around TimeTurn Around Time, TATTime from submitting a regression to obtaining results
Fault SimulationFault SimulationSimulation that injects faults to assess test-vector defect coverage and safety-mechanism diagnostic coverage
Stimulus Free VerificationStimulus Free VerificationVerification that finds problems through static analysis alone, without applying stimulus
Portable StimulusPortable StimulusPlatform-independent stimulus intent, reusable across simulation, acceleration and prototyping
Unique BugUnique BugA defect found for the first time by this round and not by other means; a key metric of verification value
Sign-offSign-offThe formal stage confirming that verification goals are met at sign-off accuracy
Governance BoundaryGovernance BoundaryThe scope in which the agent may decide autonomously; beyond it human intervention is required

3. Case Studies

3.1. Siemens Questa One and Agentic Toolkit

Evidence level: A (Siemens official release and official interview)

3.1.1. Background

Siemens defines the current challenge as Verification Productivity Gap 2.0: the complexity explosion brought by 3D-IC, Chiplet architectures, and software-defined systems, compounded by a shortage of senior engineers and rising requirements for safety, power, reliability, and sustainability. In the traditional verification flow, most of a verification engineer's time is spent on "isolated tool interactions" — manually invoking lint, manually writing constraints, manually analyzing coverage, manually debugging — and the context between each step has to be carried around manually.

3.1.2. Solution

Siemens released the Questa One intelligent verification product portfolio on 2025-05-15 (available 2025-06), built around three principles:

  • Connected: connects engineers, EDA tools, and verification IP across Questa One, Tessent DFT, and Veloce CS.
  • Data-Driven: generative, prescriptive, and predictive machine learning.
  • Scalable: efficient convergence through acceleration and automation.

On this basis Siemens launched the Questa One Agentic Toolkit, embedding domain-specific AI agents within Questa One, covering the full pipeline of "planning → RTL creation → debugging → sign-off". Its Harness characteristics are worth recording one by one:

  1. L2 interface standardization: built on NVIDIA Llama Nemotron and NVIDIA NIM, provides MCP (Model Context Protocol), exposing verification state to agent frameworks through a standardized interface.
  2. Engine-native intelligence: agents hook into existing simulation engines rather than replacing them.
  3. Framework-agnostic: not bound to any specific agent framework.
  4. L3 governance boundary: reasons, plans, and executes autonomously within customer-defined governance boundaries, retaining configurable human supervision at key decision points.

3.1.3. Results

Siemens' officially released quantified results:

  • Coverage Acceleration: reaches coverage targets 50x faster than traditional testbench solvers.
  • DFT Simulation Acceleration: gate-level serial pattern simulation 8x acceleration (combining parallel simulation with Tessent SSN).
  • Fault Simulation Acceleration: 48x (supports functional-safety and DFT fault simulation, and supports Tessent UDFM).
  • Stimulus Free Verification: processing time of a complex open-source SoC-level reference design reduced from over 24 hours to under 1 minute; integrates 20 stimulus-free analyses, including automatic lint fixes and automated SVA generation and verification.
  • Questa One Avery VIP: protocol-aware debugging and coverage analysis; the same CTS, testbench, and stimulus can be reused on Veloce CS emulation and prototyping systems.

3.2. Cadence ChipStack Large-Scale Acceleration on the Verification Side

Evidence level: A (Cadence official press release)

3.2.1. Background

Verification is the earliest scenario where ChipStack landed. Cadence acquired AI2-incubated ChipStack in 2025-11, released the ChipStack AI Super Agent on 2026-02-10, and early customers include NVIDIA, Altera, Qualcomm, and Tenstorrent.

3.2.2. Solution

ChipStack orchestrates multiple "virtual engineers", all calling Cadence's underlying EDA tools and built on the sign-off-accuracy results of Xcelium (dynamic simulation) and Jasper (formal verification). Technical highlights:

  • Automated formal test-plan generation: derives the verification plan from design intent combined with Mental Models.
  • Dual-engine combination of dynamic simulation and formal verification: simulation provides coverage signals; formal verification provides exhaustive proof.
  • Sandbox governance: runs within the NVIDIA OpenShell sandbox runtime, providing policy control, isolation, and controlled access to tools and design data.
  • Announced expansion to Level-5 full autonomy at Computex on 2026-06-01, natively compatible with Codex and Claude Code.

3.2.3. Results

  • NVIDIA internally: each engineer runs hundreds of Xcelium dynamic simulations + Jasper formal verifications with ChipStack, with the RTL verification cycle accelerated by 40x or more and the typical 5-week verification loop cut to under 1 day.
  • Altera (Arvind Vidyarthi, Senior Director of Engineering): verification workload reduced by ~10x in some areas, achieving deeper functional coverage on the most complex designs.
  • Tenstorrent (Daniel Cummings, Principal Engineer of RISC-V cores): across 3 key design modules over a 3-month evaluation, formal verification time cut by up to 4x.

Significance to this direction: the 40x figure was achieved not by a "smarter model" but by "automating engine invocation + automating test-plan generation + automating the debug loop". It validates a judgment: in the verification direction, the engineering value of the Harness is greater than the intelligence value of the model itself.

3.3. 芯华章 and 中兴微电子: LLM Auto-Generation of SVA Assertions

Evidence level: C (compilation from long-form Chinese technical community articles)

3.3.1. Background

Handwriting SVA assertions easily misses boundary scenarios; complex assertions (such as "the target signal matches within 10 cycles after a signal change" and "asynchronous clock domain assertion synchronization") have long debug cycles and depend heavily on engineer experience.

3.3.2. Solution

An SVA generation system based on large language models, adopting the closed-loop structure of iterative prompt optimization + metric evaluation (SVAEval). The system can automatically generate assertion code containing temporary variables, time windows, and cross-clock-domain handling.

3.3.3. Results

According to the compilation from long-form Chinese technical community articles (Level C):

  • Covers 20%+ of the boundary scenarios that traditional handwriting easily misses.
  • Complex assertions see development efficiency improved by 40%+.
  • The original 3-day debug cycle is reduced to hours.

Related research: Peng Li and Wang Ding of MetaX (沐曦集成电路) published "DeepSeek Accelerates GPU Chip Verification Coverage Closure Technology" in the 2025 issue of Integrated Circuit Applications (《集成电路应用》).

Mandatory warning: none of this case's quantified figures has been confirmed by a first-hand source. Its value as a technical roadmap reference (iterative prompt optimization + metric evaluation loop) is higher than the value of its quantified results. When citing, the nature of the source must be noted, and it must not be used as the sole basis for decisions.


4. Practice Standards

Nature statement: the following AGENTS.md and SKILL.md are advisory drafts distilled from public industry practice, not the text of any official industry standard. As of the writing of this document, no public AGENTS.md or SKILL.md standard template targeting the chip verification direction has been found.

4.1. AGENTS.md Specification

4.1.1. AGENTS.md (Chip Verification)

# AGENTS.md —— 芯片验证

> 本文为基于行业实践提炼的建议稿,非官方行业标准原文。

## 角色与边界
- 角色:芯片验证智能体,负责测试计划生成、UVM 平台构建、SVA 断言生成、
  覆盖率收敛、形式验证辅助与缺陷定位。
- 挂钩引擎,不替换引擎:所有覆盖率、证明、pass/fail 结论必须由 Xcelium / Jasper /
  Questa One / VCS / Verilator 等真实工具给出。
- 自主性边界:在客户定义的治理边界内自主推理-规划-执行;关键决策点保留可配置人工监督。
- 不负责:签核放行签字、覆盖率模型的最终削减决定、流片放行。

## 环境假设
执行前必须显式声明:
- 仿真器及版本(Xcelium / Questa / VCS / Icarus Verilog / Verilator)。
- 形式验证引擎及版本(Jasper / VC Formal / Questa Formal)。
- UVM 版本(IEEE 1800.2-2020,参考实现 UVM 2020-2.0)与 SystemVerilog 版本(IEEE 1800-2023)。
- 覆盖率互操作格式(Accellera UCIS 1.0)与覆盖率数据库路径。
- 可移植激励标准支持情况(Accellera Portable Stimulus 2.0)。
- 断言库(Accellera OVL 2.8.1)与协同仿真接口(Accellera SCE-MI 2.3)。
- 回归农场并发上限、EDA 授权配额、磁盘配额。
- 车规场景须声明目标 ASIL 等级与 ISO 26262-11:2018 适用条款。

## 上下文加载顺序(Context Budget)
1. 设计规范相关章节与验证计划(测试意图、覆盖点定义)。
2. 覆盖率模型定义与当前覆盖率数据库摘要。
3. 失败用例列表、波形索引、历史根因分析。
4. 项目编码规范与 UVM 平台约定。
5. 保持"设计、testbench、测试计划、规范"四者之间的上下文关联,不得只加载其一。
- 完整波形、大规模回归日志不进上下文,以路径引用 + 工具查询代替;
  查看波形时只提取指定时间窗与指定信号。

## 工具契约
- 优先为仿真器与形式引擎封装 MCP 服务器,通过标准化接口访问验证状态。
- 工具返回值必须包含:退出码、日志路径、覆盖率数值、随机种子、工具版本。
- 同一任务在相同种子下必须可复现;所有调用须记录完整命令行或脚本。
- 并发回归不得超过声明的 CPU 与授权配额。
- 覆盖率数据跨工具合并时,须通过 Accellera UCIS 1.0 或等效互操作格式。

## 任务执行流程(SOP)
- S1 需求解析:把验证目标分解为可判定的覆盖点与属性。
- S2 基线建立:跑基线回归,记录覆盖率、种子、运行时长、CPU 消耗。
- S3 候选生成:产出候选激励策略、断言、测试计划条目,每个附理由与预期影响。
- S4 引擎判定:调用仿真与形式引擎,得到客观覆盖率与证明结果。
- S5 差异分析:与基线对比;识别假收敛与不可达覆盖仓。
- S6 回归压缩:在覆盖率不回退的前提下压缩测试集,并验证诊断能力未丢失。
- S7 证据打包:命令、脚本、日志路径、覆盖率数值、种子、版本齐备。
- S8 人工确认:覆盖率模型的变更与签核放行进入人工审批队列。

## 验证与证据要求
- 覆盖率目标不可由"生成更多测试"凑数:必须区分代码覆盖率与功能覆盖率,
  识别不可达覆盖仓(UNR),否则会出现"覆盖率 100% 但仍有设计漏洞"的假收敛。
- 断言(SVA)必须由形式化工具验证,不能只靠 LLM 生成即通过。
- 形式验证结论须附证明状态(proven / vacuous / bounded / inconclusive),
  不得把 vacuous(空证明)当作通过。
- 唯一缺陷发现数为必需指标:本轮相对基线新发现了多少此前未发现的缺陷。
- 测试压缩必须同时报告:压缩倍数、覆盖率变化、DPPM 或客户逃逸率是否恶化。
- 每条结论须附:工具名 + 版本 + 命令或脚本 + 日志路径 + 关键数值 + 随机种子。

## 失败与升级策略
- 连续 3 轮迭代覆盖率无增长 → 升级人工,并输出未覆盖点根因分析(RCA)。
- 出现 vacuous proof(空证明)或证明不收敛 → 升级人工复核属性与约束。
- 测试压缩后诊断能力下降或 DPPM 恶化 → 立即回滚至上一基线。
- 仿真器报未知错误或授权失败 → 停止执行,不得绕过授权重试或改参数强行绕过。
- 升级时须交付:已完成证据包 + 失败点定位 + 下一步可执行的具体命令。

## 安全与合规红线
- 自主智能体必须在沙箱运行时内执行(参考 NVIDIA OpenShell:策略控制、隔离、
  对工具/基础设施/设计数据的受控访问)。
- 设计、testbench、覆盖率数据库、缺陷库属企业核心 IP,不得离开企业网络边界。
- 车规场景须符合 ISO 26262-11:2018:安全机制诊断覆盖率、故障注入、FMEDA、
  SPFM / LFM / PMHF 三项硬件架构度量、软错误(SEU / SET / MBU)分析。
- 覆盖率模型的任何削减必须有书面理由与批准记录,禁止为达标而删除覆盖点。
- 所有工具调用、覆盖率模型变更、人工确认写入不可篡改审计日志。

## 禁止事项
- 禁止编造或臆测覆盖率数值、证明结果、缺陷定位结论。
- 禁止输出"应该没问题""大概率通过"等不可判定表述。
- 禁止把 vacuous proof 记为通过。
- 禁止为达成覆盖率目标而放宽覆盖率模型、删除覆盖点或缩小测试范围。
- 禁止绕过形式化验证直接采纳 LLM 生成的断言。
- 禁止把设计、testbench、良率或缺陷数据上传至未授权外部服务。
- 禁止虚构标准编号;未确认标准一律标注 [待核实]。
- 禁止在无人确认下触发签核放行等不可逆动作。

## 输出格式
- 首行给出可判定结论(通过 / 不通过 / 部分通过 + 阻塞项)。
- 证据表:工具、版本、命令或脚本、日志路径、覆盖率数值、种子、与基线差值。
- 覆盖率分项:代码覆盖率与功能覆盖率分别列出,并单列不可达覆盖仓数量。
- 缺陷清单:唯一缺陷发现数、缺陷严重度、定位证据。
- 风险与假设:列出结论依赖的种子、覆盖率模型版本、约束前提。
- 待人工确认项:覆盖率模型变更、签核放行、缺陷责任归属。
- 数值规范:参数带单位;范围用 ~ 连接;百分比数值与 % 之间不留空格。

## 评估与自检
- 本轮覆盖率数值是否全部来自真实工具输出?
- 代码覆盖率与功能覆盖率是否已分别报告?不可达覆盖仓是否已识别?
- 是否存在 vacuous proof?是否已被排除在通过项之外?
- 唯一缺陷发现数是多少?是否只是重复命中既有覆盖?
- 测试压缩是否导致诊断能力下降?DPPM 是否恶化?
- 覆盖率模型是否发生过未经批准的变更?
- 结论依赖的种子与工具版本是否已记录?
- 输出中是否残留 XX、___ 等非标准占位符?
- Harness 或提示词变更后,是否在固定黄金回归集上回归并报告与上一版本的差值?

4.2. SKILL.md Specification

4.2.1. SKILL.md (Chip Verification · Coverage Closure and Assertion Generation)

---
name: chip-verification-coverage-closure
description: 芯片验证方向的覆盖率收敛与断言生成技能。当需要分析覆盖率空洞、偏置激励、
  压缩回归集、生成并验证 SVA 断言、做形式化证明,并要求覆盖率真实增长且不出现假收敛时使用。
version: 1.0
created: 2026-09-12
---

# 芯片验证 · 覆盖率收敛与断言生成

> 本文为基于行业实践提炼的建议稿,非官方行业标准原文。

## 适用场景
- 功能覆盖率长期停滞在某一水平,需要定位空洞并制定收敛策略。
- 回归集规模膨胀导致周转时间(TAT)过长,需要在不回退覆盖率的前提下压缩。
- 依据规范与设计意图生成 SVA 断言,并用形式化工具验证。
- 模块级或数据通路的形式化完备证明。
- 回归失败用例的自动定位与根因分析。
- 车规场景下的安全机制诊断覆盖率评估与故障注入验证。

## 前置条件
- 已声明仿真器、形式验证引擎、UVM 版本、覆盖率互操作格式。
- 存在可重跑的基线回归(固定种子与脚本版本)与覆盖率数据库。
- 覆盖率模型已定义并冻结版本;变更需走审批。
- 智能体运行于隔离运行时,工具与数据访问受策略控制。
- 具备判定器:仿真 pass/fail、覆盖率数值、形式证明状态。
- 回归农场的并发与授权配额已明确。

## 输入
| 输入项 | 说明 | 必需 |
|---|---|---|
| 验证计划 | 测试意图、覆盖点定义、优先级 | 是 |
| 设计规范 | 相关章节与接口行为约定 | 是 |
| 设计源文件 | RTL、UVM testbench、约束、覆盖率模型 | 是 |
| 基线覆盖率报告 | 代码覆盖率、功能覆盖率、不可达覆盖仓 | 是 |
| 回归配置 | 种子策略、并发数、TAT 目标 | 是 |
| 环境清单 | 仿真器与形式引擎版本 | 是 |
| 失败用例 | 上轮回归失败列表与日志路径 | 否 |

## 输出
| 输出项 | 说明 | 必需 |
|---|---|---|
| 可判定结论 | 通过 / 不通过 / 部分通过 + 阻塞项 | 是 |
| 覆盖率分项表 | 代码覆盖率与功能覆盖率分别列出,含与基线差值 | 是 |
| 不可达覆盖仓清单 | 识别出的 UNR 数量与判定依据 | 是 |
| 断言清单 | 生成断言条目、形式验证状态、vacuous 检查结果 | 是 |
| 唯一缺陷清单 | 本轮新发现缺陷数、严重度、定位证据 | 是 |
| 回归压缩报告 | 压缩倍数、覆盖率变化、诊断能力影响 | 条件必需 |
| 证据表 | 工具、版本、命令或脚本、日志路径、数值、种子 | 是 |
| 待人工确认项 | 覆盖率模型变更、签核放行 | 是 |

## 执行步骤
1. 环境校验:核对仿真器、形式引擎、UVM 与覆盖率格式版本;缺失即停止。
2. 基线重跑:固定种子重跑基线回归,记录覆盖率、TAT、CPU 消耗。
3. 空洞分析:分析未命中覆盖点,区分"可达未命中"与"不可达"。
4. 候选生成:产出候选动作 —— 偏置激励至未命中覆盖仓、补充 SVA 断言、
   生成定向测试、排除不可达覆盖仓。
5. 引擎判定:执行仿真与形式验证,记录命令、退出码、日志路径、种子。
6. 断言验证:所有生成断言送形式化工具验证,逐条检查是否存在空证明。
7. 回归压缩:在覆盖率不回退前提下压缩测试集,并验证诊断能力未丢失。
8. 差异分析:与基线对比,改善项与恶化项同时报告。
9. 证据打包与交付:列出待人工确认项,写入审计日志。

## 质量标准(DoD)
- 覆盖率数值全部来自真实工具输出,且代码覆盖率与功能覆盖率分别报告。
- 不可达覆盖仓已识别并有判定依据,不得靠"生成更多测试"掩盖。
- 所有生成断言经形式化工具验证,无 vacuous proof 被记为通过。
- 唯一缺陷发现数已统计并附定位证据。
- 回归压缩后覆盖率不回退,诊断能力未丢失。
- 形式证明结论附状态标记(proven / vacuous / bounded / inconclusive)。
- 每条结论附工具名 + 版本 + 命令或脚本 + 日志路径 + 关键数值 + 随机种子。
- 覆盖率模型无未经批准的变更。
- 输出中无 XX、___ 等非标准占位符;未确定项统一标注 [待填写] 或 [待核实]。
- 参考阈值:Siemens Questa One 官方口径为覆盖加速 50 倍、DFT 仿真加速 8 倍、
  故障仿真加速 48 倍、无激励验证 24h+ 降至 1min 以内(级别 A);
  Cadence ChipStack 在 NVIDIA 内部实现验证周期提速 40 倍以上(级别 A)。
  这些为厂商口径,项目内应建立自己的基线与目标。

## 常见失败与处理
| 失败模式 | 现象 | 处理 |
|---|---|---|
| 假收敛 | 覆盖率达标但设计仍有漏洞 | 拆分代码与功能覆盖率,补充形式证明,复核覆盖点定义 |
| 空证明 | 断言被证明但因前提不可达而恒真 | 逐条做 vacuous 检查,空证明不计入通过 |
| 不可达覆盖仓 | 求解器在死胡同浪费算力 | 识别并排除 UNR,记录判定依据 |
| 回归膨胀 | 测试集越跑越大,TAT 不可控 | 智能压缩并验证诊断能力,DPPM 恶化即回滚 |
| 激励偏置失控 | 覆盖率上升但随机性丧失 | 压缩同时保留随机性,报告种子多样性 |
| 断言幻觉 | LLM 生成语法正确但语义错误的断言 | 强制形式化验证,未通过不采纳 |
| 工具特异性差异 | 同一 testbench 不同仿真器结果不同 | 固定工具与版本,证据表显式标注 |
| 无限循环 | 反复重生成无收敛 | 重试上限 3 轮,超限升级人工 |

## 示例
任务:某模块功能覆盖率长期卡在 92%,需在两周内收敛至签核目标,且不得恶化 DPPM。
1. 环境校验:确认仿真器版本、UVM 版本(IEEE 1800.2-2020)、覆盖率模型路径、并发配额。
2. 基线重跑:固定 3 个种子重跑基线,记录代码覆盖率、功能覆盖率、TAT。
3. 空洞分析:定位未命中覆盖点,区分可达未命中与不可达。
4. 候选生成:三类动作 —— 偏置激励至未命中覆盖仓、补充 SVA 断言、排除不可达覆盖仓。
5. 引擎判定:分别执行,记录种子、日志路径、覆盖率变化、CPU 时长。
6. 断言验证:新增 24 条断言,21 条形式验证通过,3 条被证伪并定位到真实设计缺陷。
7. 回归压缩:在覆盖率不回退前提下压缩,验证诊断能力未丢失。
8. 差异分析:功能覆盖率提升至 96.8%,CPU 时长 +12%,识别不可达覆盖仓 137 个。
9. 交付:结论"部分通过,签核目标达成,遗留 1 个阻塞项(3 条被证伪断言对应的设计缺陷
   需设计方确认)";证据表含工具版本、命令、日志路径、种子、与基线差值。

## 关联
- 与设计方向的边界:设计与验证在 Agentic 架构下已不分离;ChipStack 的 40 倍提速
  正是 Xcelium 动态仿真 + Jasper 形式验证组合跑出来的。
- 与测试方向的边界:验证面向设计正确性(pre-silicon),测试面向制造缺陷(post-silicon);
  两者在故障仿真环节合流,IEEE 1838 的 3D DFT 架构依赖 IEEE 1687 IJTAG 与 IEEE 1500 wrapper。

4.3. Implementation Checklist

No.Check ItemAcceptance CriteriaRequired
1Environment and version declarationSimulator, formal engine, UVM version, and coverage format are all declaredYes
2Baseline reproducibilityBaseline regression results are re-runnable and consistent under a fixed seedYes
3Authentic coverage sourceAll coverage values come from real tool outputYes
4Coverage breakdownCode coverage and functional coverage are reported separatelyYes
5Unreachable bin identificationUNRs are identified with justificationYes
6Assertion formal verificationAll generated assertions are verified by formal tools; no vacuous marked as passYes
7Unique bug statisticsNumber of newly found defects this round is counted with localization evidenceYes
8Regression compression safetyCoverage does not regress after compression; diagnostic capability is not lostConditional
9Coverage model change approvalAny cover point addition/removal has written justification and approval recordYes
10Two-way reportingImprovements and degradations are both reported; degradations have root causesYes
11Complete evidence elementsTool name, version, command, log path, values, and seed are all presentYes
12Data complianceNo design, testbench, or defect data is accessed out of boundsYes
13Sandbox executionThe agent runs inside an isolated runtimeYes
14Audit trailTool calls, model changes, and human confirmations are written to the audit logYes
15Automotive complianceAutomotive scenarios cover diagnostic coverage, fault injection, and FMEDAConditional
16Placeholder cleanupNo non-standard placeholders such as XX, ___Yes
17Irreversible action approvalSign-off release has a human confirmation recordYes
18Regression guardrailAfter Harness or prompt changes, regressed on the fixed golden regression setYes

5. Summary

Chip verification is the direction in which the six-layer model's L5 evaluation and observation layer is strongest and landed earliest. The fundamental reason is not that the model is smarter, but that the verification stage naturally possesses every element reinforcement learning needs: coverage is a ready-made reward function, the simulator is a ready-made judge, and the regression farm is a ready-made sample generator. This structural advantage makes "the engineering value of the Harness greater than the intelligence value of the model itself" most evident in this direction — ChipStack's 40x speedup at NVIDIA came from the automation of engine invocation, test-plan generation, and the debug loop, not a leap in model capability.

The direction's three non-negotiable items:

  1. Zero tolerance for false convergence. Coverage must distinguish code coverage from functional coverage, and unreachable cover bins must be identified and excluded. A 100% coverage padded out by "generating more tests" is a negative asset.
  2. Assertions must be proven. LLM-generated SVA assertions must be verified by formal tools, and each one must be checked for a vacuous proof — a vacuous proof is "pass" numerically but "nothing verified" semantically.
  3. Compression must not sacrifice diagnostic capability. The benefits of test compression must be jointly evaluated against DPPM, customer escape rate, and fault coverage; any degradation means rollback.

Finally, an industry-level gap must be noted: no public EDA Agent benchmark covering the full workflow of "tool invocation + multi-round debugging + coverage closure" has been found. The existing VerilogEval, CVDP, and RealBench only evaluate RTL generation capability. This means the direction currently cannot horizontally compare different Harness implementations and can only rely on enterprises' internal private regression sets. This is a real and important open challenge.

Information Gap Statement

The following items have not been confirmed by Level-A or Level-B sources and are marked [To be verified] in the main text:

  1. Verification team size is 2~5 times the RTL design team (Level C).
  2. Roughly 70% of compute in traditional UVM random stimulus is spent on redundant tests (Level C).
  3. All Synopsys VSO.ai customer quantified figures: OpenTitan HMAC IP 3x, Renesas 10x and +30%, AMD 1.5~16x and TAT 16x, NVIDIA +33% and 5x and 3.5x and 4 unique bugs, Microsoft 300 seeds, Cisco +9% (Level C).
  4. Cadence Verisium SimAI Qualcomm measured figures: seed compression 4~5x, GPU team 2x efficiency, fabric bus close-loop time reduced 30% (Level C).
  5. Cadence Verisium L1-level 2026 statement: project turnaround 5~10x, coverage convergence 2x, regression compression 2~7x (Level C).
  6. 芯华章 and 中兴微电子 SVA generation: +40% efficiency, 20%+ boundary scenarios, 3 days reduced to a few hours (Level C).
  7. 芯华章 GalaxSim Turbo 3.0 >10x improvement and GalaxEC-HEC saving 9x manpower (Level C).
  8. EDA National Innovation Center ChatDV's four-module capability description: iModel / iSVA / iTest / iDebug (Level C).
  9. Cadence's estimated shortfall of several hundred thousand chip design and verification engineers by 2030 (Level C).
  10. IEEE 1850-2010 (PSL) status is Inactive - Reserved; cite it noting its dormant status. The exact release years of Accellera's current standards (Portable Stimulus 2.0, UCIS 1.0, OVL 2.8.1, SCE-MI 2.3) have not been confirmed, so this document does not state years.
  11. No public EDA Agent benchmark covering the full workflow has been found; proposed as an open challenge in Section 5.

6. References

  1. Siemens Questa One Redefines IC Verification for Complex Chips — ENGtechnica, 2025. https://engtechnica.com/siemens-questa-one-redefines-ic-verification-for-complex-chips
  2. Siemens official interview (Questa One Agentic Toolkit and MCP architecture). https://plm-erpnews.se?p=35639/
  3. Cadence Unveils Industry's First Fully Autonomous Virtual Engineer — Cadence, 2026. https://www.cadence.com/ja_JP/home/company/newsroom/press-releases/pr/2026/cadence-unveils-industrys-first-fully-autonomous-virtual.html
  4. Cadence Extends Chip Design Agent to Level 5 Autonomy — engineering.com, 2026. https://www.engineering.com/cadence-extends-chip-design-agent-to-level-5-autonomy/
  5. Accellera Federated Simulation Standard PWG introduction (including the current standard list of UVM, UCIS, OVL, SCE-MI, Portable Stimulus) — Accellera, 2023. https://accellera.org/images/activities/Federated-Simulation-Standard-PWG-intro.pdf
  6. IEEE 1800-2023 SystemVerilog — Design And Reuse / IEEE joint page. https://us.design-reuse.com/exit/?urlid=9987
  7. ISO 26262-11:2018 Road vehicles — Functional safety — Part 11 — ISO. https://www.iso.org/fr/contents/data/standard/06/96/69604.html
  8. What Are Agentic AI RTL Verification Tools and How Are They Changing Chip Design Workflows in 2026 — designedbyai.io. https://designedbyai.io/knowledge/what_are_agentic_ai_rtl_verification_tools_and_how_are_they_changing_chip_design_workflows_in_2026.php
  9. Real-World Chip Design Workflows: Technical Overview — BITSILICA. https://www.blogarama.com/technology-blogs/1445797-BITSILICA-Pvt-Ltd-Blog/70164062-real-world-chip-design-workflows-technical-overview
  10. IEEE 1838 Explained: How DFT Evolves for 2.5D, 3D and 3.5D ICs — LoveChip. https://www.lovechip.com/blog/ieee-1838-explained-how-dft-evolves-for-2-5d-3d-and-3-5d-ics
  11. VerilogEval v2 — ACM Transactions on Design Automation of Electronic Systems 30(6), 2025-10-21. https://dl.acm.org/doi/abs/10.1145/3718088
  12. 3D IC / Chiplet DFT engineering practice — 3D InCites. https://www.3dincites.com/?p=76406
  13. Accellera official website (standard downloads and open-source UVM implementation). https://accellera.org/
  14. IEEE Xplore DASC survey (IEEE Get program's free standard list). https://ieeexplore.ieee.org/document/9473237/keywords