Skip to content
Snippets Groups Projects
Commit 7ef4fce4 authored by Dinyar Rabady's avatar Dinyar Rabady
Browse files

Move to bitfile repo under /opt

parent 67b1374c
No related branches found
No related tags found
2 merge requests!59CMSSW json file,!7Move to bitfile repo under /opt
Pipeline #4280563 passed
......@@ -3,9 +3,9 @@ connect_hw_server -url localhost:3121
current_hw_target [get_hw_targets */xilinx_tcf/Xilinx/1234-tulA]
set_property PARAM.FREQUENCY 15000000 [get_hw_targets */xilinx_tcf/Xilinx/1234-tulA]
open_hw_target
set_property PROGRAM.FILE {/home/scouter/bitfiles/currently_used/scouting_build.bit} [get_hw_devices xcku115_0]
set_property PROBES.FILE {/home/scouter/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property FULL_PROBES.FILE {/home/scouter/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property PROGRAM.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.bit} [get_hw_devices xcku115_0]
set_property PROBES.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property FULL_PROBES.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
current_hw_device [get_hw_devices xcku115_0]
refresh_hw_device [lindex [get_hw_devices xcku115_0] 0]
......
......@@ -7,9 +7,9 @@ proc init_hw {} {
current_hw_target [get_hw_targets */xilinx_tcf/Xilinx/1234-tulA]
set_property PARAM.FREQUENCY 15000000 [get_hw_targets */xilinx_tcf/Xilinx/1234-tulA]
open_hw_target
set_property PROGRAM.FILE {/home/scouter/bitfiles/currently_used/scouting_build.bit} [get_hw_devices xcku115_0]
set_property PROBES.FILE {/home/scouter/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property FULL_PROBES.FILE {/home/scouter/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property PROGRAM.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.bit} [get_hw_devices xcku115_0]
set_property PROBES.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
set_property FULL_PROBES.FILE {/opt/l1scouting-hardware/bitfiles/currently_used/scouting_build.ltx} [get_hw_devices xcku115_0]
current_hw_device [get_hw_devices xcku115_0]
refresh_hw_device [lindex [get_hw_devices xcku115_0] 0]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment