ARAIMay 28, 2025

iDSE: Navigating Design Space Exploration in High-Level Synthesis Using LLMs

arXiv:2505.22086v25 citationsh-index: 1
Originality Highly original
AI Analysis

This addresses the high exploration costs and suboptimal results in hardware design optimization for engineers, offering a scalable solution with transformative potential.

The paper tackles the intractable design space in High-Level Synthesis by introducing iDSE, an LLM-aided framework that prunes the space and guides sampling to expedite convergence to the Pareto front, achieving up to 16.6x better proximity than heuristic methods and matching NSGA-II with only 4.6% of explored designs.

High-Level Synthesis (HLS) serves as an agile hardware development tool that streamlines the circuit design by abstracting the register transfer level into behavioral descriptions, while allowing designers to customize the generated microarchitectures through optimization directives. However, the combinatorial explosion of possible directive configurations yields an intractable design space. Traditional design space exploration (DSE) methods, despite adopting heuristics or constructing predictive models to accelerate Pareto-optimal design acquisition, still suffer from prohibitive exploration costs and suboptimal results. Addressing these concerns, we introduce iDSE, the first LLM-aided DSE framework that leverages HLS design quality perception to effectively navigate the design space. iDSE intelligently pruns the design space to guide LLMs in calibrating representative initial sampling designs, expediting convergence toward the Pareto front. By exploiting the convergent and divergent thinking patterns inherent in LLMs for hardware optimization, iDSE achieves multi-path refinement of the design quality and diversity. Extensive experiments demonstrate that iDSE outperforms heuristic-based DSE methods by 5.1$\times$$\sim$16.6$\times$ in proximity to the reference Pareto front, matching NSGA-II with only 4.6% of the explored designs. Our work demonstrates the transformative potential of LLMs in scalable and efficient HLS design optimization, offering new insights into multiobjective optimization challenges.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes