Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sky130: documentation updates #876

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hammer/technology/sky130/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ PDK Setup
The Skywater 130nm PDK files are located in a repo called [skywater-pdk](https://github.com/google/skywater-pdk/). A tool called [Open-PDKs (open_pdks)](https://github.com/RTimothyEdwards/open_pdks/) was developed to generate all the files typically found in a PDK.
Open-PDKs uses the contents in `skywater-pdk`, and outputs files to a directory called `sky130A`.

This will take around 40-50GB of disk space as of September 2024.

### PDK Install

```shell
Expand All @@ -23,7 +25,9 @@ export PATH=$PREFIX/.conda-signoff/bin:$PATH

# clone required repos
git clone https://github.com/google/skywater-pdk.git
# rev 7198cf647113f56041e02abf3eb623692820c5e1
git clone https://github.com/RTimothyEdwards/open_pdks.git
# rev 320597ea84b2816eb2fcc4fbe10c3874f19c92fc

# install Sky130 PDK via Open-PDKs
# we disable some install steps to save time
Expand Down
Loading