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
Merge requests
!7
Move to bitfile repo under /opt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move to bitfile repo under /opt
chore/move_to_central_bitfile_repo
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Dinyar Rabady
requested to merge
chore/move_to_central_bitfile_repo
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7ef4fce4
1 commit,
2 years ago
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
scripts/vivado/reset_scouting-proc.tcl
+
3
−
3
Options
@@ -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
]
Loading