ARAIJun 26, 2025

EvoVerilog: Large Langugage Model Assisted Evolution of Verilog Code

arXiv:2508.13156v12 citationsh-index: 7
Originality Highly original
AI Analysis

This addresses the scalability and diversity limitations in automated hardware design workflows, representing a novel integration rather than an incremental improvement.

The paper tackles the problem of automating Verilog code generation for hardware design by introducing EvoVerilog, a framework combining LLMs with evolutionary algorithms, achieving state-of-the-art pass@10 scores of 89.1 and 80.2 on benchmarks.

Large Language Models (LLMs) have demonstrated great potential in automating the generation of Verilog hardware description language code for hardware design. This automation is critical to reducing human effort in the complex and error-prone process of hardware design. However, existing approaches predominantly rely on human intervention and fine-tuning using curated datasets, limiting their scalability in automated design workflows. Although recent iterative search techniques have emerged, they often fail to explore diverse design solutions and may underperform simpler approaches such as repeated prompting. To address these limitations, we introduce EvoVerilog, a novel framework that combines the reasoning capabilities of LLMs with evolutionary algorithms to automatically generate and refine Verilog code. EvoVerilog utilizes a multiobjective, population-based search strategy to explore a wide range of design possibilities without requiring human intervention. Extensive experiments demonstrate that EvoVerilog achieves state-of-the-art performance, with pass@10 scores of 89.1 and 80.2 on the VerilogEval-Machine and VerilogEval-Human benchmarks, respectively. Furthermore, the framework showcases its ability to explore diverse designs by simultaneously generating a variety of functional Verilog code while optimizing resource utilization.

Foundations

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

Your Notes