Skip to content

Commit

Permalink
fix bad refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 31, 2021
1 parent 6086eb0 commit 1a60541
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 1a60541

Please sign in to comment.