Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

Agentic AI EDA tools for chip verification

Agentic AI EDA Tools for Chip Verification — PatSnap Insights
Semiconductor & EDA

Agentic AI systems are reshaping chip verification by autonomously generating test stimuli, planning design corner-case exploration, and diagnosing simulation failures — compressing verification timelines that once took days into hours. Patent filings from SenseTime, Muoxin Technology, AlphaICS, and Rockwell Automation reveal three converging technical paradigms driving this shift.

PatSnap Insights Team Innovation Intelligence Analysts 9 min read
Share
Reviewed by the PatSnap Insights editorial team ·

Why chip verification is a bottleneck — and what AI is changing

Functional verification and manual test authoring are two of the most time-consuming phases in modern chip development, and they have resisted automation for decades. Agentic AI EDA tools are now directly targeting both: patent filings surveyed from 2021 through 2025 document systems that autonomously generate verification scenarios, synthesise test stimuli from historical design data, and diagnose simulation failures through natural language interfaces — without requiring an engineer at every decision point.

5+
Patent assignees actively filing AI chip verification IP
2021–25
Active patent filing window surveyed
3
Dominant technical approaches identified
Days→Hours
Test preparation cycle reduction with LLM stimulus synthesis

The dominant technical approaches span three areas: automated verification use-case generation using predefined templates and AI comparison engines; LLM-based test stimulus generation trained on historical chip design corpora; and reinforcement learning agents that autonomously optimise hardware architectures and verify their correctness iteratively. According to WIPO, semiconductor-related AI patent filings have grown substantially in recent years, reflecting the industry’s urgency to compress chip design cycles as process nodes shrink and design complexity grows. The overarching trend documented in the patent data is a shift from passive AI analysis tools toward active agentic systems — agents that not only report problems but autonomously generate stimuli, update knowledge bases, plan corrective actions, and iteratively close coverage gaps.

What is an agentic AI EDA tool?

An agentic AI EDA (Electronic Design Automation) tool is a system that acts autonomously within the chip design and verification workflow — generating test stimuli, planning architectural decisions, diagnosing failures, and closing coverage gaps without requiring manual intervention at each step. Unlike passive analysis tools, agentic systems take actions and iterate on their own outputs.

The assignees appearing most prominently in the surveyed patent data include Shanghai Sensetime Intelligent Technology, Muoxin Technology (Shanghai), AlphaICS Corporation, Rockwell Automation Technologies, and China Academy of Information and Communications Technology (CAICT). Each contributes a structurally distinct approach to the same underlying problem: making chip verification faster, more complete, and less dependent on scarce engineering time.

Automated use-case generation: removing manual test authoring

Template-driven AI verification systems automatically produce structured test scenarios and compare results against reference outputs — eliminating the need for engineers to hand-craft individual regression tests. As documented in a 2023 patent from Shanghai Sensetime Intelligent Technology, an AI chip verification system is structured around three core components: a use-case generator that produces verification scenarios based on information about the verification target and a predetermined use-case template; a chip-under-test component that executes those verification use cases using the design under test to obtain results; and a comparison component that automatically matches test results against reference outputs.

Shanghai Sensetime Intelligent Technology’s AI chip verification system (2023 patent, JP jurisdiction) uses a three-component architecture — use-case generator, chip-under-test executor, and automated comparison engine — to eliminate manual test authoring for neural network inference chip verification.

The same structural principle appears in an earlier Korean filing from Shanghai Sensetime Intelligent Technology (2021), which specifies that the verification target may be a target operator of a neural network model or an entire neural network model. By constraining verification scenarios to formats defined by a predetermined use-case template, the system ensures consistency and repeatability across large neural operator libraries — a critical need as AI chips grow to support hundreds of unique fused operations. The reference-result comparison step provides an automated correctness oracle, removing manual inspection from the inner verification loop and enabling high-throughput regression testing. Both the 2021 and 2023 Sensetime patents specifically target neural network model operators as the verification object, reflecting the complexity of modern AI accelerator chips and the need for automated operator-level correctness verification at scale.

