Skip to content

Commit

Permalink
vta RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 committed Jul 27, 2019
1 parent 12ab252 commit 714b885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
23 changes: 0 additions & 23 deletions apps/pynq_rpc/start_rpc_server_to_tracker_as_ultra96.sh

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
# under the License.
PROJROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../" && pwd )"

# Derive target specified by vta_config.json
VTA_CONFIG=$(pwd)/../../vta/config/vta_config.py
TARGET=$(python ${VTA_CONFIG} --target)

export PYTHONPATH=${PYTHONPATH}:${PROJROOT}/python:${PROJROOT}/vta/python
export PYTHONPATH=${PYTHONPATH}:/home/xilinx/pynq
python3 -m vta.exec.rpc_server --tracker fleet:9190 --key pynq
python3 -m vta.exec.rpc_server --tracker fleet:9190 --key $TARGET

0 comments on commit 714b885

Please sign in to comment.