v2.0.1 Stable Release

Get Started with RapidRTL

Set up your environment in seconds. Interactive project generation, automatic dependency handling, and instant simulation readiness.

pip install rapidrtl
OR
git submodule add rapidrtl
setup -- -zsh
Context

Watch the terminal for contextual hints about each step...

1. Install SDK

Install via pip or add as a submodule to your existing repository. Zero system dependencies other than Python and your vendor tools.

2. Initialize Project

Run the interactive initialization script. It scaffolds your directory, sets up git hooks, and creates the master `project.yml`.

3. Build & Simulate

Use the generated Makefile to launch simulations or synthesis immediately. `make simulation` is all you need.