paper-with-me

Papers

VerilogReader: LLM-Aided Hardware Test Generation

2024-06-03 · Ruiyang Ma, Yuxin Yang, Ziqian Liu, Jiaxi Zhang, Min Li, Junhua Huang, Guojie Luo

Test generation has been a critical and labor-intensive process in hardware design verification. Recently, the emergence of Large Language Model (LLM) with their advanced understanding and inference capabilities, has introduced a novel approach. In this work, we investigate the integration of LLM into the Coverage Directed Test Generation (CDG) process, where the LLM functions as a Verilog Reader. It accurately grasps the code logic, thereby generating stimuli that can reach unexplored code branches. We compare our framework with random testing, using our self-designed Verilog benchmark suite. Experiments demonstrate that our framework outperforms random testing on designs within the LLM's comprehension scope. Our work also proposes prompt engineering optimizations to augment LLM's understanding scope and accuracy.

📄 PDF Abstract BibTeX arXiv:2406.04373

Code (1)

magicyang1573/llm-hardware-test-generation

Tasks

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Similar Papers 제목 키워드 기반

GUIDE: GenAI Units In Digital Design Education

2026-03-18 · Weihua Xiao, Jason Blocklove, Matthew DeLorenzo, Johann Knechtel 외 arxiv

GenAI Units In Digital Design Education (GUIDE) is an open courseware repository with runnable Google Colab labs and other materials. We describe the repository's architecture and educational approach based on standardiz…

PRO-V: An Efficient Program Generation Multi-Agent System for Automatic RTL Verification

2025-06-13 · Yujie Zhao, Zhijing Wu, Hejia Zhang, Zhongming Yu 외

LLM-assisted hardware verification is gaining substantial attention due to its potential to significantly reduce the cost and effort of crafting effective testbenches. It also serves as a critical enabler for LLM-aided e…

Code GenerationIn-Context Learning

SALAD: Systematic Assessment of Machine Unlearing on LLM-Aided Hardware Design

2025-06-02 · Zeng Wang, Minghao Shao, Rupesh Karn, Likhitha Mankali 외

Large Language Models (LLMs) offer transformative capabilities for hardware design automation, particularly in Verilog code generation. However, they also pose significant data security challenges, including Verilog eval…

Code GenerationMachine Unlearning

LLM-Aided Efficient Hardware Design Automation

2024-10-24 · Kangwei Xu, Ruidi Qiu, Zhuorui Zhao, Grace Li Zhang 외

With the rapidly increasing complexity of modern chips, hardware engineers are required to invest more effort in tasks such as circuit design, verification, and physical implementation. These workflows often involve cont…

Code RepairLogical ReasoningResponse Generation

VHDLSuite: Unified Pipeline for LLM VHDL Generation with Data Synthesis and Evaluation

2026-06-11 · Yijun Shen, Minghao Shao, Yichen Zhao, Zhuoyan Yu 외 arxiv

Large Language Models (LLM) have shown impressive capabilities in Register Transfer Level (RTL) code generation, particularly for Verilog. However, evaluating their performance with other Hardware Description Languages (…

Code Generation