@ -13,7 +13,7 @@ This project uses [Nix](https://nixos.org) to manage reproducible programming en
@@ -13,7 +13,7 @@ This project uses [Nix](https://nixos.org) to manage reproducible programming en
Run `nix develop` to enter a shell with all necessary software.
If `nix` is not installed, follow this [guide](https://librelane.readthedocs.io/en/stable/installation/nix_installation/index.html). No need to clone `librelane` here, but it is good to set up the `extra-substituters` as described in the guide for using LibreLane in the future (for making layouts with SkyWater 130nm technology).
If `nix` is not installed, follow this [guide](https://librelane.readthedocs.io/en/stable/installation/nix_installation/index.html). No need to clone `librelane` here, but it is good to set up the `extra-substituters` as described in the guide for using LibreLane for making layouts with SkyWater 130nm technology.
## Usage
@ -25,3 +25,11 @@ make
@@ -25,3 +25,11 @@ make
uv run jpeg_core_tb_run_plasma.py
```
Load synthesized circuits and display statistics (example code):
```
uv run load_sky130_circuits.py
```
Works also outside a `nix develop` shell if [uv](https://docs.astral.sh/uv/) is installed on the base system. The script demonstrates how to obtain synthesized netlists via nix derivations [published in this github repository](https://github.com/s-holst/benchmark-circuits). These circuits along with layout and timings are built on-demand (using LibreLane) if not yet available in local nix store.