Skip to content

Commit

Permalink
Fix submodule names in .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jan 26, 2024
1 parent 1f9cf94 commit 32d3439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[submodule "rocket-chip"]
[submodule "generators/rocket-chip"]
path = generators/rocket-chip
url = https://github.com/chipsalliance/rocket-chip.git
[submodule "testchipip"]
[submodule "generators/testchipip"]
path = generators/testchipip
url = https://github.com/ucb-bar/testchipip.git
[submodule "barstools"]
[submodule "tools/barstools"]
path = tools/barstools
url = https://github.com/ucb-bar/barstools.git
[submodule "tools/torture"]
Expand Down

0 comments on commit 32d3439

Please sign in to comment.