From 476a09c815b47e52368d9ac16c48bb41d49867c7 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 5 Nov 2019 16:03:04 -0800 Subject: [PATCH] [DOCS] Update link loc (#4257) --- apps/tsim_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tsim_example/README.md b/apps/tsim_example/README.md index 0b8a359ba0ec..99740222869b 100644 --- a/apps/tsim_example/README.md +++ b/apps/tsim_example/README.md @@ -62,7 +62,7 @@ https://www.veripool.org/projects/verilator/wiki/Installing ## Setup in TVM 1. Install `verilator` and `sbt` as described above -2. Get tvm `git clone https://github.com/dmlc/tvm.git` +2. Get tvm `git clone https://github.com/apache/incubator-tvm.git` 3. Build [tvm](https://docs.tvm.ai/install/from_source.html#build-the-shared-library) ## How to run VTA TSIM examples