README: update file with build instructions Signed-off-by: Sean Cross <sean@xobs.io>
diff --git a/README.md b/README.md index 7bd8c06..e2b0857 100644 --- a/README.md +++ b/README.md
@@ -16,7 +16,7 @@ mkdir -p deps export OPENLANE_ROOT=$(pwd)/deps/openlane_src # you need to export this whenever you start a new shell export PDK_ROOT=$(pwd)/deps/pdks # you need to export this whenever you start a new shell -export PDK=gf180mcuC +export PDK=gf180mcuC # you can also use sky130B ``` These steps are included in `activate-caravel.sh`, which you can just source. @@ -26,3 +26,11 @@ ```sh make setup ``` + +Next, perform the synthesis, which will take anywhere between 30 minutes and 3 hours: + +```sh +make wb_pio +``` + +When it's done, the resulting files will be in `openlane/wb_pio/runs/$CURRENT_DATE_TIME/results/final/`.