Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scdaq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scouting-demonstrator
scdaq
Commits
7ef4fce4
Commit
7ef4fce4
authored
2 years ago
by
Dinyar Rabady
Browse files
Options
Downloads
Patches
Plain Diff
Move to bitfile repo under /opt
parent
67b1374c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!59
CMSSW json file
,
!7
Move to bitfile repo under /opt
Pipeline
#4280563
passed
2 years ago
Stage: build
Stage: run
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/vivado/reset_scouting-proc.tcl
+3
-3
3 additions, 3 deletions
scripts/vivado/reset_scouting-proc.tcl
scripts/vivado/reset_server.tcl
+3
-3
3 additions, 3 deletions
scripts/vivado/reset_server.tcl
with
6 additions
and
6 deletions
scripts/vivado/reset_scouting-proc.tcl
+
3
−
3
View file @
7ef4fce4
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
scripts/vivado/reset_server.tcl
+
3
−
3
View file @
7ef4fce4
...
...
@@ -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
]
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment