Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scouting-preprocessor
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
scouting-preprocessor
Commits
16193981
Commit
16193981
authored
2 weeks ago
by
Rocco Ardino
Browse files
Options
Downloads
Patches
Plain Diff
Fix syntax error in packager
parent
c10e0e7d
Branches
Branches containing commit
No related tags found
1 merge request
!84
L1calo add crc error flag
Pipeline
#12192347
failed
2 weeks ago
Stage: triggers
Pipeline: scouting-preprocessor
#12192350
Pipeline: scouting-preprocessor
#12192349
Pipeline: scouting-preprocessor
#12192348
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/vcu128/dth/firmware/hdl/memory_blocks/packager.vhd
+1
-1
1 addition, 1 deletion
boards/vcu128/dth/firmware/hdl/memory_blocks/packager.vhd
with
1 addition
and
1 deletion
boards/vcu128/dth/firmware/hdl/memory_blocks/packager.vhd
+
1
−
1
View file @
16193981
...
...
@@ -24,7 +24,7 @@ entity packager is
orbits_per_packet
:
in
unsigned
(
15
downto
0
);
orbits_per_chunk
:
in
std_logic_vector
(
19
downto
0
);
wait_for_oc1
:
in
std_logic
;
crc_err_flag
:
in
std_logic
:
=
0
;
-- TODO: default value is temporary (to avoid compilation errors in other projects not using it)
crc_err_flag
:
in
std_logic
:
=
'0'
;
-- TODO: default value is temporary (to avoid compilation errors in other projects not using it)
d
:
in
adata
(
NSTREAMS
-1
downto
0
);
d_ctrl
:
in
acontrol
;
...
...
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