update repo-clean.sh script. actually get clean repo now
This commit is contained in:
@@ -16,7 +16,7 @@ rm -rf $RDIR/toolchains/esp-tools/riscv-tests/build.log
|
|||||||
pushd $RDIR/generators/constellation
|
pushd $RDIR/generators/constellation
|
||||||
if [ -d espresso ]
|
if [ -d espresso ]
|
||||||
then
|
then
|
||||||
git submodule deinit espresso
|
git submodule deinit -f espresso
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
@@ -25,3 +25,11 @@ rm -rf $RDIR/toolchains/esp-tools/riscv-tests/build.log
|
|||||||
git config --local status.showUntrackedFiles no
|
git config --local status.showUntrackedFiles no
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
|
(
|
||||||
|
pushd $RDIR/generators/cva6/src/main/resources/vsrc
|
||||||
|
if [ -d cva6 ]
|
||||||
|
then
|
||||||
|
git submodule deinit -f cva6
|
||||||
|
fi
|
||||||
|
popd
|
||||||
|
)
|
||||||
|
|||||||
Submodule sims/firesim updated: b1abd4b296...5991ada598
Reference in New Issue
Block a user