AI for EDA Applications
Probability Prediction
Task Statement
Determine the functionality of circuits by predicting the logic-1 probability of each gate under random simulation
Evaluation Metrics
Mean absolute error (MAE) between the ground truth and predicted results
Results
Models: GCN / GAT / GraphSAGE / DeepGate2 / PolarGate

Equivalent Gate Identification
Task Statement
Determine the functional similarity between two gates based on their truth tables
Evaluation Metrics
Mean absolute error (MAE) of the cosine similarity between their embeddings and the similarity between the pair-wise truth tables
Results
Models: GCN / GAT / GraphSAGE / DeepGate2 / PolarGate

Sub-Circuit Boundary Identification
Task Statement
Determine whether each gate is located on the boundaries of any adder in an AIG
Evaluation Metrics
Binary cross-entropy (BCE) loss of the node classification results (whether the boundary of full adder or not)
Results
Models: Gamora / HOGA
Input Boundary Identification

Output Boundary Identification

Last updated