Skip to content

Commit c133597

Browse files
committed
chore: remove unused comments
1 parent 5ab4730 commit c133597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rtl/scripts/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configAbstractMachine() {
5252
fi
5353
echo -e "${RIGHT}AM_HOME: $AM_HOME${END}"
5454

55-
cd ${ROOT_PATH} # am -> tc-l2
55+
cd ${ROOT_PATH}
5656
}
5757

5858
###### riscv-tests ######
@@ -72,7 +72,7 @@ configRiscvTests() {
7272
git clone https://github.com/NJU-ProjectN/riscv-tests.git
7373
fi
7474

75-
cd ${ROOT_PATH} # am -> tc-l2
75+
cd ${ROOT_PATH}
7676
}
7777

7878
###### am-kernels ######
@@ -92,7 +92,7 @@ configAMKernels() {
9292
git clone https://github.com/NJU-ProjectN/am-kernels.git
9393
fi
9494

95-
cd ${ROOT_PATH} # am -> tc-l2
95+
cd ${ROOT_PATH}
9696
}
9797

9898
# download the specific commit id difftest and NEMU

0 commit comments

Comments
 (0)