Skip to content

Commit 198b2ad

Browse files
vegaluisjosewweic
authored andcommitted
[VTA] [APPS] Update README on tsim example (apache#3409)
* update README * fix typo
1 parent 47acf7b commit 198b2ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vta/apps/tsim_example/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ sudo apt install verilator sbt
4949
## Setup in TVM
5050

5151
1. Install `verilator` and `sbt` as described above
52-
2. Build [tvm](https://docs.tvm.ai/install/from_source.html#build-the-shared-library)
52+
2. Get tvm `git clone https://github.com/dmlc/tvm.git`
53+
3. Change VTA target in `tvm/vta/config/vta_config.json` from `sim` to `tsim`
54+
4. Build [tvm](https://docs.tvm.ai/install/from_source.html#build-the-shared-library)
5355

5456
## How to run VTA TSIM examples
5557

@@ -62,7 +64,7 @@ how to run both of them:
6264
* Run `make`
6365

6466
* Test Chisel3 backend
65-
* Open `<tvm-root>/vta/apps/tsim_example`
67+
* Go to `<tvm-root>/vta/apps/tsim_example`
6668
* Run `make run_chisel`
6769

6870
* Some pointers

0 commit comments

Comments
 (0)