Skip to content

Commit

Permalink
Bump pre-built CI xclbin
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Dec 27, 2022
1 parent 9e1a217 commit 3c8d63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run-linux-poweroff-vitis.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_linux_poweroff_vitis():

# 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')
run('wget https://people.eecs.berkeley.edu/~abe.gonzalez/firesim_rocket_singlecore_no_nic_9e1a21.xclbin')

def run_w_timeout(workload_path, workload, timeout):
log_tail_length = 100
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/vitis-test/config_hwdb.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vitis_test:
xclbin: /tmp/firesim_rocket_singlecore_no_nic_2c251a.xclbin
xclbin: /tmp/firesim_rocket_singlecore_no_nic_9e1a21.xclbin
deploy_triplet_override: FireSim-FireSimRocketConfig-BaseVitisConfig
custom_runtime_config: null

0 comments on commit 3c8d63b

Please sign in to comment.