SURF  1.0
Pgp2bGtx7FixedLat.vhd
Go to the documentation of this file.
1 -------------------------------------------------------------------------------
2 -- File : Pgp2bGtx7Fixedlat.vhd
3 -- Company : SLAC National Accelerator Laboratory
4 -- Created : 2013-06-29
5 -- Last update: 2016-11-01
6 -------------------------------------------------------------------------------
7 -- Description: Gtx7 Fixed Latency Module
8 -------------------------------------------------------------------------------
9 -- This file is part of 'SLAC Firmware Standard Library'.
10 -- It is subject to the license terms in the LICENSE.txt file found in the
11 -- top-level directory of this distribution and at:
12 -- https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html.
13 -- No part of 'SLAC Firmware Standard Library', including this file,
14 -- may be copied, modified, propagated, or distributed except according to
15 -- the terms contained in the LICENSE.txt file.
16 -------------------------------------------------------------------------------
17 
18 library ieee;
19 use ieee.std_logic_1164.all;
20 
21 use work.StdRtlPkg.all;
22 use work.Pgp2bPkg.all;
23 use work.AxiStreamPkg.all;
24 use work.AxiLitePkg.all;
25 
26 library UNISIM;
27 use UNISIM.VCOMPONENTS.all;
28 
29 --! @see entity
30  --! @ingroup protocols_pgp_pgp2b_gtx7
32  generic (
33  TPD_G : time := 1 ns;
34 
35  ----------------------------------------------------------------------------------------------
36  -- GT Settings
37  ----------------------------------------------------------------------------------------------
38  -- Sim Generics --
39  SIM_GTRESET_SPEEDUP_G : string := "FALSE";
40  SIM_VERSION_G : string := "4.0";
41  SIMULATION_G : boolean := false;
42  STABLE_CLOCK_PERIOD_G : real := 8.0E-9; --units of seconds
43  -- CPLL Settings - Defaults to 2.5 Gbps operation
44  CPLL_REFCLK_SEL_G : bit_vector := "001";
45  CPLL_FBDIV_G : integer := 4;
46  CPLL_FBDIV_45_G : integer := 5;
47  CPLL_REFCLK_DIV_G : integer := 1;
48  RXOUT_DIV_G : integer := 2;
49  TXOUT_DIV_G : integer := 2;
50  RX_CLK25_DIV_G : integer := 5;
51  TX_CLK25_DIV_G : integer := 5;
52  -- Low level GTX RX settings
53  PMA_RSV_G : bit_vector := x"00018480";
54  RX_OS_CFG_G : bit_vector := "0000010000000"; -- Set by wizard
55  RXCDR_CFG_G : bit_vector := x"03000023ff40200020"; -- Set by wizard
56  RXDFEXYDEN_G : sl := '0'; -- Set by wizard
57  RX_DFE_KL_CFG2_G : bit_vector := x"3008E56A"; -- Set by wizard
58  -- Allow TX to run in var lat mode by altering these generics
59  TX_BUF_EN_G : boolean := false;
60  TX_OUTCLK_SRC_G : string := "PLLREFCLK";
61  TX_PHASE_ALIGN_G : string := "MANUAL";
62  -- Configure PLL sources
63  TX_PLL_G : string := "QPLL";
64  RX_PLL_G : string := "CPLL";
65 
66  ----------------------------------------------------------------------------------------------
67  -- PGP Settings
68  ----------------------------------------------------------------------------------------------
69  VC_INTERLEAVE_G : integer := 0; -- No interleave Frames
70  PAYLOAD_CNT_TOP_G : integer := 7; -- Top bit for payload counter
71  NUM_VC_EN_G : integer range 1 to 4 := 4;
73  TX_ENABLE_G : boolean := true; -- Enable TX direction
74  RX_ENABLE_G : boolean := true); -- Enable RX direction
75  port (
76  -- GT Clocking
77  stableClk : in sl; -- GT needs a stable clock to "boot up"
78  gtCPllRefClk : in sl := '0'; -- Drives CPLL if used
79  gtCPllLock : out sl;
80  gtQPllRefClk : in sl := '0'; -- Signals from QPLL if used
81  gtQPllClk : in sl := '0';
82  gtQPllLock : in sl := '0';
83  gtQPllRefClkLost : in sl := '0';
84  gtQPllReset : out sl;
85  gtRxRefClkBufg : in sl; -- gtrefclk driving rx side, fed through clock buffer
86  gtTxOutClk : out sl;
87 
88  -- Gt Serial IO
89  gtRxN : in sl; -- GT Serial Receive Negative
90  gtRxP : in sl; -- GT Serial Receive Positive
91  gtTxN : out sl; -- GT Serial Transmit Negative
92  gtTxP : out sl; -- GT Serial Transmit Positive
93 
94  -- Tx Clocking
95  pgpTxReset : in sl;
96  pgpTxClk : in sl;
97 
98  -- Rx clocking
99  pgpRxReset : in sl;
100  pgpRxRecClk : out sl; -- rxrecclk basically
101  pgpRxRecClkRst : out sl; -- Reset for recovered clock
102  pgpRxClk : in sl; -- Run recClk through external MMCM and sent to this input
104  pgpRxMmcmLocked : in sl := '1';
105 
106  -- Non VC Rx Signals
109 
110  -- Non VC Tx Signals
113 
114  -- Frame Transmit Interface - 1 Lane, Array of 4 VCs
116  pgpTxSlaves : out AxiStreamSlaveArray(3 downto 0);
117 
118  -- Frame Receive Interface - 1 Lane, Array of 4 VCs
121  pgpRxCtrl : in AxiStreamCtrlArray(3 downto 0);
122 
123  -- Debug Interface
124  txPreCursor : in slv(4 downto 0) := (others => '0');
125  txPostCursor : in slv(4 downto 0) := (others => '0');
126  txDiffCtrl : in slv(3 downto 0) := "1000";
127  -- AXI-Lite Interface
128  axilClk : in sl := '0';
129  axilRst : in sl := '0';
134 
135 end Pgp2bGtx7Fixedlat;
136 
137 
138 -- Define architecture
139 architecture rtl of Pgp2bGtx7Fixedlat is
140 
141  --------------------------------------------------------------------------------------------------
142  -- Rx Signals
143  --------------------------------------------------------------------------------------------------
144  -- Rx Clocks
145 
146  -- Rx Resets
147  signal gtRxResetDone : sl;
148  signal gtRxResetDoneL : sl;
149  signal gtRxUserReset : sl;
150 
151  signal pgpRxResetInt : sl;
152 
153  -- PgpRx Signals
154  signal gtRxData : slv(19 downto 0); -- Feed to 8B10B decoder
155  signal dataValid : sl; -- no decode or disparity errors
156  signal phyRxLanesIn : Pgp2bRxPhyLaneInArray(0 to 0); -- Output from decoder
157  signal phyRxLanesOut : Pgp2bRxPhyLaneOutArray(0 to 0); -- Polarity to GT
158  signal phyRxReady : sl; -- To RxRst
159  signal phyRxInit : sl; -- To RxRst
160 
161  --------------------------------------------------------------------------------------------------
162  -- Tx Signals
163  --------------------------------------------------------------------------------------------------
164  signal gtTxUsrClk : sl;
165 
166  signal gtTxResetDone : sl;
167 
168  -- PgpTx Signals
169  signal phyTxLanesOut : Pgp2bTxPhyLaneOutArray(0 to 0);
170  signal phyTxReady : sl;
171 
172  signal drpRdy : sl;
173  signal drpEn : sl;
174  signal drpWe : sl;
175  signal drpAddr : slv(8 downto 0);
176  signal drpDi : slv(15 downto 0);
177  signal drpDo : slv(15 downto 0);
178 
179 begin
180 
181  pgpRxResetInt <= pgpRxReset or gtRxResetDoneL;
182 
183  --------------------------------------------------------------------------------------------------
184  -- PGP Core
185  --------------------------------------------------------------------------------------------------
186 
187  U_Pgp2bLane : entity work.Pgp2bLane
188  generic map (
189  TPD_G => TPD_G,
190  LANE_CNT_G => 1,
196  port map (
197  pgpTxClk => pgpTxClk,
199  pgpTxIn => pgpTxIn,
200  pgpTxOut => pgpTxOut,
203  phyTxLanesOut => phyTxLanesOut,
204  phyTxReady => gtTxResetDone, --phyTxReady, -- Use txResetDone
205  pgpRxClk => pgpRxClk,
206  pgpRxClkRst => pgpRxResetInt, --gtRxResetDoneL, -- Hold in reset until gtp rx is up
207  pgpRxIn => pgpRxIn,
208  pgpRxOut => pgpRxOut,
211  pgpRxCtrl => pgpRxCtrl,
212  phyRxLanesOut => phyRxLanesOut,
213  phyRxLanesIn => phyRxLanesIn,
214  phyRxReady => gtRxResetDone,
215  phyRxInit => gtRxUserReset -- Ignore phyRxInit, rx will reset on its own
216  );
217 
218  --------------------------------------------------------------------------------------------------
219  -- Rx Data Path
220  -- Hold Decoder and PgpRx in reset until GtRxResetDone.
221  --------------------------------------------------------------------------------------------------
222  gtRxResetDoneL <= not gtRxResetDone;
223  Decoder8b10b_1 : entity work.Decoder8b10b
224  generic map (
225  TPD_G => TPD_G,
226  RST_POLARITY_G => '0', --active low polarity
227  NUM_BYTES_G => 2)
228  port map (
229  clk => pgpRxClk,
230  rst => gtRxResetDone,
231  dataIn => gtRxData,
232  dataOut => phyRxLanesIn(0).data,
233  dataKOut => phyRxLanesIn(0).dataK,
234  codeErr => phyRxLanesIn(0).decErr,
235  dispErr => phyRxLanesIn(0).dispErr);
236 
237  dataValid <= not (uOr(phyRxLanesIn(0).decErr) or uOr(phyRxLanesIn(0).dispErr));
238 
239  pgpRxRecClkRst <= gtRxResetDoneL;
240 
241  --------------------------------------------------------------------------------------------------
242  -- Tx Data Path
243  --------------------------------------------------------------------------------------------------
244  gtTxUsrClk <= pgpTxClk;
245 
246  --------------------------------------------------------------------------------------------------
247  -- GTX 7 Core in Fixed Latency mode
248  --------------------------------------------------------------------------------------------------
249  Gtx7Core_1 : entity work.Gtx7Core
250  generic map (
251  TPD_G => TPD_G,
264  PMA_RSV_G => PMA_RSV_G,
265  TX_PLL_G => TX_PLL_G,
266  RX_PLL_G => RX_PLL_G,
267  TX_EXT_DATA_WIDTH_G => 16,
268  TX_INT_DATA_WIDTH_G => 20,
269  TX_8B10B_EN_G => true,
270  RX_EXT_DATA_WIDTH_G => 20,
271  RX_INT_DATA_WIDTH_G => 20,
272  RX_8B10B_EN_G => false,
275  TX_DLY_BYPASS_G => toSl(not TX_BUF_EN_G),
277  RX_BUF_EN_G => false,
278  RX_OUTCLK_SRC_G => "OUTCLKPMA",
279  RX_USRCLK_SRC_G => "RXOUTCLK",
280  RX_DLY_BYPASS_G => '1',
281  RX_DDIEN_G => '0',
282  RX_ALIGN_MODE_G => "FIXED_LAT",
287  RX_EQUALIZER_G => "DFE",
288 -- ALIGN_COMMA_DOUBLE_G => ALIGN_COMMA_DOUBLE_G,
289 -- ALIGN_COMMA_ENABLE_G => ALIGN_COMMA_ENABLE_G,
290 -- ALIGN_COMMA_WORD_G => ALIGN_COMMA_WORD_G,
291 -- ALIGN_MCOMMA_DET_G => ALIGN_MCOMMA_DET_G,
292 -- ALIGN_MCOMMA_VALUE_G => ALIGN_MCOMMA_VALUE_G,
293 -- ALIGN_MCOMMA_EN_G => ALIGN_MCOMMA_EN_G,
294 -- ALIGN_PCOMMA_DET_G => ALIGN_PCOMMA_DET_G,
295 -- ALIGN_PCOMMA_VALUE_G => ALIGN_PCOMMA_VALUE_G,
296 -- ALIGN_PCOMMA_EN_G => ALIGN_PCOMMA_EN_G,
297 -- SHOW_REALIGN_COMMA_G => SHOW_REALIGN_COMMA_G,
298  RXSLIDE_MODE_G => "PMA",
299  FIXED_ALIGN_COMMA_0_G => "----------0101111100", -- Normal Comma
300  FIXED_ALIGN_COMMA_1_G => "----------1010000011", -- Inverted Comma
301  FIXED_ALIGN_COMMA_2_G => "XXXXXXXXXXXXXXXXXXXX", -- Unused
302  FIXED_ALIGN_COMMA_3_G => "XXXXXXXXXXXXXXXXXXXX" -- Unused
303 -- RX_DISPERR_SEQ_MATCH_G => RX_DISPERR_SEQ_MATCH_G,
304 -- DEC_MCOMMA_DETECT_G => DEC_MCOMMA_DETECT_G,
305 -- DEC_PCOMMA_DETECT_G => DEC_PCOMMA_DETECT_G,
306 -- DEC_VALID_COMMA_ONLY_G => DEC_VALID_COMMA_ONLY_G
307  )
308  port map (
313  qPllClkIn => gtQPllClk,
318  gtTxP => gtTxP,
319  gtTxN => gtTxN,
320  gtRxP => gtRxP,
321  gtRxN => gtRxN,
323  rxUsrClkIn => pgpRxClk,
325  rxUserRdyOut => open, -- rx clock locked and stable, but alignment not yet done
328  rxUserResetIn => gtRxUserReset,
329  rxResetDoneOut => gtRxResetDone, -- Use for rxRecClkReset???
330  rxDataValidIn => dataValid, -- From 8b10b
331  rxSlideIn => '0', -- Slide is controlled internally
332  rxDataOut => gtRxData,
333  rxCharIsKOut => open, -- Not using gt rx 8b10b
334  rxDecErrOut => open, -- Not using gt rx 8b10b
335  rxDispErrOut => open, -- Not using gt rx 8b10b
336  rxPolarityIn => phyRxLanesOut(0).polarity,
337  rxBufStatusOut => open, -- Not using rx buff
338  txOutClkOut => gtTxOutClk, -- Maybe drive PGP TX with this and output it
339  txUsrClkIn => gtTxUsrClk,
340  txUsrClk2In => gtTxUsrClk,
341  txUserRdyOut => open, -- Not sure what to do with this
342  txMmcmResetOut => open, -- No Tx MMCM in Fixed Latency mode
343  txMmcmLockedIn => '1',
345  txResetDoneOut => gtTxResetDone,
346  txDataIn => phyTxLanesOut(0).data,
347  txCharIsKIn => phyTxLanesOut(0).dataK,
348  txBufStatusOut => open, -- Not using tx buff
349  loopbackIn => pgpRxIn.loopback,
353  drpClk => axilClk,
354  drpRdy => drpRdy,
355  drpEn => drpEn,
356  drpWe => drpWe,
357  drpAddr => drpAddr,
358  drpDi => drpDi,
359  drpDo => drpDo);
360 
361  U_AxiLiteToDrp : entity work.AxiLiteToDrp
362  generic map (
363  TPD_G => TPD_G,
365  COMMON_CLK_G => true,
366  EN_ARBITRATION_G => false,
367  TIMEOUT_G => 4096,
368  ADDR_WIDTH_G => 9,
369  DATA_WIDTH_G => 16)
370  port map (
371  -- AXI-Lite Port
372  axilClk => axilClk,
373  axilRst => axilRst,
378  -- DRP Interface
379  drpClk => axilClk,
380  drpRst => axilRst,
381  drpRdy => drpRdy,
382  drpEn => drpEn,
383  drpWe => drpWe,
384  drpAddr => drpAddr,
385  drpDi => drpDi,
386  drpDo => drpDo);
387 
388 end rtl;
SIMULATION_Gboolean := false
Definition: Gtx7Core.vhd:38
TX_OUTCLK_SRC_Gstring := "PLLREFCLK"
Definition: Gtx7Core.vhd:74
SIM_VERSION_Gstring := "4.0"
in txPreCursorslv( 4 downto 0) :=( others => '0')
in pgpRxClkRstsl := '0'
Definition: Pgp2bLane.vhd:71
RXCDR_CFG_Gbit_vector := x"03000023ff40200020"
TX_PLL_Gstring := "CPLL"
Definition: Gtx7Core.vhd:60
ADDR_WIDTH_Gpositive range 1 to 32:= 16
NUM_BYTES_Gpositive := 2
RST_POLARITY_Gsl := '1'
array(natural range <> ) of AxiStreamSlaveType AxiStreamSlaveArray
slv( 1 downto 0) dispErr
Definition: Pgp2bPkg.vhd:170
in drpEnsl := '0'
Definition: Gtx7Core.vhd:240
TX_ENABLE_Gboolean := true
Definition: Pgp2bLane.vhd:38
TX_PHASE_ALIGN_Gstring := "AUTO"
Definition: Gtx7Core.vhd:76
in txCharIsKInslv(( TX_EXT_DATA_WIDTH_G/ 8)- 1 downto 0)
Definition: Gtx7Core.vhd:227
out txUserRdyOutsl
Definition: Gtx7Core.vhd:217
sl phyRxReady
Definition: Pgp2bPkg.vhd:70
RX_BUF_EN_Gboolean := true
Definition: Gtx7Core.vhd:79
TX_CLK25_DIV_Ginteger := 5
Definition: Gtx7Core.vhd:50
STABLE_CLOCK_PERIOD_Greal := 4.0E-9
Definition: Gtx7Core.vhd:40
out rxResetDoneOutsl
Definition: Gtx7Core.vhd:194
in drpWesl := '0'
Definition: Gtx7Core.vhd:241
in rxUserResetInsl
Definition: Gtx7Core.vhd:193
TX_PLL_Gstring := "QPLL"
out gtTxNsl
Definition: Gtx7Core.vhd:180
CPLL_FBDIV_45_Ginteger := 5
Definition: Gtx7Core.vhd:45
sl phyTxReady
Definition: Pgp2bPkg.vhd:138
PAYLOAD_CNT_TOP_Ginteger := 7
in pgpTxMastersAxiStreamMasterArray( 3 downto 0) :=( others => AXI_STREAM_MASTER_INIT_C)
out drpAddrslv( ADDR_WIDTH_G- 1 downto 0)
in gtQPllRefClksl := '0'
FIXED_ALIGN_COMMA_1_Gslv := "----------1010000011"
Definition: Gtx7Core.vhd:103
RX_INT_DATA_WIDTH_Ginteger := 20
Definition: Gtx7Core.vhd:69
in axilReadMasterAxiLiteReadMasterType := AXI_LITE_READ_MASTER_INIT_C
out pgpTxSlavesAxiStreamSlaveArray( 3 downto 0)
Definition: Pgp2bLane.vhd:58
AxiLiteWriteMasterType
Definition: AxiLitePkg.vhd:111
std_logic sl
Definition: StdRtlPkg.vhd:28
TPD_Gtime := 1 ns
RX_DFE_KL_CFG2_Gbit_vector := x"3008E56A"
in qPllLockInsl := '0'
Definition: Gtx7Core.vhd:172
EN_ARBITRATION_Gboolean := false
in txPostCursorslv( 4 downto 0) :=( others => '0')
Definition: Gtx7Core.vhd:235
CPLL_REFCLK_SEL_Gbit_vector := "001"
Definition: Gtx7Core.vhd:43
DATA_WIDTH_Gpositive range 1 to 32:= 16
AxiStreamMasterType :=(tValid => '0',tData =>( others => '0'),tStrb =>( others => '1'),tKeep =>( others => '1'),tLast => '0',tDest =>( others => '0'),tId =>( others => '0'),tUser =>( others => '0')) AXI_STREAM_MASTER_INIT_C
out axilReadSlaveAxiLiteReadSlaveType
out dataOutslv( NUM_BYTES_G* 8- 1 downto 0)
out rxBufStatusOutslv( 2 downto 0)
Definition: Gtx7Core.vhd:206
TX_CLK25_DIV_Ginteger := 5
SIM_GTRESET_SPEEDUP_Gstring := "FALSE"
Definition: Gtx7Core.vhd:35
TPD_Gtime := 1 ns
Definition: Gtx7Core.vhd:32
RX_EQUALIZER_Gstring := "DFE"
Definition: Gtx7Core.vhd:156
CPLL_REFCLK_SEL_Gbit_vector := "001"
in txUserResetInsl
Definition: Gtx7Core.vhd:222
TX_ENABLE_Gboolean := true
in drpDoslv( DATA_WIDTH_G- 1 downto 0)
COMMON_CLK_Gboolean := false
out axilWriteSlaveAxiLiteWriteSlaveType
in pgpRxInPgp2bRxInType := PGP2B_RX_IN_INIT_C
Definition: Pgp2bLane.vhd:74
out axilReadSlaveAxiLiteReadSlaveType
TX_INT_DATA_WIDTH_Ginteger := 20
Definition: Gtx7Core.vhd:65
slv( 15 downto 0) data
Definition: Pgp2bPkg.vhd:168
RX_DLY_BYPASS_Gsl := '1'
Definition: Gtx7Core.vhd:82
in qPllRefClkLostInsl := '0'
Definition: Gtx7Core.vhd:173
TX_BUF_EN_Gboolean := false
VC_INTERLEAVE_Ginteger := 1
Definition: Pgp2bLane.vhd:35
out phyRxInitsl
Definition: Pgp2bLane.vhd:89
out rxDataOutslv( RX_EXT_DATA_WIDTH_G- 1 downto 0)
Definition: Gtx7Core.vhd:201
FIXED_ALIGN_COMMA_0_Gslv := "----------0101111100"
Definition: Gtx7Core.vhd:102
out codeErrslv( NUM_BYTES_G- 1 downto 0)
CPLL_FBDIV_Ginteger := 4
Definition: Gtx7Core.vhd:44
TX_BUF_EN_Gboolean := true
Definition: Gtx7Core.vhd:73
out dispErrslv( NUM_BYTES_G- 1 downto 0)
PMA_RSV_Gbit_vector := X"00018480"
Definition: Gtx7Core.vhd:53
RX_OS_CFG_Gbit_vector := "0000010000000"
RXOUT_DIV_Ginteger := 2
Definition: Gtx7Core.vhd:47
out cPllLockOutsl
Definition: Gtx7Core.vhd:168
RX_ENABLE_Gboolean := true
Definition: Pgp2bLane.vhd:40
in axilWriteMasterAxiLiteWriteMasterType := AXI_LITE_WRITE_MASTER_INIT_C
in txPostCursorslv( 4 downto 0) :=( others => '0')
SIM_GTRESET_SPEEDUP_Gstring := "FALSE"
RX_OUTCLK_SRC_Gstring := "PLLREFCLK"
Definition: Gtx7Core.vhd:80
array(natural range <> ) of Pgp2bTxPhyLaneOutType Pgp2bTxPhyLaneOutArray
Definition: Pgp2bPkg.vhd:192
RX_ALIGN_MODE_Gstring := "GT"
Definition: Gtx7Core.vhd:87
in txDiffCtrlslv( 3 downto 0) := "1000"
Definition: Gtx7Core.vhd:236
out pgpRxOutPgp2bRxOutType
out pgpRxOutPgp2bRxOutType
Definition: Pgp2bLane.vhd:75
out axilWriteSlaveAxiLiteWriteSlaveType
TPD_Gtime := 1 ns
Definition: Pgp2bLane.vhd:33
in pgpTxMastersAxiStreamMasterArray( 3 downto 0) :=( others => AXI_STREAM_MASTER_INIT_C)
Definition: Pgp2bLane.vhd:57
in gtRxPsl
Definition: Gtx7Core.vhd:181
in drpDislv( 15 downto 0) := X"0000"
Definition: Gtx7Core.vhd:243
in phyRxReadysl := '0'
Definition: Pgp2bLane.vhd:87
RXCDR_CFG_Gbit_vector := x"03000023ff40200020"
Definition: Gtx7Core.vhd:56
out rxCharIsKOutslv(( RX_EXT_DATA_WIDTH_G/ 8)- 1 downto 0)
Definition: Gtx7Core.vhd:202
NUM_VC_EN_Ginteger range 1 to 4:= 4
Definition: Pgp2bLane.vhd:37
in gtRxNsl
Definition: Gtx7Core.vhd:182
in txUsrClkInsl
Definition: Gtx7Core.vhd:215
Pgp2bRxInType
Definition: Pgp2bPkg.vhd:55
CPLL_REFCLK_DIV_Ginteger := 1
Definition: Gtx7Core.vhd:46
out txBufStatusOutslv( 1 downto 0)
Definition: Gtx7Core.vhd:228
TX_PHASE_ALIGN_Gstring := "MANUAL"
slv( 1 downto 0) := "11" AXI_RESP_DECERR_C
Definition: AxiLitePkg.vhd:49
in rxPolarityInsl := '0'
Definition: Gtx7Core.vhd:205
out drpRdysl
Definition: Gtx7Core.vhd:239
in qPllClkInsl := '0'
Definition: Gtx7Core.vhd:171
slv( 1 downto 0) dataK
Definition: Pgp2bPkg.vhd:169
PAYLOAD_CNT_TOP_Ginteger := 7
Definition: Pgp2bLane.vhd:36
in axilReadMasterAxiLiteReadMasterType
sl polarity
Definition: Pgp2bPkg.vhd:160
in drpClksl := '0'
Definition: Gtx7Core.vhd:238
RXDFEXYDEN_Gsl := '1'
Definition: Gtx7Core.vhd:162
out rxDispErrOutslv(( RX_EXT_DATA_WIDTH_G/ 8)- 1 downto 0)
Definition: Gtx7Core.vhd:204
out gtTxPsl
Definition: Gtx7Core.vhd:179
out phyRxLanesOutPgp2bRxPhyLaneOutArray( 0 to LANE_CNT_G- 1)
Definition: Pgp2bLane.vhd:85
in txDiffCtrlslv( 3 downto 0) := "1000"
FIXED_ALIGN_COMMA_3_Gslv := "XXXXXXXXXXXXXXXXXXXX"
Definition: Gtx7Core.vhd:105
slv( 1 downto 0) decErr
Definition: Pgp2bPkg.vhd:171
in pgpTxClkRstsl := '0'
Definition: Pgp2bLane.vhd:50
in loopbackInslv( 2 downto 0) := "000"
Definition: Gtx7Core.vhd:233
AxiLiteReadMasterType
Definition: AxiLitePkg.vhd:59
in txMmcmLockedInsl := '1'
Definition: Gtx7Core.vhd:219
in pgpRxCtrlAxiStreamCtrlArray( 3 downto 0) :=( others => AXI_STREAM_CTRL_UNUSED_C)
Definition: Pgp2bLane.vhd:82
RX_USRCLK_SRC_Gstring := "RXOUTCLK"
Definition: Gtx7Core.vhd:81
RX_PLL_Gstring := "CPLL"
Definition: Gtx7Core.vhd:61
TX_DLY_BYPASS_Gsl := '1'
Definition: Gtx7Core.vhd:75
out pgpTxSlavesAxiStreamSlaveArray( 3 downto 0)
in gtQPllRefClkLostsl := '0'
in txUsrClk2Insl
Definition: Gtx7Core.vhd:216
RX_DFE_KL_CFG2_Gbit_vector := x"3008E56A"
Definition: Gtx7Core.vhd:157
in rxSlideInsl := '0'
Definition: Gtx7Core.vhd:198
in rxDataValidInsl := '1'
Definition: Gtx7Core.vhd:197
array(natural range <> ) of AxiStreamCtrlType AxiStreamCtrlArray
out rxMmcmResetOutsl
Definition: Gtx7Core.vhd:189
TIMEOUT_Gpositive := 4096
AXI_ERROR_RESP_Gslv( 1 downto 0) := AXI_RESP_DECERR_C
in pgpRxClksl := '0'
Definition: Pgp2bLane.vhd:70
array(natural range <> ) of Pgp2bRxPhyLaneOutType Pgp2bRxPhyLaneOutArray
Definition: Pgp2bPkg.vhd:163
FIXED_ALIGN_COMMA_2_Gslv := "XXXXXXXXXXXXXXXXXXXX"
Definition: Gtx7Core.vhd:104
out pgpTxOutPgp2bTxOutType
Definition: Pgp2bLane.vhd:54
array(natural range <> ) of AxiStreamMasterType AxiStreamMasterArray
CPLL_FBDIV_Ginteger := 4
out rxOutClkOutsl
Definition: Gtx7Core.vhd:185
in phyRxLanesInPgp2bRxPhyLaneInArray( 0 to LANE_CNT_G- 1) :=( others => PGP2B_RX_PHY_LANE_IN_INIT_C)
Definition: Pgp2bLane.vhd:86
RX_ENABLE_Gboolean := true
out phyTxLanesOutPgp2bTxPhyLaneOutArray( 0 to LANE_CNT_G- 1)
Definition: Pgp2bLane.vhd:61
RX_PLL_Gstring := "CPLL"
in dataInslv( NUM_BYTES_G* 10- 1 downto 0)
in txPreCursorslv( 4 downto 0) :=( others => '0')
Definition: Gtx7Core.vhd:234
in pgpTxClksl := '0'
Definition: Pgp2bLane.vhd:49
LANE_CNT_Ginteger range 1 to 2:= 1
Definition: Pgp2bLane.vhd:34
out dataKOutslv( NUM_BYTES_G- 1 downto 0)
in txDataInslv( TX_EXT_DATA_WIDTH_G- 1 downto 0)
Definition: Gtx7Core.vhd:226
out rxUserRdyOutsl
Definition: Gtx7Core.vhd:188
AxiLiteReadMasterType :=(araddr =>( others => '0'),arprot =>( others => '0'),arvalid => '0',rready => '1') AXI_LITE_READ_MASTER_INIT_C
Definition: AxiLitePkg.vhd:69
CPLL_FBDIV_45_Ginteger := 5
in pgpRxInPgp2bRxInType
TX_8B10B_EN_Gboolean := true
Definition: Gtx7Core.vhd:66
in rxMmcmLockedInsl := '1'
Definition: Gtx7Core.vhd:190
VC_INTERLEAVE_Ginteger := 0
AxiLiteReadSlaveType
Definition: AxiLitePkg.vhd:85
TX_OUTCLK_SRC_Gstring := "PLLREFCLK"
out qPllResetOutsl
Definition: Gtx7Core.vhd:174
in rstsl :=not RST_POLARITY_G
RX_CLK25_DIV_Ginteger := 5
Definition: Gtx7Core.vhd:49
TXOUT_DIV_Ginteger := 2
Definition: Gtx7Core.vhd:48
in axilWriteMasterAxiLiteWriteMasterType
out txResetDoneOutsl
Definition: Gtx7Core.vhd:223
CPLL_REFCLK_DIV_Ginteger := 1
in pgpTxInPgp2bTxInType := PGP2B_TX_IN_INIT_C
Definition: Pgp2bLane.vhd:53
AxiLiteWriteMasterType :=(awaddr =>( others => '0'),awprot =>( others => '0'),awvalid => '0',wdata =>( others => '0'),wstrb =>( others => '1'),wvalid => '0',bready => '1') AXI_LITE_WRITE_MASTER_INIT_C
Definition: AxiLitePkg.vhd:125
RX_8B10B_EN_Gboolean := true
Definition: Gtx7Core.vhd:70
AXI_ERROR_RESP_Gslv( 1 downto 0) := AXI_RESP_DECERR_C
in gtRxRefClkBufgsl := '0'
Definition: Gtx7Core.vhd:175
TPD_Gtime := 1 ns
in rxUsrClkInsl
Definition: Gtx7Core.vhd:186
out pgpRxMastersAxiStreamMasterArray( 3 downto 0)
Definition: Pgp2bLane.vhd:78
in cPllRefClkInsl := '0'
Definition: Gtx7Core.vhd:167
STABLE_CLOCK_PERIOD_Greal := 8.0E-9
in drpAddrslv( 8 downto 0) := "000000000"
Definition: Gtx7Core.vhd:242
SIMULATION_Gboolean := false
TX_EXT_DATA_WIDTH_Ginteger := 16
Definition: Gtx7Core.vhd:64
PMA_RSV_Gbit_vector := x"00018480"
Pgp2bTxOutType
Definition: Pgp2bPkg.vhd:135
NUM_VC_EN_Ginteger range 1 to 4:= 4
RX_EXT_DATA_WIDTH_Ginteger := 16
Definition: Gtx7Core.vhd:68
RXSLIDE_MODE_Gstring := "PCS"
Definition: Gtx7Core.vhd:98
RX_CLK25_DIV_Ginteger := 5
RX_OS_CFG_Gbit_vector := "0000010000000"
Definition: Gtx7Core.vhd:55
out txMmcmResetOutsl
Definition: Gtx7Core.vhd:218
in pgpRxCtrlAxiStreamCtrlArray( 3 downto 0)
out pgpTxOutPgp2bTxOutType
out pgpRxMasterMuxedAxiStreamMasterType
in pgpRxMmcmLockedsl := '1'
in rxUsrClk2Insl
Definition: Gtx7Core.vhd:187
in phyTxReadysl := '0'
Definition: Pgp2bLane.vhd:62
in gtCPllRefClksl := '0'
out rxDecErrOutslv(( RX_EXT_DATA_WIDTH_G/ 8)- 1 downto 0)
Definition: Gtx7Core.vhd:203
array(natural range <> ) of Pgp2bRxPhyLaneInType Pgp2bRxPhyLaneInArray
Definition: Pgp2bPkg.vhd:174
out drpDoslv( 15 downto 0)
Definition: Gtx7Core.vhd:244
out txOutClkOutsl
Definition: Gtx7Core.vhd:214
Pgp2bRxOutType
Definition: Pgp2bPkg.vhd:69
out pgpRxMastersAxiStreamMasterArray( 3 downto 0)
in qPllRefClkInsl := '0'
Definition: Gtx7Core.vhd:170
in pgpTxInPgp2bTxInType
out drpDislv( DATA_WIDTH_G- 1 downto 0)
RX_DDIEN_Gsl := '0'
Definition: Gtx7Core.vhd:83
std_logic_vector slv
Definition: StdRtlPkg.vhd:29
in stableClkInsl
Definition: Gtx7Core.vhd:165
out pgpRxMasterMuxedAxiStreamMasterType
Definition: Pgp2bLane.vhd:79
SIM_VERSION_Gstring := "4.0"
Definition: Gtx7Core.vhd:36