6 lines
246 B
Bash
Executable File
6 lines
246 B
Bash
Executable File
# Initialize HAMMER and CAD-plugins
|
|
git submodule update --init --recursive vlsi/hammer
|
|
git submodule update --init --recursive vlsi/hammer-cad-plugins
|
|
|
|
# Initialize HAMMER tech plugin
|
|
git submodule update --init --recursive vlsi/hammer-$1-plugin |