Skip to content

Commit

Permalink
Merge pull request #346 from QuantamHD/add_reram
Browse files Browse the repository at this point in the history
Adding ReRAM PDK to the submodules directory of the skywater repo
  • Loading branch information
QuantamHD authored Dec 11, 2021
2 parents b5ff617 + 68a2c36 commit f70d8ca
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
branch = branch-0.1.0
shallow = true
fetchRecurseSubmodules = false

# sky130_fd_sc_lp
[submodule "libraries/sky130_fd_sc_lp/latest"]
path = libraries/sky130_fd_sc_lp/latest
Expand Down Expand Up @@ -244,3 +243,32 @@
branch = branch-0.0.1
shallow = true
fetchRecurseSubmodules = false
#sky130_fd_pr_reram
[submodule "libraries/sky130_fd_pr_reram/v0.0.9"]
path = libraries/sky130_fd_pr_reram/v0.0.9
url = https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram.git
branch = branch-0.0.9
shallow = true
fetchRecurseSubmodules = false
[submodule "libraries/sky130_fd_pr_reram/v2.0.1"]
path = libraries/sky130_fd_pr_reram/v2.0.1
url = https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram.git
branch = branch-2.0.1
shallow = true
fetchRecurseSubmodules = false
[submodule "libraries/sky130_fd_pr_reram/v2.0.2"]
path = libraries/sky130_fd_pr_reram/v2.0.2
url = https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram.git
branch = branch-2.0.2
shallow = true
fetchRecurseSubmodules = false
[submodule "libraries/sky130_fd_pr_reram/v2.0.3"]
path = libraries/sky130_fd_pr_reram/v2.0.3
url = https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram.git
branch = branch-2.0.3
shallow = true
fetchRecurseSubmodules = false
[submodule "libraries/sky130_fd_pr_reram/latest"]
path = libraries/sky130_fd_pr_reram/latest
url = https://github.com/google/skywater-pdk-libs-sky130_fd_pr_reram.git
branch = main
1 change: 1 addition & 0 deletions libraries/sky130_fd_pr_reram/latest
Submodule latest added at 48c831
1 change: 1 addition & 0 deletions libraries/sky130_fd_pr_reram/v0.0.9
Submodule v0.0.9 added at 1ed575
1 change: 1 addition & 0 deletions libraries/sky130_fd_pr_reram/v2.0.1
Submodule v2.0.1 added at 21212f
1 change: 1 addition & 0 deletions libraries/sky130_fd_pr_reram/v2.0.2
Submodule v2.0.2 added at ef3ec3
1 change: 1 addition & 0 deletions libraries/sky130_fd_pr_reram/v2.0.3
Submodule v2.0.3 added at d3c450

0 comments on commit f70d8ca

Please sign in to comment.