Skip to content

Commit

Permalink
[CI] Add vta path to cpptest (apache#3)
Browse files Browse the repository at this point in the history
* [CI] Add vta path to cpptest

* [DOCS] Points docs to the ASF site
  • Loading branch information
tqchen authored Mar 30, 2020
1 parent 6905fc3 commit 6beda21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/tsim_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ https://www.veripool.org/projects/verilator/wiki/Installing

1. Install `verilator` and `sbt` as described above
2. Get tvm `git clone https://github.com/apache/incubator-tvm.git tvm --recursive`
3. Build [tvm](https://docs.tvm.ai/install/from_source.html#build-the-shared-library)
3. Build [tvm](https://tvm.apache.org/docs/install/from_source.html#build-the-shared-library)

## How to run VTA TSIM examples

Expand Down
2 changes: 1 addition & 1 deletion hardware/intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->

Complete instructions on how to build custom FPGA hardware designs are available on the [TVM documentation webpage](https://docs.tvm.ai/vta/install.html#vta-fpga-toolchain-installation).
Complete instructions on how to build custom FPGA hardware designs are available on the [TVM documentation webpage](https://tvm.apache.org/docs/vta/install.html#vta-fpga-toolchain-installation).
2 changes: 1 addition & 1 deletion hardware/xilinx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->

Complete instructions on how to build custom FPGA hardware designs are available on the [TVM documentation webpage](https://docs.tvm.ai/vta/install.html#vta-fpga-toolchain-installation).
Complete instructions on how to build custom FPGA hardware designs are available on the [TVM documentation webpage](https://tvm.apache.org/docs/vta/install.html#vta-fpga-toolchain-installation).
2 changes: 2 additions & 0 deletions tests/scripts/task_tvm_cpptest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
set -e
set -u

export VTA_HW_PATH=`pwd`

cd tvm

export LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH:-}"
Expand Down

0 comments on commit 6beda21

Please sign in to comment.