Add PDK variable

This commit is contained in:
Mario Romero 2023-09-12 17:16:32 -03:00
parent 46bb6e0b40
commit aba542f7f8

View File

@ -59,6 +59,7 @@ docker exec -it <container_name> bash
List the available PDKs and choose one to install.
```sh
export PDK=<sky130A/sky130B/gf180mcuA/gf180mcuB/gf180mcuC>
volare ls-remote --pdk <sky130/gf180mcu>
volare enable --pdk <sky130/gf180mcu> <version_id>
```