Skip to content

Commit 6919395

Browse files
committed
chore: remove unused debug cmds
1 parent b02c8d7 commit 6919395

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,14 @@ adsfadfasdfasf
9797
9898
First, you need to install verilator, mill and dependency libraries:
9999
```bash
100+
$ su -
100101
$ cd rtl
102+
$ chmod +x scripts/install.sh
101103
$ make install
102104
```
103105
Then, download and configuare all components from the github:
104106
```bash
107+
$ chmod +x scripts/setup.sh
105108
$ make setup
106109
```
107110
After that, you need to set the `NEMU_HOME` and `NOOP_HOME` environment variables:

rtl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export DRAMSIM3_HOME := $(DRAMSIM3_HOME)
6868
define getRecursiveTestRes
6969
@printf "[%2d/%d]" $$(echo $$(cat $(1)/build/log/allcasenum-log.txt) + 1 | bc) $(2)
7070
@echo $$(echo $$(cat $(1)/build/log/allcasenum-log.txt) + 1 | bc) > $(1)/build/log/allcasenum-log.txt
71-
-$(BUILD_DIR)/emu -i $<
7271
-@$(BUILD_DIR)/emu -i $< &> $(1)/build/log/$@-log.txt
7372

7473
@printf "[%25s] " $@

rtl/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configAbstractMachine() {
5353
fi
5454

5555
cd ${ABSTRACT_MACHINE_FOLDER_PATH}
56-
git checkout ysyx2021
56+
# git checkout ysyx2021
5757

5858
if [[ -z $AM_HOME ]]; then
5959
echo -e "${INFO}AM_HOME is empty, set AM_HOME...${END}"

0 commit comments

Comments
 (0)