Skip to content

Commit be1069a

Browse files
committed
docs: add init config in readme file
1 parent 94ef9e2 commit be1069a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,18 @@ Now, the develop schedule is recorded by the **Tencent Document**. You can click
7777
#### Enviroment setup(ubuntu 20.04 LTS)
7878
install verilator, mill and dep lib:
7979
```bash
80-
sudo apt-get install g++-riscv64-linux-gnu binutils-riscv64-linux-gnu
81-
./setup.sh -a
80+
make install
81+
make setup
8282
```
83-
8483
change the sim memory from 8G to 256MB. need to enter 'make menuconfig' and modify [Memory - Configuration]->[Memory size] to '0x10000000' manually.
8584
cd in root rtl dir
8685
```bash
8786
make nemuBuild
88-
make diffBuild
89-
make difftestBuild
90-
make demoTest
87+
make dramsim3Build
88+
make simpleTestBuild
89+
make riscvTestBuild
90+
make cpuTestBuild
91+
make amTestBuild
9192
```
9293

9394
### Software test

0 commit comments

Comments
 (0)