v3.9.0 Stable
Get Started with RouteRTL
One install, one command, and your project is ready to build. Dependencies, simulation, and synthesis — handled.
pip install routertlroutertl CLI flow
1. Install SDK
Install via pip (pip install routertl). Requires only Python 3.10+ — no other system dependencies.
2. Initialize Project
Run rr init --template sensor_hub -y to scaffold a complete project. Generates project.yml, Makefile, directory structure, and git hooks — no interactive wizard needed.
3. Verify & Simulate
Run rr doctor to confirm your tools, then rr lint and rr sim to validate and simulate. Use rr synth to synthesize with Vivado, Radiant, Libero, or Quartus.