paper-with-me

Papers

A Multi-Expert Large Language Model Architecture for Verilog Code Generation

2024-04-11 · Bardia Nadimi, Hao Zheng

Recently, there has been a surging interest in using large language models (LLMs) for Verilog code generation. However, the existing approaches are limited in terms of the quality of the generated Verilog code. To address such limitations, this paper introduces an innovative multi-expert LLM architecture for Verilog code generation (MEV-LLM). Our architecture uniquely integrates multiple LLMs, each specifically fine-tuned with a dataset that is categorized with respect to a distinct level of design complexity. It allows more targeted learning, directly addressing the nuances of generating Verilog code for each category. Empirical evidence from experiments highlights notable improvements in terms of the percentage of generated Verilog outputs that are syntactically and functionally correct. These findings underscore the efficacy of our approach, promising a forward leap in the field of automated hardware design through machine learning.

📄 PDF Abstract BibTeX arXiv:2404.08029

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Natural language is not enough: Benchmarking multi-modal generative AI for Verilog generation

2024-07-11 · Kaiyan Chang, Zhirong Chen, Yunhao Zhou, Wenlong Zhu 외

Natural language interfaces have exhibited considerable potential in the automation of Verilog generation derived from high-level specifications through the utilization of large language models, garnering significant att…

Benchmarking

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

VeriMind: Agentic LLM for Automated Verilog Generation with a Novel Evaluation Metric

2025-03-15 · Bardia Nadimi, Ghali Omar Boutaib, Hao Zheng

Designing Verilog modules requires meticulous attention to correctness, efficiency, and adherence to design specifications. However, manually writing Verilog code remains a complex and time-consuming task that demands bo…

ARCCode GenerationText Generation

DeepRTL: Bridging Verilog Understanding and Generation with a Unified Representation Model

2025-02-20 · Yi Liu, Changran Xu, Yunhao Zhou, Zeju Li 외

Recent advancements in large language models (LLMs) have shown significant potential for automating hardware description language (HDL) code generation from high-level natural language instructions. While fine-tuning has…

Code GenerationSemantic SimilaritySemantic Textual Similarity

hdl2v: A Code Translation Dataset for Enhanced LLM Verilog Generation

2025-06-05 · Charles Hong, Brendan Roberts, Huijae An, Alex Um 외

Large language models (LLMs) are playing an increasingly large role in domains such as code generation, including hardware code generation, where Verilog is the key language. However, the amount of publicly available Ver…

Code GenerationCode TranslationData AugmentationKnowledge Distillation