is it possible with one openlane cloned repository...
# openlane
m
is it possible with one openlane cloned repository to use both pdks - gf180 and sky130?( like one instance of time carrying flow RTL2GDS using gf180 and at other instance of time using sky130) If yes, what steps to follow?
v
By default flow install
sky130
PDK in
OpenLane/pdks
directory.
To install GF180 PDK follow below steps:
Copy code
%eexport PDK_FAMILY=gf180mcu
%export PDK=gf180mcuC
%export PDK_ROOT=/home/user/OpenLane/pdks
%cd OpenLane && make
m
Thank you so much.
l
Are you able to get GF180 PDK @MD ZAKIR HUSSAIN? I'm not able to get.
v
@Lab Lecture what error you're facing?
l
The problem is resolved now @Vijayan Krishnan