iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
GAS-Leak-LLM: Genetic Algorithm Jailbreaks Black-Box LLMs, Exposing Safety Gaps New Generative Recommendation Model HoloRec Uses Hierarchical Encoding and Interleaved Reasoning to Boost Accuracy Tensor-Coord: Algebraic Decomposition Enables Conflict-Free Multi-Agent LLM Planning Led by US, exits from gold ETFs continue for the 5th week in a row Domain-Guided Prompting Boosts Segment Anything Model for Seismic Interpretation Spokes Optimizes Diverse Pretraining Data Selection for LLMs, Boosting Performance Medical Heuristic Learning: LLM-Driven Framework for Interpretable Clinical Decision Rules Commodore Callback 8020 Brings Digital Detox With Modern Apps and Retro Design PreLort: Prefix-Nested LoRA Enables Federated Fine-Tuning Across Heterogeneous Hardware Ranks Research Shows 'Retrieve, Don't Retrain' Approach Cuts AI Model Adaptation Costs GAS-Leak-LLM: Genetic Algorithm Jailbreaks Black-Box LLMs, Exposing Safety Gaps New Generative Recommendation Model HoloRec Uses Hierarchical Encoding and Interleaved Reasoning to Boost Accuracy Tensor-Coord: Algebraic Decomposition Enables Conflict-Free Multi-Agent LLM Planning Led by US, exits from gold ETFs continue for the 5th week in a row Domain-Guided Prompting Boosts Segment Anything Model for Seismic Interpretation Spokes Optimizes Diverse Pretraining Data Selection for LLMs, Boosting Performance Medical Heuristic Learning: LLM-Driven Framework for Interpretable Clinical Decision Rules Commodore Callback 8020 Brings Digital Detox With Modern Apps and Retro Design PreLort: Prefix-Nested LoRA Enables Federated Fine-Tuning Across Heterogeneous Hardware Ranks Research Shows 'Retrieve, Don't Retrain' Approach Cuts AI Model Adaptation Costs
Home ›› Technology ›› Ai ›› Llms ›› LLM4RTL System Boosts RTL Code Generation with Tool-Assisted Pipeline

LLM4RTL System Boosts RTL Code Generation with Tool-Assisted Pipeline

A new research paper proposes LLM4RTL, a tool-assisted large language model system for RTL code generation. The system uses a judge-renew-check-renew-check (JRCRC) pipeline to filter and refine training datasets, and incorporates pre-processing tools to address LLM weaknesses in rule-based reasoning. LLM4RTL achieves significant performance gains on the VerilogEval benchmark, rivaling GPT-4O with a smaller model.

iG
iGEN Editorial
June 16, 2026
LLM4RTL System Boosts RTL Code Generation with Tool-Assisted Pipeline

Large language models (LLMs) have demonstrated remarkable progress in software engineering and code generation, but applying them to hardware design—specifically RTL (Register Transfer Level) code generation—remains challenging due to the need for high-quality training samples. A new research paper, "LLM4RTL: Tool-Assisted LLM for RTL Generation" (arXiv, June 2026), introduces a system that combines a novel data refinement pipeline with tool-assisted architecture to improve RTL code generation performance significantly.

The JRCRC Pipeline

The authors propose a "judge-renew-check-renew-check" (JRCRC) pipeline that iteratively updates a public dataset using a hierarchy of state-of-the-art commercial LLM models. These models differ in cost and capability for RTL code generation. According to the paper, the pipeline provides a cost-effective mechanism for filtering and refining code-generation samples into a higher-quality training dataset. This approach enables the creation of specialized LLM systems through fine-tuning or low-rank adaptation without requiring massive manual curation.

Weaknesses and Tool-Assisted Architecture

Experiments conducted by the research team identified common weaknesses of LLMs in rule-based reasoning and logic, which are critical for RTL code generation. To address these shortcomings, the authors developed an architecture that incorporates pre-processing tools to dynamically assist the LLM in inferring logical relationships from tabular data formats. This tool-assisted approach mitigates the identified weaknesses and enhances the model's ability to generate correct Verilog code.

Performance Results

With the JRCRC pipeline and tool-assisted architecture, LLM4RTL achieves significant overall performance gains on the VerilogEval benchmark. The system outperforms many state-of-the-art methods and delivers performance comparable to GPT-4O while using a significantly smaller LLM. The following table summarizes the key comparison:

Metric LLM4RTL GPT-4O
Model Size Significantly smaller Larger
VerilogEval Performance Comparable Baseline
Pipeline JRCRC + tool-assisted None (standard)

Implications for Hardware Design Automation

LLM4RTL demonstrates that targeted pipeline design and tool integration can unlock LLM capabilities for specialized domains like chip design. By combining a data refinement pipeline with pre-processing tools that address logical reasoning gaps, the system achieves high performance without relying on the largest available models. This has practical implications for cost and deployment in electronic design automation (EDA) workflows.

The research was conducted by Jing, Chu, Robert, Yan, Ning, Mortazavi, and Masood S., and published on arXiv under the Computer Science > Hardware Architecture category. The full paper is available for review.


Sources:

Keep Reading

Recommended Stories

AdaSTORM Breakthrough Scales LLM Reasoning to Thousand-Node Dynamic Graphs, Paves Way for Supply Chain AI Technology

AdaSTORM Breakthrough Scales LLM Reasoning to Thousand-Node Dynamic Graphs, Paves Way for Supply Chain AI

AdaSTORM, a new multi-agent AI framework, scales large language model reasoning to dynamic graphs of up to thousand nodes with over 90% accuracy. The approach uses adaptive partitioning and collaborative reasoning to overcome limitations of current LLMs, which can only handle tens of nodes. This breakthrough could enable AI-driven analysis of complex, evolving networks such as supply chains.

June 16, 2026
PANDA: An LLM-Enhanced Framework That Cuts Analog Design Time from Days to Hours Technology

PANDA: An LLM-Enhanced Framework That Cuts Analog Design Time from Days to Hours

A new LLM-enhanced framework called PANDA bridges high-level design intent to final layout for analog circuits, reducing turnaround time from days or weeks to hours while improving design performance. The framework manages cross-stage dependencies through guided topology synthesis, substructure-aware sizing, and constraint-driven layout generation.

June 16, 2026
LLM-Encoded Knowledge Guides Federated Graph Recommendation to Improve Accuracy Technology

LLM-Encoded Knowledge Guides Federated Graph Recommendation to Improve Accuracy

Researchers propose a federated graph recommendation framework that leverages LLM-encoded semantic knowledge to guide cross-client structural aggregation, addressing the challenge of non-IID client data. The method consistently outperforms existing federated graph baselines on standard benchmarks.

June 16, 2026
New Self-Enhanced Fine-Tuning Method Boosts Text-to-SQL Reasoning and Generalization Technology

New Self-Enhanced Fine-Tuning Method Boosts Text-to-SQL Reasoning and Generalization

Researchers propose CoTE-SQL, a self-enhanced fine-tuning method that improves text-to-SQL generation by integrating reasoning traces, structured chain-of-thought prompting, and execution error correction. The approach achieves state-of-the-art results on Bird and Spider benchmarks, particularly on complex queries.

June 16, 2026