ARAIJul 4, 2024

Classification-Based Automatic HDL Code Generation Using LLMs

arXiv:2407.18326v18 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the reliability issue in automated hardware design for engineers, though it appears incremental as it builds on existing LLM approaches with human-inspired refinements.

The paper tackles the problem of hallucination in LLM-generated HDL code by introducing a classification-based method that splits circuit design into sub-procedures, resulting in significantly improved functional correctness of generated Verilog.

While large language models (LLMs) have demonstrated the ability to generate hardware description language (HDL) code for digital circuits, they still suffer from the hallucination problem, which leads to the generation of incorrect HDL code or misunderstanding of specifications. In this work, we introduce a human-expert-inspired method to mitigate the hallucination of LLMs and improve the performance in HDL code generation. We first let LLMs classify the type of the circuit based on the specifications. Then, according to the type of the circuit, we split the tasks into several sub-procedures, including information extraction and human-like design flow using Electronic Design Automation (EDA) tools. Besides, we also use a search method to mitigate the variation in code generation. Experimental results show that our method can significantly improve the functional correctness of the generated Verilog and reduce the hallucination of LLMs.

Foundations

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

Your Notes