File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,14 @@ adsfadfasdfasf
9797
9898First, 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```
103105Then, download and configuare all components from the github:
104106``` bash
107+ $ chmod +x scripts/setup.sh
105108$ make setup
106109```
107110After that, you need to set the ` NEMU_HOME ` and ` NOOP_HOME ` environment variables:
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export DRAMSIM3_HOME := $(DRAMSIM3_HOME)
6868define 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] " $@
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments