iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Maharashtra’s ₹500 crore AI agriculture policy targets data, traceability and farm advisory Commercial LPG prices drop: 19-kg cylinder rate cut by ₹202 in Delhi, ₹209 in Kolkata Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Maharashtra’s ₹500 crore AI agriculture policy targets data, traceability and farm advisory Commercial LPG prices drop: 19-kg cylinder rate cut by ₹202 in Delhi, ₹209 in Kolkata Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue
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

LLM-Driven Stepwise Refinement Framework Promises Verifiable Hardware Generation Technology

LLM-Driven Stepwise Refinement Framework Promises Verifiable Hardware Generation

A new framework from researchers Li et al. combines large language models with formal methods to generate verifiable hardware designs. By applying stepwise transformation rules, the LLM agent produces correct register-transfer level (RTL) programs, addressing the reluctance of engineers to trust AI in high-stakes chip design.

June 20, 2026
Agentic Electronic Design Automation: Handoff Validity as Organizing Principle Technology

Agentic Electronic Design Automation: Handoff Validity as Organizing Principle

A survey of 82 systems introduces handoff validity as an organizing principle for agentic electronic design automation (EDA), classifying systems into Stage-Bound, Flow-Bound, and Organization-Bound classes. The paper proposes a five-layer EDA agent communication protocol (EACP) covering discovery, messaging, tool invocation, orchestration, and security.

July 8, 2026
New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics Technology

New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics

A new arXiv paper demonstrates that neural scaling laws in particle physics can be engineered by adjusting pretraining data composition. The study shows that including more diverse and task-aligned synthetic data can shift scaling behavior to require more data rather than larger models, offering insights for efficient AI training.

July 8, 2026
Reinforcement-Aware Knowledge Distillation Boosts LLM Reasoning Efficiency Technology

Reinforcement-Aware Knowledge Distillation Boosts LLM Reasoning Efficiency

Researchers propose RL-aware distillation (RLAD) to address distribution mismatch and objective interference in knowledge distillation for LLM reasoning. The method uses Trust Region Ratio Distillation (TRRD) to selectively imitate teacher policies during reinforcement learning. RLAD outperforms offline distillation, standard GRPO, and KL-based on-policy distillation across logic and math benchmarks.

June 21, 2026