CorrectHDL: Agentic HDL Design with LLMs Leveraging High-Level Synthesis as Reference
By: Kangwei Xu , Grace Li Zhang , Ulf Schlichtmann and more
Potential Business Impact:
Fixes computer chip designs made by AI.
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.
Similar Papers
Large Language Model for Verilog Code Generation: Literature Review and the Road Ahead
Hardware Architecture
AI writes computer chip instructions automatically.
TimelyHLS: LLM-Based Timing-Aware and Architecture-Specific FPGA HLS Optimization
Cryptography and Security
Makes computer chips faster and smaller automatically.
MAHL: Multi-Agent LLM-Guided Hierarchical Chiplet Design with Adaptive Debugging
Hardware Architecture
AI designs computer chips faster and better.