File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ sudo apt install verilator sbt
4949## Setup in TVM
5050
51511 . 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
You can’t perform that action at this time.
0 commit comments