Skip to content

Commit 1c95be9

Browse files
authored
Merge pull request #2184 from elamdf/remove_mentor_submodule
Remove hammer-mentor-plugins submodule from default chipyard
2 parents 3e95d93 + efd6705 commit 1c95be9

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124
[submodule "tools/torture"]
125125
path = tools/torture
126126
url = https://github.com/ucb-bar/riscv-torture.git
127-
[submodule "vlsi/hammer-mentor-plugins"]
128-
path = vlsi/hammer-mentor-plugins
129-
url = https://github.com/ucb-bar/hammer-mentor-plugins.git
130127
[submodule "tools/dsptools"]
131128
path = tools/dsptools
132129
url = https://github.com/ucb-bar/dsptools.git

scripts/init-vlsi.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ if [[ `basename $CONDA_PREFIX` != .conda-env ]]; then
1010
exit
1111
fi
1212

13-
# Initialize HAMMER CAD-plugins
14-
if [[ $1 != *openroad* ]] && [[ $2 != *openroad* ]]; then
15-
git submodule update --init --recursive vlsi/hammer-mentor-plugins
13+
# Explicitly install mentor plugins for Calibre if you have access
14+
if [[ $1 == "calibre" ]]; then
15+
git clone git@github.com:ucb-bar/hammer-mentor-plugins.git vlsi/hammer-mentor-plugins
1616
pip install -e vlsi/hammer-mentor-plugins
1717
fi
1818

vlsi/hammer-mentor-plugins

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)