bump hammer, remove saed32

This commit is contained in:
Harrison Liew
2019-09-19 22:43:18 -07:00
parent 971809a546
commit cfba37afc9
6 changed files with 14 additions and 12 deletions

View File

@@ -10,6 +10,6 @@ git submodule update --init --recursive vlsi/hammer-synopsys-plugins
git submodule update --init --recursive vlsi/hammer-mentor-plugins
# Initialize HAMMER tech plugin
if [[ $1 != *asap7* ]] && [[ $1 != *saed32* ]]; then
if [[ $1 != *asap7* ]]; then
git submodule update --init --recursive vlsi/hammer-$1-plugin
fi