mutiple fixes: parallel printf, fixed cycle in cache, opencl refactored vecadd and sgemm, regen opencl kernels with hard-float, fixed vortex io bus interface, fixed dpi floats APi to support multicore mode, make vlsim multicore default, make rtlsim multi-core default, removed POCL binaries from repository, updated Makefiles to use external POCL
This commit is contained in:
@@ -15,8 +15,8 @@ addons:
|
||||
install:
|
||||
# TOOLCHAIN
|
||||
- ci/toolchain_install.sh
|
||||
- export RISCV_TOOLCHAIN_PATH=$PWD/riscv-gnu-toolchain
|
||||
- export VERILATOR_ROOT=$PWD/verilator
|
||||
- export RISCV_TOOLCHAIN_PATH=/opt/riscv-gnu-toolchain
|
||||
- export VERILATOR_ROOT=/opt/verilator
|
||||
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
||||
|
||||
# VORTEX
|
||||
|
||||
Reference in New Issue
Block a user