tutorial tweaks

This commit is contained in:
Nayiri K
2022-09-14 11:28:11 -07:00
parent 64620e2c7d
commit 9c7e5fc06a
3 changed files with 16 additions and 12 deletions

View File

@@ -5,9 +5,11 @@ set -o pipefail
# Initialize HAMMER and CAD-plugins
git submodule update --init --recursive vlsi/hammer
git submodule update --init --recursive vlsi/hammer-cadence-plugins
git submodule update --init --recursive vlsi/hammer-synopsys-plugins
git submodule update --init --recursive vlsi/hammer-mentor-plugins
if [[ $1 != *openroad* ]] && [[ $2 != *openroad* ]]; then
git submodule update --init --recursive vlsi/hammer-cadence-plugins
git submodule update --init --recursive vlsi/hammer-synopsys-plugins
git submodule update --init --recursive vlsi/hammer-mentor-plugins
fi
# Initialize HAMMER tech plugin
if [[ $1 != *asap7* ]] && [[ $1 != *sky130* ]]; then