Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
combpm
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
combpm
Commits
b9ec9d8c
Commit
b9ec9d8c
authored
3 years ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Corrections on XCI wrapper
parent
e85522a9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdl/combpm_htg2qsfp_fmc1_4L_L.vhd
+24
-3
24 additions, 3 deletions
hdl/combpm_htg2qsfp_fmc1_4L_L.vhd
with
24 additions
and
3 deletions
hdl/combpm_htg2qsfp_fmc1_4L_L.vhd
+
24
−
3
View file @
b9ec9d8c
...
@@ -99,7 +99,27 @@ entity combpm_htg2qsfp_fmc1_4l_l is
...
@@ -99,7 +99,27 @@ entity combpm_htg2qsfp_fmc1_4l_l is
gt03_modabs
:
out
std_logic
;
gt03_modabs
:
out
std_logic
;
gt03_rstall
:
in
std_logic
;
gt03_rstall
:
in
std_logic
;
gt03_rxcommadeten
:
in
std_logic
;
gt03_rxcommadeten
:
in
std_logic
;
gt03_txdisable
:
in
std_logic
gt03_txdisable
:
in
std_logic
;
-- GT04 interface
gt04_datarx
:
out
std_logic_vector
(
15
downto
0
);
gt04_datatx
:
in
std_logic_vector
(
15
downto
0
);
gt04_powergood
:
out
std_logic
;
gt04_qplllock
:
out
std_logic
;
gt04_txclkactive
:
out
std_logic
;
gt04_rxclkactive
:
out
std_logic
;
gt04_txresetdone
:
out
std_logic
;
gt04_rxresetdone
:
out
std_logic
;
gt04_rxcdrlock
:
out
std_logic
;
gt04_rxbyteisaligned
:
out
std_logic
;
gt04_rxbyterealign
:
out
std_logic
;
gt04_rxcommadet
:
out
std_logic
;
gt04_txfault
:
out
std_logic
;
gt04_rxlos
:
out
std_logic
;
gt04_modabs
:
out
std_logic
;
gt04_rstall
:
in
std_logic
;
gt04_rxcommadeten
:
in
std_logic
;
gt04_txdisable
:
in
std_logic
);
);
end
combpm_htg2qsfp_fmc1_4l_l
;
end
combpm_htg2qsfp_fmc1_4l_l
;
...
@@ -242,6 +262,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
...
@@ -242,6 +262,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
gtwiz_userdata_tx_in
:
IN
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
gtwiz_userdata_tx_in
:
IN
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
gtwiz_userdata_rx_out
:
OUT
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
gtwiz_userdata_rx_out
:
OUT
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
gtrefclk01_in
:
IN
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
gtrefclk01_in
:
IN
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
qpll1lock_out
:
OUT
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
qpll1outclk_out
:
OUT
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
qpll1outclk_out
:
OUT
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
qpll1outrefclk_out
:
OUT
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
qpll1outrefclk_out
:
OUT
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
gtyrxn_in
:
IN
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
gtyrxn_in
:
IN
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
...
@@ -261,6 +282,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
...
@@ -261,6 +282,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
rxbufstatus_out
:
OUT
STD_LOGIC_VECTOR
(
11
DOWNTO
0
);
rxbufstatus_out
:
OUT
STD_LOGIC_VECTOR
(
11
DOWNTO
0
);
rxbyteisaligned_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxbyteisaligned_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxbyterealign_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxbyterealign_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxcdrlock_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxclkcorcnt_out
:
OUT
STD_LOGIC_VECTOR
(
7
DOWNTO
0
);
rxclkcorcnt_out
:
OUT
STD_LOGIC_VECTOR
(
7
DOWNTO
0
);
rxcommadet_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxcommadet_out
:
OUT
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
rxctrl0_out
:
OUT
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
rxctrl0_out
:
OUT
STD_LOGIC_VECTOR
(
63
DOWNTO
0
);
...
@@ -280,7 +302,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
...
@@ -280,7 +302,7 @@ architecture rtl of combpm_htg2qsfp_fmc1_4l_l is
signal
rstall
:
std_logic
;
signal
rstall
:
std_logic
;
signal
txresetdone
:
std_logic
;
signal
txresetdone
:
std_logic
;
signal
rxresetdone
:
std_logic
;
signal
rxresetdone
:
std_logic
;
signal
qplllock
:
std_logic_vector
(
1
downto
0
);
signal
qplllock
:
std_logic_vector
(
0
downto
0
);
signal
ref_clk
:
std_logic
;
signal
ref_clk
:
std_logic
;
...
@@ -371,7 +393,6 @@ begin
...
@@ -371,7 +393,6 @@ begin
gtwiz_userdata_rx_out
(
47
downto
32
)
=>
gt03_datarx
,
gtwiz_userdata_rx_out
(
47
downto
32
)
=>
gt03_datarx
,
gtwiz_userdata_rx_out
(
63
downto
48
)
=>
gt04_datarx
,
gtwiz_userdata_rx_out
(
63
downto
48
)
=>
gt04_datarx
,
gtrefclk01_in
(
0
)
=>
ref_clk
,
gtrefclk01_in
(
0
)
=>
ref_clk
,
gtrefclk01_in
(
1
)
=>
ref_clk
,
qpll1lock_out
=>
qplllock
,
qpll1lock_out
=>
qplllock
,
qpll1outclk_out
=>
open
,
qpll1outclk_out
=>
open
,
qpll1outrefclk_out
=>
open
,
qpll1outrefclk_out
=>
open
,
...
...
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