add various direction examples
This commit is contained in:
parent
556241bae3
commit
4cbd15bc0d
4 changed files with 63 additions and 1 deletions
|
|
@ -62,6 +62,8 @@ Check the `examples/` directory for ready-to-run scripts demonstrating core feat
|
|||
* **`examples/01_simple_route.py`**: Basic single-net routing with visualization.
|
||||
* **`examples/02_congestion_resolution.py`**: Multi-net routing resolving bottlenecks using Negotiated Congestion.
|
||||
* **`examples/03_locked_paths.py`**: Incremental workflow using `lock_net()` to route around previously fixed paths.
|
||||
* **`examples/04_sbends_and_radii.py`**: Complex paths using parametric S-bends and multiple bend radii.
|
||||
* **`examples/05_orientation_stress.py`**: Stress test for various port orientation combinations (U-turns, opposite directions).
|
||||
|
||||
Run an example:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue