You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,13 +74,22 @@ Now, the develop schedule is recorded by the **Tencent Document**. You can click
74
74
## Usage
75
75
76
76
### Getting Started
77
-
#### Enviroment setup(ubuntu 20.04 LTS)
78
-
install verilator, mill and dep lib:
77
+
#### Enviroment Setup
78
+
> 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`.
79
+
80
+
First, you need to install verilator, mill and dependency libraries:
81
+
```bash
82
+
$ make install
83
+
```
84
+
Then, download and configuare all components from the github:
79
85
```bash
80
-
make install
81
86
make setup
82
87
```
83
-
change the sim memory from 8G to 256MB. need to enter 'make menuconfig' and modify [Memory - Configuration]->[Memory size] to '0x10000000' manually.
88
+
89
+
IMG!!!!!!!
90
+
91
+
Becuase the change the sim memory from 8G to 256MB. need to enter 'make menuconfig' and modify [Memory - Configuration]->[Memory size] to '0x10000000' manually.
0 commit comments