File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed
Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 55# this should be run from chipyard repo top
66RDIR=$( git rev-parse --show-toplevel)
77
8- cd $RDIR /libgloss
9- rm -rf build.log
10-
11- cd ../riscv-tools/riscv-isa-sim/
12- rm -rf build.log
13-
14- cd ../riscv-pk
15- rm -rf build.log
16-
17- cd ../riscv-tests
18- rm -rf build.log
19-
20- cd $RDIR /tools/api-config-chipsalliance
21- git config --local status.showUntrackedFiles no
8+ rm -rf $RDIR /toolchains/libgloss/build.log
9+ rm -rf $RDIR /toolchains/riscv-tools/riscv-isa-sim/build.log
10+ rm -rf $RDIR /toolchains/riscv-tools/riscv-pk/build.log
11+ rm -rf $RDIR /toolchains/riscv-tools/riscv-tests/build.log
12+ rm -rf $RDIR /toolchains/esp-tools/riscv-isa-sim/build.log
13+ rm -rf $RDIR /toolchains/esp-tools/riscv-pk/build.log
14+ rm -rf $RDIR /toolchains/esp-tools/riscv-tests/build.log
15+ (
16+ pushd $RDIR /generators/constellation
17+ if [ -d espresso ]
18+ then
19+ git submodule deinit espresso
20+ fi
21+ popd
22+ )
23+ (
24+ pushd $RDIR /tools/api-config-chipsalliance
25+ git config --local status.showUntrackedFiles no
26+ popd
27+ )
You can’t perform that action at this time.
0 commit comments