用CNN快速预测芯片早期电压降,加速设计迭代。
Deep Learning-Based Early-Stage IR-Drop Estimation via CNN Surrogate Modeling
- 用U-Net结构直接从版图生成电压降热力图
- 毫秒级推理,误差比传统方法低40%以上
- 适合芯片设计初期快速筛查电压风险
IR-drop是现代VLSI设计中的关键电源完整性挑战,若未在设计早期发现,可能导致时序退化、可靠性问题和功能失效。传统基于物理的签核工具虽精度高,但计算成本大且需接近最终版图信息,难以用于早期设计探索。本文提出一种基于深度学习的代理建模方法,采用CNN对早期IR-drop进行估计。任务被建模为密集像素级回归,将版图空间特征直接映射到IR-drop热力图。使用带有跳跃连接的U-Net编码器-解码器架构,有效捕捉版图中的局部与全局空间依赖关系。模型在自动生成的物理启发式合成数据集上训练,包含电源网格结构、单元密度分布和开关活动等关键物理因素。通过均方误差(MSE)和峰值信噪比(PSNR)等标准回归指标评估性能。实验表明,该方法可在毫秒级完成推断,准确预测IR-drop分布,支持快速预签核筛查与迭代优化。该框架作为早期分析补充工具,帮助设计师在昂贵签核前获取快速电压降洞察。代码、数据生成脚本及交互式推理应用已公开于:https://github.com/riteshbhadana/IR-Drop-Predictor。在线应用可访问:https://ir-drop-predictor.streamlit.app/。
原文摘要 · Abstract (English)
IR-drop is a critical power integrity challenge in modern VLSI designs that can cause timing degradation, reliability issues, and functional failures if not detected early in the design flow. Conventional IR-drop analysis relies on physics-based signoff tools, which provide high accuracy but incur significant computational cost and require near-final layout information, making them unsuitable for rapid early-stage design exploration. In this work, we propose a deep learning-based surrogate modeling approach for early-stage IR-drop estimation using a CNN. The task is formulated as a dense pixel-wise regression problem, where spatial physical layout features are mapped directly to IR-drop heatmaps. A U-Net-based encoder-decoder architecture with skip connections is employed to effectively capture both local and global spatial dependencies within the layout. The model is trained on a physics-inspired synthetic dataset generated by us, which incorporates key physical factors including power grid structure, cell density distribution, and switching activity. Model performance is evaluated using standard regression metrics such as Mean Squared Error (MSE) and Peak Signal-to-Noise Ratio (PSNR). Experimental results demonstrate that the proposed approach can accurately predict IR-drop distributions with millisecond-level inference time, enabling fast pre-signoff screening and iterative design optimization. The proposed framework is intended as a complementary early-stage analysis tool, providing designers with rapid IR-drop insight prior to expensive signoff analysis. The implementation, dataset generation scripts, and the interactive inference application are publicly available at: https://github.com/riteshbhadana/IR-Drop-Predictor. The live application can be accessed at: https://ir-drop-predictor.streamlit.app/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。