Figure 1 — AI chip verification: three-component architecture for automated use-case generation
Three-component agentic AI chip verification architecture for automated test generation Use-Case Generator Template + target info → verification scenarios Chip-Under-Test Executes use cases → returns results Comparison Engine Auto-matches results vs. reference outputs Step 1 Step 2 Step 3
Architecture documented in Shanghai Sensetime Intelligent Technology’s 2023 patent: automated use-case generation, chip execution, and reference comparison form a closed correctness-checking loop that removes manual inspection from regression testing.

“By constraining verification scenarios to formats defined by a predetermined use-case template, the system ensures consistency and repeatability across large neural operator libraries — a critical need as AI chips grow to support hundreds of unique fused operations.”

LLM-based stimulus synthesis: from days to hours

Large language model-based chip test systems trained on historical design data can autonomously generate test stimuli for new chip designs — directly solving the twin problems of test preparation speed and insufficient test coverage. A 2025 patent from Muoxin Technology (Shanghai) describes an architecture comprising three endpoints: an AI large model endpoint, a host computer endpoint, and a chip-under-test endpoint. The AI large model is first pre-trained on historical chip project test stimulus files and test requirement documents, building a dynamic knowledge base.

Muoxin Technology’s 2025 patent (China) describes an LLM pre-trained on historical chip test stimulus files and test requirement documents that synthesises new test stimuli without manual engineering input, reducing the test preparation cycle from days to hours while broadening coverage by algorithmically exploring valid input conditions.

When a new chip must be verified, its design files and port files are fed to the model to update the knowledge base environment, and the model then synthesises target test stimulus files meeting the new test requirements without manual engineering input. The system architecture further specifies that the generated test stimulus files are converted by the host computer into configuration signal files compatible with the target chip’s communication protocol, then transmitted as excitation signals to the chip under test, which returns functional verification signals. This closed-loop pipeline — from LLM-synthesised stimuli through protocol translation to live chip response — represents a significant step toward fully autonomous hardware-in-the-loop verification, reducing the test preparation cycle from days to hours and simultaneously broadening coverage by algorithmically exploring the combinatorial space of valid input conditions.

Explore the full patent landscape for AI-driven chip verification with PatSnap Eureka.

Search chip verification patents in PatSnap Eureka →
Figure 2 — LLM-based chip test stimulus generation pipeline (Muoxin Technology, 2025)
LLM-based chip test stimulus generation pipeline for autonomous hardware-in-the-loop chip verification Pre-train LLM Historical stimulus files + req. docs Update Knowledge New design files + port files Synthesise Test stimulus files (no manual input) Protocol Translation by host computer Chip-Under-Test Returns functional verification signals 1 2 3 4 5 Muoxin Technology LLM Chip Test Pipeline (2025 Patent)
The five-stage closed-loop pipeline documented in Muoxin Technology’s 2025 patent: LLM pre-training on historical corpora, knowledge base update with new design files, autonomous stimulus synthesis, host-computer protocol translation, and live chip-under-test response — reducing test preparation from days to hours.
Key finding

The Muoxin Technology 2025 patent specifically cites solving “the twin problems of test stimulus generation efficiency and insufficient test coverage” — both perennial challenges in production chip verification flows — through LLM training on historical chip project data.

Reinforcement learning agents: autonomous corner-case discovery

Reinforcement learning (RL) agents can autonomously plan, implement, and iteratively verify chip architecture decisions — with reward signals tied directly to functional correctness metrics rather than conventional design objectives alone. A 2021 patent from AlphaICS Corporation describes an AI agent configured to learn from design interactions and plan SoC circuit implementations using a hierarchical Semi-Markov Decision Process (SMDP) framework. The agent explores design decisions across domains and sub-domains, stores Q-values in a structured SMDP Q-table, and identifies the optimal chip architecture corresponding to the highest Q-value at the top-level policy.

AlphaICS Corporation’s 2021 patent (Japan) describes a reinforcement learning agent that uses a hierarchical Semi-Markov Decision Process (SMDP) framework with a structured Q-table to explore SoC design decisions, with reward signals extendable to functional correctness metrics such as passing simulation regression suites — enabling autonomous discovery of corner cases that human engineers or random stimulus generators would miss.

The resulting chip-specific graph library captures verified design configurations, allowing the agent to reuse proven architectural patterns in subsequent verification runs. This RL-based paradigm is particularly relevant to verification because the agent’s reward structure can be tied directly to functional correctness metrics — such as passing simulation regression suites or satisfying formal property checks — rather than conventional design objectives like area or timing alone. By treating verification coverage as part of the optimisation reward, the RL agent naturally explores undersampled regions of the design space, autonomously discovering corner cases that human engineers or random stimulus generators would miss. The approach also enables iterative self-improvement: as the agent accumulates more Q-table experience across chip projects, its ability to anticipate verification-critical design choices grows, compressing the total verification timeline across product generations. Standards bodies such as IEEE have recognised the growing role of machine learning in hardware verification methodology, and this patent demonstrates a concrete implementation of that direction.

“By treating verification coverage as part of the optimisation reward, the RL agent naturally explores undersampled regions of the design space, autonomously discovering corner cases that human engineers or random stimulus generators would miss.”

Generative AI for simulation debugging and testbench remediation

Generative AI embedded in design environments can analyse code, identify failure causes through natural language queries, and produce step-by-step corrective guidance — accelerating the debugging phase where engineers spend substantial time diagnosing simulation failures. A 2025 patent from Rockwell Automation Technologies documents an IDE that embeds a generative AI model which analyses code and project state in response to natural language queries, identifies potential programmatic causes for indicated concerns, and renders step-by-step troubleshooting guidance.

While the immediate application is industrial automation, the architectural pattern — generative AI embedded within a design IDE, analysing functional code, and providing corrective suggestions — is directly transferable to EDA environments where simulation logs, assertion failures, and coverage holes must be rapidly diagnosed. The elimination of manual triage across thousands of simulation regression runs is one of the highest-impact opportunities for agentic AI in EDA, a view supported by research published through ACM on the cost of late-stage verification failures in complex SoC designs.

A 2023 patent from UiPath, Inc. describes an AI model that receives a test automation workflow, analyses it against predefined rules, determines quality metrics, and generates remediation activity data — an architectural template directly applicable to automated UVM testbench improvement in chip verification, including flagging missing assertions, uncovered functional bins, and unreachable state machine arcs.

This pattern is further reinforced by the concept of AI-powered test workflow analysis. A 2023 patent from UiPath, Inc. documents an AI model that can receive a test automation workflow, analyse it against predefined rules, determine quality metrics, and generate remediation activity data. Transposed to chip verification, this class of system would analyse SystemVerilog testbench workflows or UVM sequences, flag structural weaknesses — such as missing assertions, uncovered functional bins, or unreachable state machine arcs — and automatically generate remediation patches. Complementing both debugging and workflow analysis, CAICT’s 2024 patent uses Bi-LSTM temporal encoders and graph neural networks to evaluate AI chip inference performance, providing a dynamic, data-driven benchmarking layer that complements static functional verification. Research published via Nature Electronics has highlighted the growing compute demands of AI chip inference benchmarking, underscoring the relevance of CAICT’s temporal analysis approach.

Analyse AI EDA patent trends and identify emerging verification technologies with PatSnap Eureka.

Explore AI EDA patent data in PatSnap Eureka →

Patent landscape: key players and innovation trends in AI chip verification

The patent landscape reveals a concentration of chip-verification-specific AI innovation among a small number of specialised players, with broader AI automation techniques increasingly being adapted from adjacent domains. Shanghai Sensetime Intelligent Technology is the most directly active filer in AI chip verification proper, with patents covering automated use-case generation, reference comparison, and neural network operator verification in both Korean and Japanese jurisdictions (2021 and 2023). Muoxin Technology (Shanghai) represents the next-generation wave, applying large language model training to test stimulus synthesis and closing the loop through hardware-in-the-loop protocol execution (2025, China).

