paper-with-me

Papers

HYPERHEURIST: A Simulated Annealing-Based Control Framework for LLM-Driven Code Generation in Optimized Hardware Design

2026-04-17 · Shiva Ahir, Prajna Bhat, Alex Doboli arxiv

Large Language Models (LLMs) have shown promising progress for generating Register Transfer Level (RTL) hardware designs, largely because they can rapidly propose alternative architectural realizations. However, single-shot LLM generation struggles to consistently produce designs that are both functionally correct and power-efficient. This paper proposes HYPERHEURIST, a simulated annealing-based control framework that treats LLM-generated RTL as intermediate candidates rather than final designs. The suggested system not only focuses on functionality correctness but also on Power-Performance-Area (PPA) optimization. In the first phase, RTL candidates are filtered through compilation, structural checks, and simulation to identify functionally valid designs. PPA optimization is restricted to RTL designs that have already passed compilation and simulation. Evaluated across eight RTL benchmarks, this staged approach yields more stable and repeatable optimization behavior than single-pass LLM-generated RTL.

📄 PDF Abstract BibTeX arXiv:2604.15642

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Variable Annealing Length and Parallelism in Simulated Annealing

2017-09-08 · Vincent A. Cicirello

In this paper, we propose: (a) a restart schedule for an adaptive simulated annealer, and (b) parallel simulated annealing, with an adaptive and parameter-free annealing schedule. The foundation of our approach is the Mo…

Scheduling

Grand canonical generative diffusion model for crystalline phases and grain boundaries

2024-08-28 · Bo Lei, Enze Chen, Hyuna Kwon, Tim Hsu 외

The diffusion model has emerged as a powerful tool for generating atomic structures for materials science. This work calls attention to the deficiency of current particle-based diffusion models, which represent atoms as …

Variational Neural Annealing

2021-01-25 · Mohamed Hibat-Allah, Estelle M. Inack, Roeland Wiersema, Roger G. Melko 외

Many important challenges in science and technology can be cast as optimization problems. When viewed in a statistical physics framework, these can be tackled by simulated annealing, where a gradual cooling procedure hel…

Ergodic Annealing

2020-08-01 · Carlo Baldassi, Fabio Maccheroni, Massimo Marinacci, Marco Pirazzini

Simulated Annealing is the crowning glory of Markov Chain Monte Carlo Methods for the solution of NP-hard optimization problems in which the cost function is known. Here, by replacing the Metropolis engine of Simulated A…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Autonomous Control of a Line Follower Robot Using a Q-Learning Controller

2020-01-23 · Sepehr Saadatmand, Sima Azizi, Mohammadamir Kavousi, Donald Wunsch

In this paper, a MIMO simulated annealing SA based Q learning method is proposed to control a line follower robot. The conventional controller for these types of robots is the proportional P controller. Considering the u…

FrictionQ-Learning