LGARAug 7, 2023

Imbalanced Large Graph Learning Framework for FPGA Logic Elements Packing Prediction

Peking U
arXiv:2308.03231v1h-index: 34
Originality Incremental advance
AI Analysis

This addresses the need for early packing prediction in FPGA physical design to optimize performance and expedite design closure, representing a domain-specific incremental improvement.

The paper tackles the problem of predicting whether logic elements will be packed in FPGA CAD flows, proposing an imbalanced large graph learning framework (ImLG) that improves the F1 score by 42.82% over a Gaussian-based method and assists placers in reducing routed wirelength by 0.93% and SLICE occupation by 0.89%.

Packing is a required step in a typical FPGA CAD flow. It has high impacts to the performance of FPGA placement and routing. Early prediction of packing results can guide design optimization and expedite design closure. In this work, we propose an imbalanced large graph learning framework, ImLG, for prediction of whether logic elements will be packed after placement. Specifically, we propose dedicated feature extraction and feature aggregation methods to enhance the node representation learning of circuit graphs. With imbalanced distribution of packed and unpacked logic elements, we further propose techniques such as graph oversampling and mini-batch training for this imbalanced learning task in large circuit graphs. Experimental results demonstrate that our framework can improve the F1 score by 42.82% compared to the most recent Gaussian-based prediction method. Physical design results show that the proposed method can assist the placer in improving routed wirelength by 0.93% and SLICE occupation by 0.89%.

Foundations

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

Your Notes