Download xclbin instead of hardcoded path

This commit is contained in:
abejgonzalez 2022-12-21 20:34:02 -08:00
parent 14ae433066
commit 88f943adf0
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,10 @@ def run_linux_poweroff_vitis():
run("./marshal -v install test/outputs.yaml")
# download prebuilt xclbin to /tmp
with prefix('cd /tmp'):
run('wget https://people.eecs.berkeley.edu/~abe.gonzalez/firesim_rocket_singlecore_no_nic_2c251a.xclbin')
def run_w_timeout(workload_path, workload, timeout):
log_tail_length = 100
rc = 0

View File

@ -1,4 +1,4 @@
vitis_test:
xclbin: /scratch/buildbot/prebuilt-xclbins/firesim.xclbin
xclbin: /tmp/firesim_rocket_singlecore_no_nic_2c251a.xclbin
deploy_triplet_override: FireSim-FireSimRocketConfig-BaseVitisConfig
custom_runtime_config: null