Figure 3 — Key patent assignees in agentic AI chip verification by filing year and technical focus
Patent filing years for key assignees in agentic AI EDA and chip verification 2020 2022 2024 2021 2023 2021 2023 2025 2024 2025 SenseTime (KR+JP) AlphaICS UiPath CAICT Muoxin / Rockwell AI chip verification (dedicated) Test workflow / RPA AI Benchmarking / LLM
Patent filing years mapped against assignees and technical focus areas: SenseTime leads dedicated AI chip verification filings (2021–2023), while Muoxin Technology and Rockwell Automation represent the 2025 wave of LLM and generative AI approaches.

AlphaICS Corporation contributes the RL-agent paradigm for SoC architecture exploration and optimisation, establishing a foundation for agents that treat verification coverage as part of the reward signal (2021, Japan). Rockwell Automation Technologies demonstrates that generative AI troubleshooting IDEs — built initially for industrial automation — carry direct architectural analogues to EDA chip debugging environments (2025, US). CAICT contributes a system for evaluating AI chip performance across training and inference metrics using deep learning and Bi-LSTM temporal analysis, providing a data-driven benchmarking capability complementary to functional verification (2024). The overarching trend documented across all these filings is a shift from passive AI analysis tools toward active agentic systems — agents that not only report problems but autonomously generate stimuli, update knowledge bases, plan corrective actions, and iteratively close coverage gaps without requiring an engineer at every decision point. Organisations tracking semiconductor IP strategy, including EPO, have noted increased patent activity at the intersection of AI and hardware design automation as a key indicator of the industry’s strategic direction. PatSnap’s IP intelligence platform and R&D intelligence tools provide direct access to this evolving patent landscape.

Frequently asked questions

Agentic AI EDA tools for chip verification — key questions answered

Still have questions? Let PatSnap Eureka answer them for you.

Ask PatSnap Eureka for a deeper answer →

References

  1. AI chip verification — Shanghai Sensetime Intelligent Technology Co., Ltd. (JP, 2023)
  2. AI chip verification — Shanghai Sensetime Intelligent Technology Co., Ltd. (KR, 2021)
  3. Chip Testing System, Device, and Method Based on Large AI Model Training — Muoxin Technology (Shanghai) Co., Ltd. (CN, 2025)
  4. System and Method for Designing System-on-Chip (SoC) Circuits Using Artificial Intelligence and Reinforcement Learning — AlphaICS Corporation (JP, 2021)
  5. Generative AI for Industrial Automation Design Environment Troubleshooting — Rockwell Automation Technologies, Inc. (US, 2025)
  6. System and Computer-Implemented Method for Analyzing Robotic Process Automation (RPA) Test Automation Workflows — UiPath, Inc. (US, 2023)
  7. System for Testing AI Chip Model Training and Inference Performance — China Academy of Information and Communications Technology (CAICT) (CN, 2024)
  8. Design Time Smart Analyzer and Runtime Smart Handler for Robotic Process Automation — UiPath, Inc. (US, 2025)
  9. WIPO — World Intellectual Property Organization: Patent Trends in AI and Semiconductors
  10. IEEE — Institute of Electrical and Electronics Engineers: Machine Learning in Hardware Verification
  11. EPO — European Patent Office: AI and Hardware Design Automation Patent Activity
  12. ACM — Association for Computing Machinery: Verification Cost in Complex SoC Designs
  13. Nature Electronics: AI Chip Inference Benchmarking and Compute Demands

All data and statistics in this article are sourced from the references above and from PatSnap‘s proprietary innovation intelligence platform.

Your Agentic AI Partner
for Smarter Innovation

PatSnap fuses the world’s largest proprietary innovation dataset with cutting-edge AI to
supercharge R&D, IP strategy, materials science, and drug discovery.

Book a demo