Skip to content

Commit 37ef51d

Browse files
committed
docs: modify some grammar typos
1 parent 9149702 commit 37ef51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ tools ->
132132
```
133133

134134
### Enviroment Setup
135-
> NOTE: All of the components and tools are installed under linux operation system. To gurantee the compatibility and stability, I strongly recommend using `ubuntu 20.04 LTS`. `ubuntu 18.04` and `ubuntu 16.04` is not supported official.
135+
> NOTE: All of the components and tools are installed under linux operation system. To gurantee the compatibility and stability, I **STRONGLY** recommend using `ubuntu 20.04 LTS`. `ubuntu 18.04` and `ubuntu 16.04` is not supported official.
136136
137137
If you're new to TreeCore project, we suggest you start with the install section. Remeber you **ONLY** need to install the below libraries once. Now all of operations(config, compile, test) have been automated by Makefile. You can visit [unit-test.yml](.github/workflows/unit-test.yml) to get more information.
138138
> NOTE: In order to download and configure all libraries successful, you **NEED** to be able to visit github.com and gitee.com.
@@ -156,7 +156,7 @@ $ echo export NOOP_HOME=$(pwd)/dependency >> ~/.bashrc
156156
$ source ~/.bashrc
157157
```
158158

159-
Running the ISA test don't need 8G memory, so you can configure the `memory size` to reduce the simulation memory usage. Achieving that, you need to type `make menuconfig` as follow:
159+
Running the ISA test don't need 8G memory, so you can reconfigure the `memory size` to reduce the simulation memory usage. Achieving that, you need to type `make menuconfig` as follow:
160160

161161
```bash
162162
$ cd dependency/NEMU
@@ -199,7 +199,7 @@ $ make riscvTestBuild
199199
$ make cpuTestBuild
200200
$ make amTestBuild
201201
```
202-
> NOTE: you need enough memory to compile the application binaries.
202+
> NOTE: you need enough memory to compile the application binaries. Generally speaking, you need at least 4GB of memory.
203203
204204
### Recursive test
205205
After you modify the processor design, you need to run recursive unit test to gurantee the modification is correct.

0 commit comments

Comments
 (0)