I'm a noob who just learn tvm for weeks, when i follow the book [**Get Started with VTA**](https://tvm.apache.org/docs/vta/tutorials/vta_get_started.html#sphx-glr-download-vta-tutorials-vta-get-started-py) with my pynq board, i notice that vta use rpc to program my borad with a sample bit stream which named "1x16_i8w8a32_15_15_18_17.bit"
```python xilinx@pynq:~/tvm$ sudo ./apps/vta_rpc/start_rpc_server.sh # pw is 'xilinx' INFO:RPCServer:bind to 0.0.0.0:9091 INFO:RPCServer:connection from ('192.168.137.1', 14167) INFO:root:Skip reconfig_runtime due to same config. INFO:root:Program FPGA with 1x16_i8w8a32_15_15_18_17.bit ``` I want to view the source project which generate sample bit stream like this, where can i find it? --- [Visit Topic](https://discuss.tvm.apache.org/t/where-can-i-find-the-source-projects-which-generate-the-sample-bit-file/7847/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/0065f43931f50d4dee69cea8c0e5ac892b4864209b76b9ae72b8bb0af63fc9e3).