https://open-source-silicon.dev logo
h

Harald Pretl

04/01/2022, 9:27 PM
The
make pdk
per the OpenLane install instructions build both sky130 flavors,
sky130A
and
sky130B
. Is there an option to just select one of them?
My test is still running, but I think this does the trick:
Copy code
export OPEN_PDK_ARGS="--with-sky130-variants=A"
👍 1