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
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,7 @@ Now, the develop schedule is recorded by the **Tencent Document**. You can click
82
82
83
83
## Usage
84
84
85
-
### Getting Started
86
-
#### Enviroment Setup
85
+
### Enviroment Setup
87
86
> 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`.
88
87
89
88
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
127
126
128
127
Last, remember to type `Save` button in bottom menu to save the `.config` file. Then, type `Exit` to exit the menuconfig.
129
128
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:
0 commit comments