-
- Downloads
[VTA] Improved RPC for VTA (#2043)
* assign default port to 9091 as the documented * bug fix in printing RuntimeError and add an additional search path * pretty print rebuild runtime args * PRC => RPC * replace vta_config.json file path `build/vta_config.json` => `vta/config/vta_config.json` * undo the change in adding lib_search path * search vta_config.py file in vta/config * avoid exposing driver function calls, and use predefined `VTAMemGetPhyAddr` instead. * rename `tests/hardware/pynq` => `metal_test` * set config path back to `build` dir
Showing
- vta/python/vta/exec/rpc_server.py 5 additions, 5 deletionsvta/python/vta/exec/rpc_server.py
- vta/python/vta/libinfo.py 2 additions, 1 deletionvta/python/vta/libinfo.py
- vta/tests/hardware/common/test_lib.cc 7 additions, 7 deletionsvta/tests/hardware/common/test_lib.cc
- vta/tests/hardware/metal_test/Makefile 1 addition, 1 deletionvta/tests/hardware/metal_test/Makefile
- vta/tests/hardware/metal_test/metal_test.cc 3 additions, 1 deletionvta/tests/hardware/metal_test/metal_test.cc
Loading
Please register or sign in to comment