Home Forums Nazca Questions and Answers PDK Implementation utilising demofab as a base Reply To: PDK Implementation utilising demofab as a base

#6868
Ronald
Keymaster

Dear Peter,

A PDK can be seen as a module under Nazca Design under its original license. Demofab PDK is part of the Nazca installer on the website as this make the demofab distribution a single install.

To create your separate PDK file that installs as a Python package, you need to make a Python install file as for any Python module/package.

As for the building blocks, you indeed need to add them to pdk_30_BB_library.py for best practice.

Ronald