basic test timing + scope tracing ccip

This commit is contained in:
Blaise Tine
2020-10-27 17:04:04 -04:00
parent 4bd5ee2673
commit 9a9f7955f0
16 changed files with 228 additions and 180 deletions

View File

@@ -17,14 +17,10 @@ install:
- ci/toolchain_install.sh -all
- export RISCV_TOOLCHAIN_PATH=/opt/riscv-gnu-toolchain
- export VERILATOR_ROOT=/opt/verilator
- export PATH=$VERILATOR_ROOT/bin:$PATH
# VORTEX
- git clone --recursive https://github.com/vortexgpgpu/vortex.git
- cd vortex
- make -j`nproc`
- export PATH=$VERILATOR_ROOT/bin:$PATH
script:
- make -j`nproc`
- ci/test_runtime.sh
- ci/test_driver.sh
- ci/test_riscv_isa.sh