I see. Thanks a lot for your explanations.
---
[Visit Topic](https://discuss.tvm.ai/t/chisel-implementations/3707/5) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/513ee086b
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
Thanks for your reply, Luis.
As for 'passing', are you meaning that when we set 'tsim' as the target in
vta_config.json, all benchmarks/tests are running on top of
vta/hardware/chisel, but real ResNet model is still running on top of TSIM
simulator?
---
[Visit Topic](https://discuss.tvm.
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