Skip to content

Commit

Permalink
fix bad refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Sep 2, 2021
1 parent 9ada7c4 commit 7e6e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vta/tutorials/frontend/deploy_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# When target is 'pynq', reconfigure FPGA and runtime.
# Otherwise, if target is 'sim', execute locally.

if env.TARGET not in ["tsim", "intelfocl"]:
if env.TARGET not in ["sim", "tsim", "intelfocl"]:

# Get remote from tracker node if environment variable is set.
# To set up the tracker, you'll need to follow the "Auto-tuning
Expand Down

0 comments on commit 7e6e95a

Please sign in to comment.