Creating a PDK from scratch #2133
Replies: 1 comment
-
I was specifying I also figured out eventually that I didn't fully follow the folder structure (I forgot the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a minimal PDK that OpenLane can work with. I've decided to start with only the synthesis step to not complicate matters. I've found the following links from this discussion:
Right from the start I'm confronted with the following errors:
No matter what I fill in for
PDK_ROOT
andPDK
, I get the same errors. So I'm left with a lot of questions:"PDK_ROOT": "~/pdks/mypdk"
and"PDK": "mypdk"
.I have the PDKs from sky130 as a reference, but it made it even more confusing to me because the folder structure doesn't follow the given documentation.
Beta Was this translation helpful? Give feedback.
All reactions