File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ if [[ `basename $CONDA_PREFIX` != .conda-env ]]; then
1010 exit
1111fi
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
1717fi
1818
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments