This is an automated email from the ASF dual-hosted git repository.
moreau pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 94ce835 Fix GraphRuntime with -link-params over RPC (#6985)
add 8d1dc7e [Hardware][Verilator] Integrating and simulating hardware
accelerators in TVM (#6971)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 1 +
cmake/config.cmake | 3 +
.../contrib/{Posit.cmake => Verilator.cmake} | 19 ++--
src/relay/backend/contrib/verilator/codegen.cc | 100 ++++++++++++++++++
src/runtime/contrib/verilator/verilator_device.h | 57 ++++++++++
.../verilator_kernel.h} | 26 +++--
src/runtime/contrib/verilator/verilator_runtime.cc | 116 +++++++++++++++++++++
7 files changed, 299 insertions(+), 23 deletions(-)
copy cmake/modules/contrib/{Posit.cmake => Verilator.cmake} (61%)
create mode 100644 src/relay/backend/contrib/verilator/codegen.cc
create mode 100644 src/runtime/contrib/verilator/verilator_device.h
copy src/runtime/contrib/{ethosn/ethosn_device.h =>
verilator/verilator_kernel.h} (62%)
create mode 100644 src/runtime/contrib/verilator/verilator_runtime.cc