Git Product home page Git Product logo

timingpredict's Introduction

TimingPredict

This is the official open source repository for "A Timing Engine Inspired Graph Neural Network Model for Pre-Routing Slack Prediction" (DAC 2022).

Dataset

Please refer to our Dataset repo for download instructions and documentation.

Usage

First, download the dataset and extract to <repo root>/data/.

Then, download our pre-trained weight here or here or here and put it under <repo root>/checkpoints/08_atcd_specul/15799.pth. (Note that Google drive is showing it as an archive but please download it as a whole.)

Finally, run the following command:

python3 train_gnn.py --test_iter 15799 --checkpoint 08_atcd_specul

This prints two tables indicating the net delay and arrival time prediction results, same as that in our paper.

Code structure

data_graph.py: the data reader and pre-processor.

model.py: our customized GNN model implementation (please refer to the class NetConv, SignalProp, and TimingGCN). also inside it is our GCNII baseline implementation.

train_gnn.py: the model training and testing logic.

train_stat_rf.py, train_deepgnn.py: model training and testing for random forest and deep GCNII baselines.

Reference

Please cite our work if you find our code useful.

@inproceedings{mltimerdac22,
 author = {Guo, Zizheng and Liu, Mingjie and Gu, Jiaqi and Zhang, Shuhan and Pan, David Z. and Lin, Yibo},
 booktitle = {Proceedings of the 59th Annual Design Automation Conference 2022},
 organization = {ACM},
 title = {A Timing Engine Inspired Graph Neural Network Model for Pre-Routing Slack Prediction},
 year = {2022}
}

timingpredict's People

Contributors

gzz2000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.