[RFC] [VTA] [TSIM] Enabling Cycle-Accurate Hardware Simulation for VTA #3009 (#3010)
* merge files * move verilator to the right place * change name to tsim * add default rule to be build and run * add README for tsim * Update README.md * add some structural feedback * change name of VTASim to VTADPISim * more renaming * update comment * add license * fix indentation * add switch for vta-tsim * add more licenses * update readme * address some of the new feedback * add some feedback from cpplint * add one more whitespace * pass pointer so linter is happy * pass pointer so linter is happy * README moved to vta documentation * create types for dpi functions, so they can be handle easily * fix pointer style * add feedback from docs * parametrize width data and pointers * fix comments * fix comment * add comment to class * add missing parameters * move README back to tsim example * add feedback * add more comments and remove un-necessary argument in finish * update comments * fix cpplint * fix doc
Showing
vta/apps/tsim_example/CMakeLists.txt
0 → 100644
vta/apps/tsim_example/Makefile
0 → 100644
vta/apps/tsim_example/README.md
0 → 100644
vta/apps/tsim_example/python/tsim/config.py
0 → 100644
vta/apps/tsim_example/python/tsim/load.py
0 → 100644
vta/apps/tsim_example/src/driver.cc
0 → 100644
vta/hardware/chisel/Makefile
0 → 100644
vta/hardware/chisel/build.sbt
0 → 100644
vta/hardware/chisel/project/build.properties
0 → 100644
vta/hardware/chisel/project/plugins.sbt
0 → 100644
vta/hardware/dpi/tsim_device.cc
0 → 100644
vta/include/vta/dpi/module.h
0 → 100644
vta/include/vta/dpi/tsim.h
0 → 100644
vta/src/dpi/module.cc
0 → 100644
Please
register
or
sign in
to comment