sky130 tutorial initial modifications

This commit is contained in:
Nayiri K
2022-02-09 13:10:44 -08:00
parent 0f49423eaf
commit f54f78504b
4 changed files with 300 additions and 4 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* ]]; then
if [[ $1 != *asap7* ]] && [[ $1 != *sky130* ]]; then
git submodule update --init --recursive vlsi/hammer-$1-plugin
fi