The `make pdk` per the OpenLane install instructio...
# openlane
h
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