Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fofbnode_fpga
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
fofbnode_fpga
Commits
4ecaf56a
Commit
4ecaf56a
authored
May 16, 2024
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix: Multiple drive on QPLL reset
* also fix GT isntance numbering index
parent
eb574290
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app_fofbnode/hdl/top_app_cellnode.vhd
+6
-1
6 additions, 1 deletion
src/app_fofbnode/hdl/top_app_cellnode.vhd
src/comlbp
+1
-1
1 addition, 1 deletion
src/comlbp
with
7 additions
and
2 deletions
src/app_fofbnode/hdl/top_app_cellnode.vhd
+
6
−
1
View file @
4ecaf56a
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
ieee
.
numeric_std
.
all
;
use
ieee
.
std_logic_misc
.
or_reduce
;
library
unisim
;
use
unisim
.
vcomponents
.
all
;
...
...
@@ -118,6 +119,7 @@ architecture struct of bsp_fmc2zup_payload is
signal
comlbp_am2s
:
t_a_comlbp_m2s
;
signal
comlbp_as2m
:
t_a_comlbp_s2m
;
signal
comlbp_qpllreset
:
std_logic_vector
(
3
downto
0
);
signal
axis_comlbp_sync_tready
:
std_logic_vector
(
3
downto
0
);
signal
axis_comlbp_sync_tvalid
:
std_logic_vector
(
3
downto
0
);
signal
axis_comlbp_sync_tdata
:
arr_slv
(
0
to
3
)(
95
downto
0
);
...
...
@@ -339,6 +341,7 @@ begin
qpll1reflost
=>
gth_qpll1reflost
);
------------------------
-- GTYE COMMON (QPLL) --
------------------------
...
...
@@ -371,6 +374,8 @@ begin
qpll1reflost
=>
gty_qpll1reflost
);
gty_qpll1reset
<=
not
or_reduce
(
comlbp_qpllreset
);
------------
-- COMBPM --
------------
...
...
@@ -443,7 +448,7 @@ begin
qpll_clk_in
=>
gty_qpll1outclk
,
qpll_refclk_in
=>
gty_qpll1refclk
,
qpll_lock_in
=>
gty_qpll1lock
,
qpll_reset_out
=>
gty
_qpll
1
reset
,
qpll_reset_out
=>
comlbp
_qpllreset
(
I
)
,
qpll_fblost_in
=>
gty_qpll1fblost
,
qpll_reflost_in
=>
gty_qpll1reflost
,
...
...
This diff is collapsed.
Click to expand it.
comlbp
@
78e8c66c
Compare
4153751a
...
78e8c66c
Subproject commit
4153751ac20bfe69e19cd12dc9a0b25030fa783d
Subproject commit
78e8c66cb87c551a78b673345699d9bc49136dd9
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