Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firmware
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Paolo Morettini
firmware
Commits
f556b6fb
Commit
f556b6fb
authored
1 year ago
by
Frans Schreuder
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/
FLX-2219
_LatchecPLLMonitor' into release-4.13
parents
bafe5868
b4bf0060
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sources/FullModeWrapper/FELIX_FM_gbt_wrapper.vhd
+1
-1
1 addition, 1 deletion
sources/FullModeWrapper/FELIX_FM_gbt_wrapper.vhd
sources/FullModeWrapper/FELIX_FM_gbt_wrapper_ku.vhd
+1
-1
1 addition, 1 deletion
sources/FullModeWrapper/FELIX_FM_gbt_wrapper_ku.vhd
with
2 additions
and
2 deletions
sources/FullModeWrapper/FELIX_FM_gbt_wrapper.vhd
+
1
−
1
View file @
f556b6fb
...
...
@@ -296,7 +296,7 @@ begin
register_map_gbt_monitor
.
GBT_ALIGNMENT_LOST
.
ALIGNMENT_LOST
<=
(
others
=>
'0'
);
end
if
;
for
i
in
0
to
GBT_NUM
-1
loop
if
alignment_done_f
(
i
)
=
'0'
then
if
GBT_ALIGNMENT_DONE
(
i
)
=
'0'
then
register_map_gbt_monitor
.
GBT_ALIGNMENT_LOST
.
ALIGNMENT_LOST
(
i
)
<=
'1'
;
end
if
;
end
loop
;
...
...
This diff is collapsed.
Click to expand it.
sources/FullModeWrapper/FELIX_FM_gbt_wrapper_ku.vhd
+
1
−
1
View file @
f556b6fb
...
...
@@ -335,7 +335,7 @@ begin
register_map_gbt_monitor
.
GBT_ALIGNMENT_LOST
.
ALIGNMENT_LOST
<=
(
others
=>
'0'
);
end
if
;
for
i
in
0
to
GBT_NUM
-1
loop
if
alignment_done_f
(
i
)
=
'0'
then
if
GBT_ALIGNMENT_DONE
(
i
)
=
'0'
then
register_map_gbt_monitor
.
GBT_ALIGNMENT_LOST
.
ALIGNMENT_LOST
(
i
)
<=
'1'
;
end
if
;
end
loop
;
...
...
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