Installing the SkyWater 130nm Design Kit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Prerequisites == | == Prerequisites == | ||
For installing the files needed by the [http://opencircuitdesign.com/magic/ Magic] layout tool, Magic must be installed. Download Magic [https://github.com/RTimothyEdwards/magic here] and follow the compile and install instructions | For installing the files needed by the [http://opencircuitdesign.com/magic/ Magic] layout tool, Magic must be installed. Download Magic [https://github.com/RTimothyEdwards/magic here] and follow the compile and install instructions. | ||
== Installing the PDK == | == Installing the PDK == | ||
After installing Magic, we can now download the PDK via: | |||
<syntaxhighlight lang="text"> | |||
git clone git://opencircuitdesign.com/open_pdks | |||
</syntaxhighlight> | |||
See the full installation instructions at the [http://opencircuitdesign.com/open_pdks/ Open_PDKs website]. | |||
== Using the PDK SPICE Models == | == Using the PDK SPICE Models == |
Revision as of 08:10, 20 July 2022
We will install the SkyWater 130nm design kit via the Open_PDKs scripts. This allows us to install (1) the Google/SkyWater SKY130 PDK from github and compile the timing files, (2) 3rd-party alphanumeric layout libraries, and (3) 3rd-party libraries for the xschem schematic entry and schematic capture tool.
Prerequisites
For installing the files needed by the Magic layout tool, Magic must be installed. Download Magic here and follow the compile and install instructions.
Installing the PDK
After installing Magic, we can now download the PDK via:
git clone git://opencircuitdesign.com/open_pdks
See the full installation instructions at the Open_PDKs website.