[VTA][TSIM] add virtual memory support to tsim example (#3868)
authorLuis Vega <vegaluisjose@users.noreply.github.com>
Sun, 1 Sep 2019 00:49:17 +0000 (17:49 -0700)
committerThierry Moreau <moreau@uw.edu>
Sun, 1 Sep 2019 00:49:17 +0000 (17:49 -0700)
commit9d880bd3d12f08edd265314fe51dc5810d541328
tree2e61e0f06bf495d57b89ab72bf457dad775d90c2
parenta711f38ebe5fd27033bdad1e49fcd3b929c92ea4
[VTA][TSIM] add virtual memory support to tsim example (#3868)

* [VTA][TSIM] add virtual memory support to tsim example

* fix identation

* remove USE_TSIM macro and use 32-bit addr instead
vta/apps/tsim_example/CMakeLists.txt
vta/apps/tsim_example/README.md
vta/apps/tsim_example/python/tsim.py
vta/apps/tsim_example/src/driver.cc
vta/apps/tsim_example/tests/python/chisel_accel.py
vta/apps/tsim_example/tests/python/verilog_accel.py