paper-with-me

홈 › Papers

VeriInteresting: An Empirical Study of Model Prompt Interactions in Verilog Code Generation

2026-02-04 · Luca Collini, Andrew Hennesee, Patrick Yubeaton, Siddharth Garg, Ramesh Karri arxiv

Rapid advances in language models (LMs) have created new opportunities for automated code generation while complicating trade-offs between model characteristics and prompt design choices. In this work, we provide an empirical map of recent trends in LMs for Verilog code generation, focusing on interactions among model reasoning, specialization, and prompt engineering strategies. We evaluate a diverse set of small and large LMs, including general-purpose, reasoning, and domain-specific variants. Our experiments use a controlled factorial design spanning benchmark prompts, structured outputs, prompt rewriting, chain-of-thought reasoning, in-context learning, and evolutionary prompt optimization via Genetic-Pareto. Across two Verilog benchmarks, we identify patterns in how model classes respond to structured prompts and optimization, and we document which trends generalize across LMs and benchmarks versus those that are specific to particular model-prompt combinations.

📄 PDF Abstract BibTeX arXiv:2603.08715

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringCode Generation

Similar Papers 제목 키워드 기반

VeriGRAG: Enhancing LLM-Based Verilog Code Generation with Structure-Aware Soft Prompts

2025-09-27 · Jiayu Zhao, Song Chen arxiv

Large language models (LLMs) have demonstrated strong capabilities in generating Verilog code from natural language descriptions. However, Verilog code inherently encodes structural information of hardware circuits. Effe…

Code Generation

Exploring the Agentic Frontier of Verilog Code Generation

2026-03-19 · Patrick Yubeaton, Siddharth Garg, Chinmay Hegde arxiv

Large language models (LLMs) have made rapid advancements in code generation for popular languages such as Python and C++. Many of these recent gains can be attributed to the use of ``agents'' that wrap domain-relevant t…

Code Generation

VerilogLAVD: LLM-Aided Rule Generation for Vulnerability Detection in Verilog

2025-08-18 · Xiang Long, Yingjie Xia, Xiyuan Chen, Li Kuang arxiv

Timely detection of hardware vulnerabilities during the early design stage is critical for reducing remediation costs. Existing early detection techniques often require specialized security expertise, limiting their usab…

Vulnerability Detection

CoopetitiveV: Leveraging LLM-powered Coopetitive Multi-Agent Prompting for High-quality Verilog Generation

2024-12-15 · Zhendong Mi, Renming Zheng, Haowen Zhong, Yue Sun 외

Recent advances in agentic LLMs have demonstrated great capabilities in Verilog code generation. However, existing approaches either use LLM-assisted single-agent prompting or cooperation-only multi-agent learning, which…

Code GenerationPrompt Learning

Data is all you need: Finetuning LLMs for Chip Design via an Automated design-data augmentation framework

2024-03-17 · Kaiyan Chang, Kun Wang, Nan Yang, Ying Wang 외

Recent advances in large language models have demonstrated their potential for automated generation of hardware description language (HDL) code from high-level prompts. Researchers have utilized fine-tuning to enhance th…

AllData AugmentationScript Generation