AIPLSESYNov 20, 2025

CorrectHDL: Agentic HDL Design with LLMs Leveraging High-Level Synthesis as Reference

arXiv:2511.16395v1h-index: 19
Originality Incremental advance
AI Analysis

This addresses the issue of hallucination in LLMs for hardware design, offering a hybrid approach that improves efficiency for circuit designers, though it is incremental by combining existing methods.

The paper tackles the problem of functional errors in LLM-generated HDL designs by proposing CorrectHDL, a framework that uses high-level synthesis as a reference to iteratively correct errors, achieving significantly better area and power efficiency than conventional HLS designs while maintaining correctness.

Large Language Models (LLMs) have demonstrated remarkable potential in hardware front-end design using hardware description languages (HDLs). However, their inherent tendency toward hallucination often introduces functional errors into the generated HDL designs. To address this issue, we propose the framework CorrectHDL that leverages high-level synthesis (HLS) results as functional references to correct potential errors in LLM-generated HDL designs.The input to the proposed framework is a C/C++ program that specifies the target circuit's functionality. The program is provided to an LLM to directly generate an HDL design, whose syntax errors are repaired using a Retrieval-Augmented Generation (RAG) mechanism. The functional correctness of the LLM-generated circuit is iteratively improved by comparing its simulated behavior with an HLS reference design produced by conventional HLS tools, which ensures the functional correctness of the result but can lead to suboptimal area and power efficiency. Experimental results demonstrate that circuits generated by the proposed framework achieve significantly better area and power efficiency than conventional HLS designs and approach the quality of human-engineered circuits. Meanwhile, the correctness of the resulting HDL implementation is maintained, highlighting the effectiveness and potential of agentic HDL design leveraging the generative capabilities of LLMs and the rigor of traditional correctness-driven IC design flows.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes