I'm having trouble finding documentation on how to...
# openlane-2
a
I'm having trouble finding documentation on how to run a custom flow, can someone point me to the right direction? this documentation only explains how to implement one
d
Like this: then just run the file in Python
a
i did that in the nix=shell environemnt
but it keeps telling me that it can't find the pdk
i tried absolute path to my pdk directory too
and also have $PDK_ROOT environment varialbe set to my pdk directory
d
What is your PDK directory?
a
~/Desktop/zeroasic/pdk
I put that into the "PDK" field in the flow script
d
Add
pdk_root=os.path.expanduser("~/Desktop/zeroasic/pdk")
to the
MyFlow
initialization
did that work?
a
trying rn
👀 1
image.png
looks like it found the pdk
but there are more variables I need to specify
i thought those variables all have default values?
d
They should, presuming the PDK is in-date
Which version of the PDK is it?
a
should be the latest skywater130 from open_pdk
i'll try reinstalling it
i have no problem running it with a config.json with the CLI option tho
it worked after reinstalling the pdk, i think my skywater130 was outdated
@donn thanks for your help!
🙌 1