Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 858 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 858 Bytes

Examples for CircuitOps

The examples folder contains use cases demonstrating how to utilize CircuitOps APIs for ML applications. These examples showcase the workflow to process Intermediate Representation (IR) tables or Labeled Property Graphs (LPGs) to build the dataset needed to train a machine learning model.


Use Cases

  1. Arc Delay Predictor

    • Predicts arc delays of standard cells based on the input pin slew, load capacitance and cell type.
  2. Pre-route Net Delay Predictor

    • It is a cross-stage timing predictor which estimates net delays before routing.
  3. Timing Graph Convolutional Network (GCN)

    • Leverages Graph Neural Networks (GNNs) to predict slacks at the endpoints of a design.