Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 3.54 KB

PUBLICATIONS.md

File metadata and controls

78 lines (64 loc) · 3.54 KB

Publications

Table of Contents

Core Papers

  1. OpenPARF: An Open-Source Placement and Routing Framework for Large-Scale Heterogeneous FPGAs with Deep Learning Toolkit

    • Jing Mai, Jiarui Wang, Zhixiong Di, Guojie Luo, Yun Liang and Yibo Lin
    • International Conference on ASIC (ASICON), 2023
    • [paper]
  2. Multi-electrostatic FPGA placement considering SLICEL-SLICEM heterogeneity and clock feasibility

    • Jing Mai, Yibai Meng, Zhixiong Di, and Yibo Lin
    • Proceedings of the 59th ACM/IEEE Design Automation Conference (DAC), 2022
    • Pages: 649-654
    • [paper]
  3. A Robust FPGA Router with Concurrent Intra-CLB Rerouting

    • Jiarui Wang, Jing Mai, Zhixiong Di, and Yibo Lin
    • Proceedings of the 28th Asia and South Pacific Design Automation Conference (ASP-DAC), 2023
    • Pages: 529-534
    • [paper]
  4. LEAPS: Topological-Layout-Adaptable Multi-die FPGA Placement for Super Long Line Minimization

    • Zhixiong Di, Runzhe Tao, Jing Mai, Lin Chen, Yibo Lin
    • IEEE Transactions on Circuits and Systems I: Regular Papers (TCAS-I), 2023
    • [paper]
  5. OpenPARF 3.0: Robust Multi-Electrostatics Based FPGA Macro Placement Considering Cascaded Macros Groups and Fence Regions

    • Jing Mai, Jiarui Wang, Yifan Chen, Zizheng Guo, Xun Jiang, Yun Liang, Yibo Lin
    • International Symposium of Electronics Design Automation (ISEDA), 2024
    • Code available at OpenPARF-MLCAD2023

BibTeX Citations

@inproceedings{PLACE_ASICON23_Mai_OpenPARF,
  title         = {OpenPARF: An Open-Source Placement and Routing Framework for Large-Scale Heterogeneous FPGAs with Deep Learning Toolkit},
  author        = {Jing Mai and Jiarui Wang and Zhixiong Di and Guojie Luo and Yun Liang and Yibo Lin},
  booktitle     = {International Conference on ASIC (ASICON)}
  year          = {2023},
}

@inproceedings{PLACE_DAC22_Mai,
  title         = {Multi-electrostatic {FPGA} placement considering {SLICEL-SLICEM} heterogeneity and clock feasibility},
  author        = {Jing Mai and Yibai Meng and Zhixiong Di and Yibo Lin},
  booktitle     = {ACM/IEEE Design Automation Conference (DAC)},
  pages         = {649--654},
  year          = {2022},
}

@inproceedings{ROUTE_ASPDAC2023_Wang,
  title         = {{{A Robust FPGA Router with Concurrent Intra-CLB Rerouting}}},
  author        = {Jiarui Wang and Jing Mai and Zhixiong Di and Yibo Lin},
  booktitle     = {IEEE/ACM Asia and South Pacific Design Automation Conference (ASPDAC)},
  pages         = {529--534},
  year          = {2023}
}

@article{PLACE_TCASI2023_Di,
  title         = {LEAPS: Topological-Layout-Adaptable Multi-Die FPGA Placement for Super Long Line Minimization},
  author        = {Di, Zhixiong and Tao, Runzhe and Mai, Jing and Chen, Lin and Lin, Yibo},
  journal       = {IEEE Transactions on Circuits and Systems I: Regular Papers},
  year          = {2023},
  publisher     = {IEEE}
}

@inproceedings{PLACE_ISEDA2024_Mai,
  title         = {{OpenPARF 3.0}: Robust Multi-Electrostatics Based {FPGA} Macro Placement Considering Cascaded Macros Groups and Fence Regions},
  author        = {Mai, Jing and Wang, Jiarui and Chen, Yifan and Jiang, Xun and Liang, Yun and Lin, Yibo},
  booktitle     = {International Symposium of Electronics Design Automation (ISEDA)},
  pages         = {},
  year          = {2024}
}