Skip to content

Commit

Permalink
remove hammer mentor plugins ref
Browse files Browse the repository at this point in the history
  • Loading branch information
elamdf committed Jan 31, 2025
1 parent 3e95d93 commit efd6705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
[submodule "tools/torture"]
path = tools/torture
url = https://github.com/ucb-bar/riscv-torture.git
[submodule "vlsi/hammer-mentor-plugins"]
path = vlsi/hammer-mentor-plugins
url = https://github.com/ucb-bar/hammer-mentor-plugins.git
[submodule "tools/dsptools"]
path = tools/dsptools
url = https://github.com/ucb-bar/dsptools.git
Expand Down
6 changes: 3 additions & 3 deletions scripts/init-vlsi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ if [[ `basename $CONDA_PREFIX` != .conda-env ]]; then
exit
fi

# Initialize HAMMER CAD-plugins
if [[ $1 != *openroad* ]] && [[ $2 != *openroad* ]]; then
git submodule update --init --recursive vlsi/hammer-mentor-plugins
# Explicitly install mentor plugins for Calibre if you have access
if [[ $1 == "calibre" ]]; then
git clone [email protected]:ucb-bar/hammer-mentor-plugins.git vlsi/hammer-mentor-plugins
pip install -e vlsi/hammer-mentor-plugins
fi

Expand Down
1 change: 0 additions & 1 deletion vlsi/hammer-mentor-plugins
Submodule hammer-mentor-plugins deleted from eca060

0 comments on commit efd6705

Please sign in to comment.