Skip to content

Commit 80d7f7b

Browse files
author
bowwang
committed
[README] fixed CLI orders
1 parent 25e2557 commit 80d7f7b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ The new instructions depend on the local changes in both **LLVM** and **riscv-op
3232
Run the following from the repository root:
3333

3434
```bash
35+
# set env properly
36+
source util/iis-env.sh
37+
# update opcodes
3538
make init
39+
# clone customed LLVM
3640
make sw/toolchain/llvm-project
41+
# build LLVM
3742
make tc-llvm
3843
```
3944

@@ -43,12 +48,6 @@ The local LLVM toolchain will be installed to:
4348
spatz/build/llvm
4449
```
4550

46-
If you use the IIS environment helper, source:
47-
48-
```tcl
49-
source util/iis-env.sh
50-
```
51-
5251
### Added software: hp-dqmatmul
5352

5453
A new software kernel was added for vector dequantized matrix multiplication using the new instructions.

0 commit comments

Comments
 (0)