{"id":62153,"date":"2026-07-27T16:07:08","date_gmt":"2026-07-27T16:07:08","guid":{"rendered":"https:\/\/www.europesays.com\/germany\/62153\/"},"modified":"2026-07-27T16:07:08","modified_gmt":"2026-07-27T16:07:08","slug":"siemens-hooks-chip-design-agents-to-physics-engines-to-prevent-tapeout-errors","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/germany\/62153\/","title":{"rendered":"Siemens Hooks Chip Design Agents to Physics Engines to Prevent Tapeout Errors"},"content":{"rendered":"<p>Chip design teams have lived with a specific nightmare for as long as AI has been promising to help them: a language model confidently routing a design toward tapeout on a conclusion that is simply wrong. At the 2026 Design Automation Conference in Long Beach, California \u2014 now underway through July 29 \u2014 Siemens drew a line in the sand against that failure mode. The company <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">announced on July 26 an expanded partnership with NVIDIA<\/a> to deliver what both companies are calling self-verifying agentic AI workflows: chip design agents that cannot proceed on a decision until a deterministic physics-based tool \u2014 the same kind of tool that decides tape-out readiness \u2014 confirms the decision is sound.<\/p>\n<p>That framing matters because it is an architectural choice, not a marketing one. Every serious EDA engineer knows that Calibre and Questa One \u2014 the industry-standard physical verification and functional simulation tools at the center of this announcement \u2014 return pass-or-fail results that owe nothing to a model&#8217;s judgment. Anchoring agent outputs to those results is the proposed answer to the trust problem that has kept AI at arm&#8217;s length from real sign-off decisions.<\/p>\n<p>Why Chip Teams Have Resisted Handing AI Real Decisions<\/p>\n<p>Electronic design automation has always occupied an uncomfortable position in software: extreme complexity combined with zero tolerance for error. As <a rel=\"nofollow noopener\" href=\"https:\/\/www.eetimes.com\/ai-in-eda-is-real-its-now-and-its-on-show-at-dac-2026\/\" target=\"_blank\">one analysis of the DAC 2026 competitive landscape<\/a> puts it, however smart the agents get, physics does not negotiate. A single flaw that survives undetected to the point when a chip&#8217;s design data is delivered to the foundry for mask fabrication \u2014 an event called tapeout \u2014 can cost anywhere from $1 million to more than $50 million to fix through a re-spin, depending on the process node.<\/p>\n<p>The appeal of AI-driven automation is self-evident. So is the peril. A 2025 academic survey on agentic chip design found that <a rel=\"nofollow noopener\" href=\"https:\/\/arxiv.org\/abs\/2512.23189\" target=\"_blank\">LLM hallucinations remain a critical concern for safety-critical hardware design<\/a>. More pointedly, as of the same survey&#8217;s publication, no LLM-driven autonomous agent had demonstrated a <a rel=\"nofollow noopener\" href=\"https:\/\/arxiv.org\/abs\/2512.23189\" target=\"_blank\">complete, human-free tapeout of an industrial chip<\/a>.<\/p>\n<p>Industry practitioners are equally candid. Dave Kelf of Breker Verification Systems, speaking at the 2026 ESD Alliance Executive Outlook meeting, <a rel=\"nofollow noopener\" href=\"https:\/\/semiengineering.com\/executive-outlook-agentic-ais-impact-on-chip-design\/\" target=\"_blank\">described the core challenge bluntly<\/a>: hallucinations and similar failure modes require every agent output to be double-checked, and chip design is an exact science where even a 1% error is unacceptable. Shelly Henry of Moores Lab AI added that today&#8217;s general-purpose frameworks lack the semiconductor-specific depth that expert human supervision provides, and that compressing chip-build schedules requires knowing how to trust what the agents generate.<\/p>\n<p>Siemens&#8217; answer is to architect the agentic loop around verification rather than alongside it. The new capabilities build on the company&#8217;s Fuse EDA AI Agent system, launched in March 2026 at NVIDIA&#8217;s GTC conference in San Jose, and add new NVIDIA AI technology to help long-running, domain-scoped agents reason, act, and <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">validate decisions against deterministic, physics-based EDA engines<\/a>.<\/p>\n<p>How the Self-Verifying Loop Actually Works<\/p>\n<p>The architecture behind the &#8220;self-verifying&#8221; claim is worth unpacking carefully, because it is more specific than the marketing language suggests \u2014 and its implications extend beyond this product announcement.<\/p>\n<p>The loop works like this. An AI agent built on NVIDIA&#8217;s NeMo Gym library receives an engineering task: generate a Liberty file, clear a design-rule violation, or optimize a verification constraint. The agent uses an LLM reasoning engine \u2014 in this case, NVIDIA&#8217;s Nemotron 3 Ultra model, routed through NVIDIA&#8217;s Switchyard infrastructure \u2014 to generate an action or design artifact. That artifact is then submitted to a deterministic EDA engine: Calibre for physical verification, Questa One for functional simulation. The engine returns a pass\/fail result. The agent receives that result as a signal and iterates. All of this is <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">detailed in Siemens&#8217; July 26 announcement<\/a>.<\/p>\n<p>NeMo Gym is not just an orchestration library. It is a <a rel=\"nofollow noopener\" href=\"https:\/\/developer.nvidia.com\/blog\/mastering-agentic-techniques-ai-agent-reinforcement-learning\/\" target=\"_blank\">reinforcement-learning framework for agentic environments<\/a> in which the reward signal comes from external verifiers rather than from the model&#8217;s own self-assessment. NVIDIA post-trained its Nemotron 3 Super model using <a rel=\"nofollow noopener\" href=\"https:\/\/developer.nvidia.com\/blog\/mastering-agentic-techniques-ai-agent-reinforcement-learning\/\" target=\"_blank\">multi-environment RL across 21 NeMo Gym verifiers and approximately 1.2 million environment rollouts<\/a>. The key insight is that deterministic EDA tools are structurally ideal verifiers in this RL framework: they produce objective, reproducible pass\/fail signals that a language model cannot confabulate. Chip design turns out to be nearly perfect territory for verifiable-reward reinforcement learning precisely because the success criteria \u2014 does the design pass Calibre DRC? does it meet timing in Questa One? \u2014 are unambiguous.<\/p>\n<p>This is not merely a trust story. Every time a Siemens agentic workflow runs and receives a pass\/fail signal from Calibre or Questa One, that interaction is potentially training data for the next generation of the agent. The self-verifying loop is also, structurally, a production-scale RL training environment for chip design agents.<\/p>\n<p>The NVIDIA technology stack embedded in the system spans four components. NeMo Gym optimizes agents for EDA environments, improving result quality and token efficiency over time. OpenShell, NVIDIA&#8217;s secure runtime, enables enterprise-scale design teams to <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">run autonomous agents with role-based access controls and audit trails<\/a> \u2014 addressing the IP security concerns that have made chip companies reluctant to send proprietary design data to cloud-based AI. Nemotron 3 Ultra and Switchyard handle complex reasoning across long engineering workflows. <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">CUDA-X libraries accelerate both the AI reasoning layer and the EDA simulation engines<\/a>, targeting sign-off-quality results in hours rather than days.<\/p>\n<p>The whole system operates inside Intelligence Center X, Siemens&#8217; recently launched enterprise industrial AI platform, which <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">connects the EDA environment to broader design, manufacturing, and supply chain workflows<\/a>.<\/p>\n<p>Library Characterization: The Nearest-Term Deliverable<\/p>\n<p>The most concrete near-term product is an agentic upgrade to the Solido Characterization Suite, which semiconductor engineers use to generate the timing and power libraries that digital design flows depend on.<\/p>\n<p>Library characterization is one of the EDA industry&#8217;s most labor-intensive bottlenecks. Engineers must configure massive SPICE simulation sweeps, validate the resulting Liberty files across corners and conditions, and iterate when the results fall outside spec. The agentic workflow automates this by running Solido Characterizer alongside Solido LibSPICE, Solido Generator, and Solido Analytics \u2014 <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">automatically generating and verifying Liberty files without manual configuration at each step<\/a>.<\/p>\n<p>Siemens claims this <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">delivers more than a tenfold reduction in characterization turnaround time and a reduction in token costs of between five- and tenfold<\/a>. Those claims come from Siemens and have not been independently validated in production. STMicroelectronics, the one named customer, is encouraging about the direction but is specific about where the work stands: Gianbattista Lo Giudice, the company&#8217;s Non-Volatile Memory Design manager, said that Solido Layout Analyzer \u2014 the second new product \u2014 brings layout analysis earlier into the flow and helps cut debugging time &#8220;by weeks.&#8221; He added that ST is &#8220;planning to test and validate the advantages in our on-going design activity.&#8221; Planning to validate is not the same as having validated. The tenfold claim, while plausible given the structure of the workflow, is pending real-world confirmation.<\/p>\n<p>Solido Layout Analyzer: Natural Language for Parasitic Analysis<\/p>\n<p>The second concrete product, Solido Layout Analyzer, addresses a problem that has grown significantly worse as process nodes have scaled below 10 nanometers (about 0.00039 inches): layout-dependent effects, which describe the ways in which the physical placement and routing of transistors changes their electrical behavior in ways that pre-layout simulation cannot predict.<\/p>\n<p>Well proximity effects, mechanical stress from adjacent structures, electromigration paths \u2014 these are the subtle defects that show up after a custom IC block&#8217;s layout is complete, require iterative debugging, and can push back tapeout schedules by weeks. Solido Layout Analyzer enables engineers to query post-layout designs in plain language, <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">receiving analysis, fixing recommendations, and automatically generated reports<\/a> rather than requiring manual parasitic extraction and simulation runs.<\/p>\n<p>The integration with Fuse EDA AI Agent means the layout analysis can participate in the same verified agentic loop described above \u2014 the analyzer&#8217;s findings can inform agent decisions that are then validated against the physical verification tools.<\/p>\n<p>What the Verification Benchmark Numbers Actually Say<\/p>\n<p>On the verification side, Siemens is extending the Questa One Agentic Toolkit \u2014 announced earlier in 2026 \u2014 with Nemotron 3 Ultra specifically for complex, long-running verification tasks.<\/p>\n<p>The claim is that Nemotron 3 Ultra &#8220;leads among open models&#8221; in agentic RTL benchmarking using the ACE-RTL agent. There is an important caveat here: <a rel=\"nofollow noopener\" href=\"https:\/\/www.unite.ai\/siemens-makes-its-chip-design-ai-agents-check-their-own-work\/\" target=\"_blank\">ACE-RTL is a benchmark built by NVIDIA Research, and the score being cited is NVIDIA scoring an NVIDIA model on NVIDIA&#8217;s own test<\/a>. That is vendor self-assessment, not independent audit. The number may be accurate, but it has not been confirmed by an external evaluator on a third-party benchmark. A reader evaluating whether to trust this capability for production verification work should weigh that context accordingly.<\/p>\n<p>Abhi Kolpekwar, Siemens EDA&#8217;s senior vice president for Digital Verification Technologies, <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">described the moment<\/a>: chip complexity in AI chips, chiplets, and 3D ICs has outpaced traditional verification approaches, and agentic AI that can orchestrate multi-domain verification and reason across billions of test scenarios is &#8220;the natural path forward that scales with this complexity.&#8221;<\/p>\n<p>Does This Stand Out at a Conference Packed With EDA AI Announcements?<\/p>\n<p>DAC 2026 features more than 120 exhibitors across EDA, IP, AI, and semiconductor ecosystems, with AI dominating the sessions \u2014 a concentration that <a rel=\"nofollow noopener\" href=\"https:\/\/dac.com\/press-release\/the-2026-dac-chips-to-systems-conference-comes-to-long-beach-for-the-first-time-with-record-growth-as-ai-reshapes-chip-and-system-design\" target=\"_blank\">reflects how thoroughly the debate over whether AI belongs in chip design has been settled<\/a>. The debate now is whether it can be trusted.<\/p>\n<p>All three major EDA vendors are in the race simultaneously. <a rel=\"nofollow noopener\" href=\"https:\/\/www.eetimes.com\/ai-in-eda-is-real-its-now-and-its-on-show-at-dac-2026\/\" target=\"_blank\">Cadence is demonstrating its ChipStack with NVIDIA Nemotron and OpenShell for RTL verification loops. Synopsys is showing coordinated multi-agent teams for synthesis, verification, and debug that decompose tasks across specialized agents. Real Intent, a smaller vendor, has taken the alternative position that signoff must remain fully deterministic and repeatable<\/a> \u2014 arguing that agentic approaches introduce variability that sign-off cannot accommodate.<\/p>\n<p>What distinguishes Siemens&#8217; approach, at least in its own framing, is the degree to which verification-grounded architecture is positioned as the primary differentiator rather than a feature. Timothy Costa, NVIDIA&#8217;s vice president and general manager of computational engineering, made the argument directly: &#8220;Semiconductor and PCB design are among the most complex engineering challenges in the world, and AI agents need trusted tools to reason, act and verify their work,&#8221; he said in <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">Siemens&#8217; July 26 announcement<\/a>.<\/p>\n<p>Whether that architectural commitment holds in production \u2014 when engineers are using these agents against real advanced-node designs with real tapeout deadlines \u2014 is the question that no announcement at DAC can answer.<\/p>\n<p>When Will Siemens&#8217; Agentic Capabilities Ship?<\/p>\n<p>Siemens has not provided specific release dates or pricing for the Solido agentic characterization workflow or the Solido Layout Analyzer. The company&#8217;s press release states only that the <a rel=\"nofollow noopener\" href=\"https:\/\/www.prnewswire.com\/news-releases\/siemens-advances-self-verifying-agentic-ai-workflows-for-semiconductor-and-pcb-design-302834767.html\" target=\"_blank\">expanded AI-driven EDA capabilities will be available in forthcoming releases of its AI-native EDA portfolio<\/a>. Design teams evaluating adoption timelines should contact Siemens EDA directly for roadmap specifics.<\/p>\n<p>Frequently Asked QuestionsWhat does &#8220;self-verifying&#8221; mean in the context of Siemens&#8217; chip design AI agents?<\/p>\n<p>It means the agent cannot simply accept its own output as correct. After generating a design artifact or making a design decision, the agent must submit that result to a deterministic EDA tool \u2014 Calibre for physical verification, Questa One for functional simulation \u2014 and receive a pass\/fail result before proceeding. The &#8220;verification&#8221; is not the AI checking itself; it is an external, physics-based tool that the industry already trusts at sign-off providing the verdict. This matters because it prevents the specific failure mode that makes AI dangerous in chip design: a model that is confidently wrong all the way to tapeout.<\/p>\n<p>How does NeMo Gym enable chip design agents to improve over time?<\/p>\n<p>NeMo Gym is a reinforcement-learning framework for agentic environments in which agents learn by receiving verifiable reward signals from external tools rather than from subjective human ratings. Because Calibre and Questa One return objective, reproducible pass\/fail results, chip design is structurally an ideal domain for this approach: the reward signal is unambiguous. Each design run in which an agent receives a verification result is potentially usable as training data for the next generation of the agent. The self-verifying loop is not just a guardrail \u2014 it is the infrastructure for a chip design agent that gets better with every project.<\/p>\n<p>What should chip design teams ask Siemens before adopting these tools?<\/p>\n<p>Three things. First, whether the tenfold characterization speedup claim has been validated at your specific process node and library type \u2014 STMicroelectronics is still in the &#8220;planning to validate&#8221; stage. Second, whether Nemotron 3 Ultra&#8217;s RTL benchmark lead translates to your verification environment \u2014 the ACE-RTL benchmark that supports that claim is NVIDIA&#8217;s own test run on NVIDIA&#8217;s own model. Third, when specifically these capabilities will be available in production releases and whether they support your compute environment (on-premise GPU cluster via OpenShell, or cloud). Siemens has not released specific availability dates or pricing as of DAC 2026.<\/p>\n<p>How does this approach differ from what Cadence and Synopsys announced at the same conference?<\/p>\n<p>All three major EDA vendors announced agentic AI capabilities at DAC 2026. Cadence&#8217;s ChipStack uses Nemotron and OpenShell for an RTL verification loop. Synopsys is demonstrating coordinated multi-agent teams that decompose chip design tasks. Siemens&#8217; specific emphasis is on making the physics-based EDA engines \u2014 Calibre, Questa One \u2014 the arbiters of every agent decision, rather than using them only as a final check. Whether this architectural difference produces meaningfully different results in production is an open question at this stage of the technology&#8217;s maturity.<\/p>\n","protected":false},"excerpt":{"rendered":"Chip design teams have lived with a specific nightmare for as long as AI has been promising to&hellip;\n","protected":false},"author":2,"featured_media":62154,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21002],"tags":[6409,47708,47707,47706,15228,47709,6487,47705],"class_list":["post-62153","post","type-post","status-publish","format-standard","has-post-thumbnail","category-siemens","tag-ai","tag-chip-design","tag-chip-design-verification-ai","tag-eda-agentic-ai","tag-nvidia","tag-semiconductor","tag-siemens","tag-siemens-eda"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/posts\/62153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/comments?post=62153"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/posts\/62153\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/media\/62154"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/media?parent=62153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/categories?post=62153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/germany\/wp-json\/wp\/v2\/tags?post=62153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}