Search papers, labs, and topics across Lattice.
The paper introduces ARES, an adaptive reasoning-effort steering approach for optimizing power, performance, and area (PPA) in register-transfer-level (RTL) designs using large language model (LLM) agents. By implementing a normalized dollar cost per LLM call and adapting reasoning effort based on progress, ARES significantly improves optimization efficiency, achieving a 23-27% reduction in figure of merit (FoM) compared to traditional fixed-effort methods. Notably, ARES narrows the performance gap to highly optimized designs while maintaining a fraction of the token usage, demonstrating the effectiveness of dynamic reasoning allocation.
ARES achieves up to a 27% reduction in optimization costs by intelligently adapting reasoning effort based on progress, outperforming fixed-effort approaches.
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.