You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2021/06/09 00:07:43 UTC

[tvm-vta] branch main updated: add unittest (#29)

This is an automated email from the ASF dual-hosted git repository.

moreau pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-vta.git


The following commit(s) were added to refs/heads/main by this push:
     new 1954ff5  add unittest (#29)
1954ff5 is described below

commit 1954ff58264384de8241cc155ffe33829f0e616a
Author: Luis Vega <ve...@users.noreply.github.com>
AuthorDate: Tue Jun 8 17:07:35 2021 -0700

    add unittest (#29)
---
 tests/scripts/task_python_vta_tsim.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/scripts/task_python_vta_tsim.sh b/tests/scripts/task_python_vta_tsim.sh
index 0251915..ae9bedf 100755
--- a/tests/scripts/task_python_vta_tsim.sh
+++ b/tests/scripts/task_python_vta_tsim.sh
@@ -49,6 +49,7 @@ make -C ${VTA_HW_PATH}/hardware/chisel lint
 
 # Build VTA chisel design and verilator simulator
 echo "Building VTA chisel design..."
+make -C ${VTA_HW_PATH}/hardware/chisel unittest
 make -C ${VTA_HW_PATH}/hardware/chisel cleanall
 make -C ${VTA_HW_PATH}/hardware/chisel USE_THREADS=0 lib