Skip to content

Commit 495b6f5

Browse files
committed
docs: modify header level
1 parent 85d1189 commit 495b6f5

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ Now, the develop schedule is recorded by the **Tencent Document**. You can click
8282

8383
## Usage
8484

85-
### Getting Started
86-
#### Enviroment Setup
85+
### Enviroment Setup
8786
> NOTE: All of the components are installed under linux operation system. To gurantee the compatibility and stability, I strongly recommend using `ubuntu 20.04 LTS`.
8887
8988
First, you need to install verilator, mill and dependency libraries:
@@ -127,21 +126,27 @@ Usually, 256MB memory address space is enough for simulation. You need to switch
127126

128127
Last, remember to type `Save` button in bottom menu to save the `.config` file. Then, type `Exit` to exit the menuconfig.
129128

130-
cd in root rtl dir
129+
### Compile runtime libraries
130+
If you already run above steps correctly, you need to compile runtime libraries as follow:
131+
131132
```bash
132133
$ make nemuBuild
133134
$ make dramsim3Build
134-
$ make simpleTestBuild
135+
```
136+
137+
### Recursive test
138+
When you modify the processor design, you
139+
```bash
135140
$ make riscvTestBuild
136141
$ make cpuTestBuild
137-
$ make amTestBuild
138142
```
139143

140144
### Software test
145+
```bash
146+
$ make amTestBuild
147+
```
141148

142-
- #### Instruction test
143-
144-
- #### Program test
149+
### SoC test
145150

146151
### Hardware test
147152

@@ -151,8 +156,6 @@ $ make amTestBuild
151156

152157
## Summary
153158

154-
## Documention
155-
156159
## Plan
157160

158161
## Update

0 commit comments

Comments
 (0)