[TVM Discuss] [Questions] Chisel implementations

2019-08-13 Thread Luis Vega via TVM Discuss
When you set `TARGET` to `tsim` in `vta_config.json` file, everything related to VTA will be executing on cycle accurate hardware simulation (Chisel), including the resnet-deploy-example. However, there is still some work to be done (debugging) for ResNet on the Chisel version, because accurac

[TVM Discuss] [Questions] Chisel implementations

2019-08-13 Thread Luis Vega via TVM Discuss
Hey, There is only one version of VTA in Chisel. As the name suggest, `tsim_example` is an example of TSIM (cycle accurate simulation) for a really simple accelerator using some components of VTA, i.e. DPI. This Chisel version is currently `passing` all microbenchmarks/tests except end-to-en