agent-r2g
Automated RTL-to-GDS chip design with signoff and graph datasets
All Skills in This Repository (4)
Pure Emerald Level Indicatorsrtl-acquire
Acquire RTL designs and synthesize them into pre-layout graphs.
def-graph
Create PyTorch-Geometric graph datasets from GDSII files for ML training.
eda-install
Detect, install, and verify open-source EDA tools for RTL-to-GDS flows.
signoff-loop
Automate EDA signoff from RTL to GDS with DRC, LVS, and RCX verification.
Frequently Asked Questions
FAQPage SchemaHow to install agent-r2g?โผ
Run `npx skills add ShenShan123/agent-r2g --all -g -y` in your terminal to install all four sub-skills globally.
How to turn RTL into a GDS chip layout automatically?โผ
The signoff-loop skill runs the full OpenROAD flow from your RTL or spec through synthesis, place-and-route, and GDS output, then verifies it with DRC, LVS, and parasitic extraction.
Do I need to install OpenROAD and Yosys manually?โผ
No. The eda-install skill detects your machine and provisions the entire toolchain with one command, using a no-sudo conda path when you lack root access.
Can it build graph datasets for chip design ML models?โผ
Yes. The def-graph skill converts signed-off layouts into PyTorch-Geometric graph datasets with features and labels like congestion, wirelength, timing, and IR drop.
Does it fix DRC and LVS violations on its own?โผ
Yes. A closed learning loop records every fix attempt, learns repair recipes, and applies evidence-ranked fixes automatically on future designs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core