ARES: Adaptive Reasoning-Effort Steering for PPA- and Cost-Aware RTL Optimization with LLM Agents

📅 2026-07-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the lack of a unified reasoning cost metric and the inefficiency of fixed inference strategies in large language model (LLM) agents for RTL design PPA optimization. The authors propose a normalized reasoning cost metric, simplify the long-term memory mechanism—demonstrating its marginal impact on performance—and introduce an adaptive inference strategy driven by a training-informed patience counter that dynamically adjusts LLM invocation depth. Experimental results show that, under equivalent normalized cost, the proposed method achieves a 23–27% improvement in Figure of Merit (FoM), outperforming fixed strategies (16–23%). Notably, it attains 25% deeper optimization with only 12% of the token consumption of Dr. RTL and reduces the performance gap with hand-optimized MAC units by 83%.
📝 Abstract
Large language model (LLM) agents optimize the power, performance, and area (PPA) of register-transfer-level (RTL) designs by iterating over edits, synthesis, and PPA analysis, paying a dollar cost for every LLM call. Prior agents report the quality reached without its normalized cost, attribute that quality to an engineered cross-design memory, and hold the reasoning effort of every call fixed. We propose Ares with three corresponding innovations. (1) We introduce a normalized dollar cost per LLM call reported alongside the figure of merit (FoM), enabling fair comparison across effort levels and optimizers. (2) Using this accounting, we find the construction of the long-term memory matters little. An engineered memory brings no dependable gain over a plain concatenation of the same experience. (3) We instead adapt the per-call reasoning effort by escalating to deeper reasoning only once progress at a lower effort stalls, via a patience counter fit on 21 training designs, allocating reasoning where it pays rather than uniformly across all iterations. On three test designs unseen during training, the effort policy lowers the FoM by 23-27% where the best fixed effort reaches 16-23%, at equal normalized cost. Ares closes up to 83% of the gap from an LLM-drafted multiply-accumulate unit to its highly hand-optimized counterpart, and reaches a 25% deeper FoM than state-of-the-art Dr. RTL at 12% of its tokens.
Problem

Research questions and friction points this paper is trying to address.

RTL optimization
PPA-aware
LLM cost
reasoning effort
normalized cost
Innovation

Methods, ideas, or system contributions that make the work stand out.

adaptive reasoning
cost-aware optimization
LLM agents
RTL design
normalized cost