v3.4.2 Stable
Get Started with RouteRTL
Set up your environment in seconds. Interactive project generation, automatic dependency handling, and instant simulation readiness.
pip install routertlsetup -- -zsh
Context
Watch the terminal for contextual hints about each step...
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 your project in seconds. 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.