What problem does it solve?
This Skill automates the creation of training-ready PyTorch-Geometric graph datasets from GDSII files generated during RTL-to-GDS design signoff, saving time and reducing errors in the data preparation process.
Core Features & Use Cases
- Automated Dataset Creation: Converts physical design files (DEF/LEF/liberty/SPEF) into training-ready PyTorch-Geometric graph datasets.
- Graph Topologies: Generates five different graph topologies for diverse training scenarios.
- Use Case: Imagine you have a GDSII file from a signoff flow. Use this Skill to create a graph dataset with features and labels that can be used to train a machine learning model for design verification.
Quick Start
Use the def-graph skill to create a graph dataset from the 'final.gds' file and the 'sky130.lib' liberty file in the 'design_cases/your_design' directory.