@@ -12,8 +12,12 @@ source $SCRIPT_DIR/defaults.sh
|
|||||||
# enter bhd repo
|
# enter bhd repo
|
||||||
cd $LOCAL_CHIPYARD_DIR
|
cd $LOCAL_CHIPYARD_DIR
|
||||||
|
|
||||||
|
# ignore the private vlsi submodules
|
||||||
|
git config submodule.vlsi/hammer-cadence-plugins.update none
|
||||||
|
git config submodule.vlsi/hammer-mentor-plugins.update none
|
||||||
|
git config submodule.vlsi/hammer-synopsys-plugins.update none
|
||||||
|
|
||||||
# initialize submodules and get the hashes
|
# initialize submodules and get the hashes
|
||||||
git config submodule.vlsi/hammer-cad-plugins.update none
|
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
status=$(git submodule status)
|
status=$(git submodule status)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user