1 -------------------------------------------------------------------------------
4 -- /___/ \ / Vendor: Xilinx
5 -- \ \ \/ Version : 2.
7
6 -- \ \ Application : 7 Series FPGAs Transceivers Wizard
7 -- / / Filename : uhtr_trig_gt.vhd
13 -- Module uHTR_trig_GT (a GT Wrapper)
14 -- Generated by Xilinx 7 Series FPGAs Transceivers Wizard
17 -- (c) Copyright 2010-2012 Xilinx, Inc. All rights reserved.
19 -- This file contains confidential and proprietary information
20 -- of Xilinx, Inc. and is protected under U.S. and
21 -- international copyright and other intellectual property
25 -- This disclaimer is not a license and does not grant any
26 -- rights to the materials distributed herewith. Except as
27 -- otherwise provided in a valid license issued to you by
28 -- Xilinx, and to the maximum extent permitted by applicable
29 -- law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS"
AND
30 -- WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
31 -- AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
32 -- BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
33 -- INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
34 -- (2) Xilinx shall
not be liable (whether
in contract
or tort,
35 -- including negligence, or under any other theory of
36 -- liability) for any loss or damage of any kind or nature
37 -- related to, arising under or in connection with these
38 -- materials, including for any direct, or any indirect,
39 -- special, incidental, or consequential loss or damage
40 -- (including loss of data, profits, goodwill, or any type of
41 -- loss or damage suffered as a result of any action brought
42 -- by a third party) even if such damage or loss was
43 -- reasonably foreseeable or Xilinx had been advised of the
44 -- possibility of the same.
46 -- CRITICAL APPLICATIONS
47 -- Xilinx products are not designed or intended to be fail-
48 -- safe, or for use in any application requiring fail-safe
49 -- performance, such as life-support or safety devices or
50 -- systems, Class III medical devices, nuclear facilities,
51 -- applications related to the deployment of airbags, or any
52 -- other applications that could lead to death, personal
53 -- injury, or severe property or environmental damage
54 -- (individually and collectively, "Critical
55 -- Applications"). Customer assumes the sole risk and
56 -- liability of any use of Xilinx products in Critical
57 -- Applications, subject only to applicable laws and
58 -- regulations governing limitations on product liability.
60 -- THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
61 -- PART OF THIS FILE AT ALL TIMES.
65 use ieee.std_logic_1164.
all;
66 use ieee.numeric_std.
all;
68 use UNISIM.VCOMPONENTS.
ALL;
70 --***************************** Entity Declaration ****************************
75 -- Simulation attributes
76 GT_SIM_GTRESET_SPEEDUP : := "FALSE";
-- Set to "true" to speed up sim reset
77 RX_DFE_KL_CFG2_IN : := X"301148AC";
78 PMA_RSV_IN : := x"00018480";
79 PCS_RSVD_ATTR_IN : := X"000000000000"
83 --------------------------------- CPLL Ports -------------------------------
84 CPLLFBCLKLOST_OUT : out ;
86 CPLLLOCKDETCLK_IN : in ;
87 CPLLREFCLKLOST_OUT : out ;
89 -------------------------- Channel - Clocking Ports ------------------------
91 ---------------------------- Channel - DRP Ports --------------------------
92 DRPADDR_IN : in (8 downto 0);
94 DRPDI_IN : in (15 downto 0);
95 DRPDO_OUT : out (15 downto 0);
99 ------------------------------- Clocking Ports -----------------------------
102 --------------------- RX Initialization and Reset Ports --------------------
104 -------------------------- RX Margin Analysis Ports ------------------------
105 EYESCANDATAERROR_OUT : out ;
106 ------------------------- Receive Ports - CDR Ports ------------------------
107 RXCDRLOCK_OUT : out ;
108 ------------------ Receive Ports - FPGA RX Interface Ports -----------------
111 ------------------ Receive Ports - FPGA RX interface Ports -----------------
112 RXDATA_OUT : out (31 downto 0);
113 ------------------- Receive Ports - Pattern Checker Ports ------------------
114 RXPRBSERR_OUT : out ;
115 RXPRBSSEL_IN : in (2 downto 0);
116 ------------------- Receive Ports - Pattern Checker ports ------------------
117 RXPRBSCNTRESET_IN : in ;
118 ------------------ Receive Ports - RX 8B/10B Decoder Ports -----------------
119 RXDISPERR_OUT : out (3 downto 0);
120 RXNOTINTABLE_OUT : out (3 downto 0);
121 --------------------------- Receive Ports - RX AFE -------------------------
123 ------------------------ Receive Ports - RX AFE Ports ----------------------
125 -------------------- Receive Ports - RX Equailizer Ports -------------------
126 RXLPMHFHOLD_IN : in ;
127 RXLPMLFHOLD_IN : in ;
128 --------------- Receive Ports - RX Fabric Output Control Ports -------------
130 ------------- Receive Ports - RX Initialization and Reset Ports ------------
133 ------------------- Receive Ports - RX8B/10B Decoder Ports -----------------
134 RXCHARISK_OUT : out (3 downto 0);
135 -------------- Receive Ports -RX Initialization and Reset Ports ------------
136 RXRESETDONE_OUT : out ;
137 --------------------- TX Initialization and Reset Ports --------------------
140 ------------------ Transmit Ports - FPGA TX Interface Ports ----------------
143 ------------------ Transmit Ports - TX Data Path interface -----------------
144 TXDATA_IN : in (31 downto 0);
145 ---------------- Transmit Ports - TX Driver and OOB signaling --------------
148 ----------- Transmit Ports - TX Fabric Clock Output Control Ports ----------
150 TXOUTCLKFABRIC_OUT : out ;
151 TXOUTCLKPCS_OUT : out ;
152 --------------------- Transmit Ports - TX Gearbox Ports --------------------
153 TXCHARISK_IN : in (3 downto 0);
154 ------------- Transmit Ports - TX Initialization and Reset Ports -----------
155 TXRESETDONE_OUT : out ;
156 ------------------ Transmit Ports - pattern Generator Ports ----------------
157 TXPRBSSEL_IN : in (2 downto 0)
167 --**************************** Signal Declarations ****************************
169 -- ground and tied_to_vcc_i signals
170 signal tied_to_ground_i : ;
171 signal tied_to_ground_vec_i : (63 downto 0);
172 signal tied_to_vcc_i : ;
176 -- RX Datapath signals
177 signal rxdata_i : (63 downto 0);
178 signal rxchariscomma_float_i : (3 downto 0);
179 signal rxcharisk_float_i : (3 downto 0);
180 signal rxdisperr_float_i : (3 downto 0);
181 signal rxnotintable_float_i : (3 downto 0);
182 signal rxrundisp_float_i : (3 downto 0);
186 -- TX Datapath signals
187 signal txdata_i : (63 downto 0);
188 signal txkerr_float_i : (3 downto 0);
189 signal txrundisp_float_i : (3 downto 0);
190 signal rxstartofseq_float_i : ;
192 --******************************** Main Body of Code***************************
196 --------------------------- Static signal Assignments ---------------------
198 tied_to_ground_i <= '0';
199 tied_to_ground_vec_i(63 downto 0) <= (others => '0');
200 tied_to_vcc_i <= '1';
202 ------------------- GT Datapath byte mapping -----------------
204 -- The GT provides little endian data (first byte received on RXDATA(7 downto 0))
205 RXDATA_OUT <= rxdata_i(31 downto 0);
207 txdata_i <= (tied_to_ground_vec_i(31 downto 0) & TXDATA_IN);
211 ----------------------------- GTXE2 Instance --------------------------
213 gtxe2_i :GTXE2_CHANNEL
217 --_______________________ Simulation-Only Attributes ___________________
219 SIM_RECEIVER_DETECT_PASS =>
("TRUE"
),
220 SIM_RESET_SPEEDUP =>
(GT_SIM_GTRESET_SPEEDUP
),
221 SIM_TX_EIDLE_DRIVE_LEVEL =>
("X"
),
222 SIM_CPLLREFCLK_SEL =>
("001"
),
223 SIM_VERSION =>
("4.0"
),
226 ------------------RX Byte and Word Alignment Attributes---------------
227 ALIGN_COMMA_DOUBLE =>
("FALSE"
),
228 ALIGN_COMMA_ENABLE =>
("1111111111"
),
229 ALIGN_COMMA_WORD =>
(4),
230 ALIGN_MCOMMA_DET =>
("TRUE"
),
231 ALIGN_MCOMMA_VALUE =>
("1010000011"
),
232 ALIGN_PCOMMA_DET =>
("TRUE"
),
233 ALIGN_PCOMMA_VALUE =>
("0101111100"
),
234 SHOW_REALIGN_COMMA =>
("TRUE"
),
235 RXSLIDE_AUTO_WAIT =>
(7),
236 RXSLIDE_MODE =>
("OFF"
),
237 RX_SIG_VALID_DLY =>
(10),
239 ------------------RX 8B/10B Decoder Attributes---------------
240 RX_DISPERR_SEQ_MATCH =>
("TRUE"
),
241 DEC_MCOMMA_DETECT =>
("TRUE"
),
242 DEC_PCOMMA_DETECT =>
("TRUE"
),
243 DEC_VALID_COMMA_ONLY =>
("FALSE"
),
245 ------------------------RX Clock Correction Attributes----------------------
246 CBCC_DATA_SOURCE_SEL =>
("DECODED"
),
247 CLK_COR_SEQ_2_USE =>
("FALSE"
),
248 CLK_COR_KEEP_IDLE =>
("FALSE"
),
249 CLK_COR_MAX_LAT =>
(20),
250 CLK_COR_MIN_LAT =>
(16),
251 CLK_COR_PRECEDENCE =>
("TRUE"
),
252 CLK_COR_REPEAT_WAIT =>
(0),
253 CLK_COR_SEQ_LEN =>
(1),
254 CLK_COR_SEQ_1_ENABLE =>
("1111"
),
255 CLK_COR_SEQ_1_1 =>
("0100000000"
),
256 CLK_COR_SEQ_1_2 =>
("0000000000"
),
257 CLK_COR_SEQ_1_3 =>
("0000000000"
),
258 CLK_COR_SEQ_1_4 =>
("0000000000"
),
259 CLK_CORRECT_USE =>
("FALSE"
),
260 CLK_COR_SEQ_2_ENABLE =>
("1111"
),
261 CLK_COR_SEQ_2_1 =>
("0100000000"
),
262 CLK_COR_SEQ_2_2 =>
("0000000000"
),
263 CLK_COR_SEQ_2_3 =>
("0000000000"
),
264 CLK_COR_SEQ_2_4 =>
("0000000000"
),
266 ------------------------RX Channel Bonding Attributes----------------------
267 CHAN_BOND_KEEP_ALIGN =>
("FALSE"
),
268 CHAN_BOND_MAX_SKEW =>
(1),
269 CHAN_BOND_SEQ_LEN =>
(1),
270 CHAN_BOND_SEQ_1_1 =>
("0000000000"
),
271 CHAN_BOND_SEQ_1_2 =>
("0000000000"
),
272 CHAN_BOND_SEQ_1_3 =>
("0000000000"
),
273 CHAN_BOND_SEQ_1_4 =>
("0000000000"
),
274 CHAN_BOND_SEQ_1_ENABLE =>
("1111"
),
275 CHAN_BOND_SEQ_2_1 =>
("0000000000"
),
276 CHAN_BOND_SEQ_2_2 =>
("0000000000"
),
277 CHAN_BOND_SEQ_2_3 =>
("0000000000"
),
278 CHAN_BOND_SEQ_2_4 =>
("0000000000"
),
279 CHAN_BOND_SEQ_2_ENABLE =>
("1111"
),
280 CHAN_BOND_SEQ_2_USE =>
("FALSE"
),
281 FTS_DESKEW_SEQ_ENABLE =>
("1111"
),
282 FTS_LANE_DESKEW_CFG =>
("1111"
),
283 FTS_LANE_DESKEW_EN =>
("FALSE"
),
285 ---------------------------RX Margin Analysis Attributes----------------------------
286 ES_CONTROL =>
("000000"
),
287 ES_ERRDET_EN =>
("FALSE"
),
288 ES_EYE_SCAN_EN =>
("TRUE"
),
289 ES_HORZ_OFFSET =>
(x"000"
),
290 ES_PMA_CFG =>
("0000000000"
),
291 ES_PRESCALE =>
("00000"
),
292 ES_QUALIFIER =>
(x"00000000000000000000"
),
293 ES_QUAL_MASK =>
(x"00000000000000000000"
),
294 ES_SDATA_MASK =>
(x"00000000000000000000"
),
295 ES_VERT_OFFSET =>
("000000000"
),
297 -------------------------FPGA RX Interface Attributes-------------------------
298 RX_DATA_WIDTH =>
(40),
300 ---------------------------PMA Attributes----------------------------
301 OUTREFCLK_SEL_INV =>
("11"
),
302 PMA_RSV =>
(PMA_RSV_IN
),
303 PMA_RSV2 =>
(x"2040"
),
305 PMA_RSV4 =>
(x"00000000"
),
306 RX_BIAS_CFG =>
("000000000100"
),
307 DMONITOR_CFG =>
(x"000A00"
),
309 RX_CM_TRIM =>
("000"
),
310 RX_DEBUG_CFG =>
("000000000000"
),
311 RX_OS_CFG =>
("0000010000000"
),
312 TERM_RCAL_CFG =>
("10000"
),
313 TERM_RCAL_OVRD =>
('0'
),
314 TST_RSV =>
(x"00000000"
),
317 UCODEER_CLR =>
('0'
),
319 ---------------------------PCI Express Attributes----------------------------
320 PCS_PCIE_EN =>
("FALSE"
),
322 ---------------------------PCS Attributes----------------------------
323 PCS_RSVD_ATTR =>
(PCS_RSVD_ATTR_IN
),
325 -------------RX Buffer Attributes------------
326 RXBUF_ADDR_MODE =>
("FAST"
),
327 RXBUF_EIDLE_HI_CNT =>
("1000"
),
328 RXBUF_EIDLE_LO_CNT =>
("0000"
),
329 RXBUF_EN =>
("TRUE"
),
330 RX_BUFFER_CFG =>
("000000"
),
331 RXBUF_RESET_ON_CB_CHANGE =>
("TRUE"
),
332 RXBUF_RESET_ON_COMMAALIGN =>
("FALSE"
),
333 RXBUF_RESET_ON_EIDLE =>
("FALSE"
),
334 RXBUF_RESET_ON_RATE_CHANGE =>
("TRUE"
),
335 RXBUFRESET_TIME =>
("00001"
),
336 RXBUF_THRESH_OVFLW =>
(61),
337 RXBUF_THRESH_OVRD =>
("FALSE"
),
338 RXBUF_THRESH_UNDFLW =>
(4),
339 RXDLY_CFG =>
(x"001F"
),
340 RXDLY_LCFG =>
(x"030"
),
341 RXDLY_TAP_CFG =>
(x"0000"
),
342 RXPH_CFG =>
(x"000000"
),
343 RXPHDLY_CFG =>
(x"084020"
),
344 RXPH_MONITOR_SEL =>
("00000"
),
345 RX_XCLK_SEL =>
("RXREC"
),
346 RX_DDI_SEL =>
("000000"
),
347 RX_DEFER_RESET_BUF_EN =>
("TRUE"
),
349 -----------------------CDR Attributes-------------------------
351 --For GTX only: Display Port, HBR/RBR- set RXCDR_CFG=72'h0380008bff40200008
353 --For GTX only: Display Port, HBR2 - set RXCDR_CFG=72'h038C008bff20200010
354 RXCDR_CFG =>
(x"03000023ff10200020"
),
355 RXCDR_FR_RESET_ON_EIDLE =>
('0'
),
356 RXCDR_HOLD_DURING_EIDLE =>
('0'
),
357 RXCDR_PH_RESET_ON_EIDLE =>
('0'
),
358 RXCDR_LOCK_CFG =>
("010101"
),
360 -------------------RX Initialization and Reset Attributes-------------------
361 RXCDRFREQRESET_TIME =>
("00001"
),
362 RXCDRPHRESET_TIME =>
("00001"
),
363 RXISCANRESET_TIME =>
("00001"
),
364 RXPCSRESET_TIME =>
("00001"
),
365 RXPMARESET_TIME =>
("00011"
),
367 -------------------RX OOB Signaling Attributes-------------------
368 RXOOB_CFG =>
("0000110"
),
370 -------------------------RX Gearbox Attributes---------------------------
371 RXGEARBOX_EN =>
("FALSE"
),
372 GEARBOX_MODE =>
("000"
),
374 -------------------------PRBS Detection Attribute-----------------------
375 RXPRBS_ERR_LOOPBACK =>
('0'
),
377 -------------Power-Down Attributes----------
378 PD_TRANS_TIME_FROM_P2 =>
(x"03c"
),
379 PD_TRANS_TIME_NONE_P2 =>
(x"3c"
),
380 PD_TRANS_TIME_TO_P2 =>
(x"64"
),
382 -------------RX OOB Signaling Attributes----------
385 SATA_BURST_SEQ_LEN =>
("1111"
),
386 SATA_BURST_VAL =>
("100"
),
387 SATA_EIDLE_VAL =>
("100"
),
388 SATA_MAX_BURST =>
(8),
389 SATA_MAX_INIT =>
(21),
390 SATA_MAX_WAKE =>
(7),
391 SATA_MIN_BURST =>
(4),
392 SATA_MIN_INIT =>
(12),
393 SATA_MIN_WAKE =>
(4),
395 -------------RX Fabric Clock Output Control Attributes----------
396 TRANS_TIME_RATE =>
(x"0E"
),
398 --------------TX Buffer Attributes----------------
399 TXBUF_EN =>
("TRUE"
),
400 TXBUF_RESET_ON_RATE_CHANGE =>
("TRUE"
),
401 TXDLY_CFG =>
(x"001F"
),
402 TXDLY_LCFG =>
(x"030"
),
403 TXDLY_TAP_CFG =>
(x"0000"
),
404 TXPH_CFG =>
(x"0780"
),
405 TXPHDLY_CFG =>
(x"084020"
),
406 TXPH_MONITOR_SEL =>
("00000"
),
407 TX_XCLK_SEL =>
("TXOUT"
),
409 -------------------------FPGA TX Interface Attributes-------------------------
410 TX_DATA_WIDTH =>
(40),
412 -------------------------TX Configurable Driver Attributes-------------------------
413 TX_DEEMPH0 =>
("00000"
),
414 TX_DEEMPH1 =>
("00000"
),
415 TX_EIDLE_ASSERT_DELAY =>
("110"
),
416 TX_EIDLE_DEASSERT_DELAY =>
("100"
),
417 TX_LOOPBACK_DRIVE_HIZ =>
("FALSE"
),
418 TX_MAINCURSOR_SEL =>
('0'
),
419 TX_DRIVE_MODE =>
("DIRECT"
),
420 TX_MARGIN_FULL_0 =>
("1001110"
),
421 TX_MARGIN_FULL_1 =>
("1001001"
),
422 TX_MARGIN_FULL_2 =>
("1000101"
),
423 TX_MARGIN_FULL_3 =>
("1000010"
),
424 TX_MARGIN_FULL_4 =>
("1000000"
),
425 TX_MARGIN_LOW_0 =>
("1000110"
),
426 TX_MARGIN_LOW_1 =>
("1000100"
),
427 TX_MARGIN_LOW_2 =>
("1000010"
),
428 TX_MARGIN_LOW_3 =>
("1000000"
),
429 TX_MARGIN_LOW_4 =>
("1000000"
),
431 -------------------------TX Gearbox Attributes--------------------------
432 TXGEARBOX_EN =>
("FALSE"
),
434 -------------------------TX Initialization and Reset Attributes--------------------------
435 TXPCSRESET_TIME =>
("00001"
),
436 TXPMARESET_TIME =>
("00001"
),
438 -------------------------TX Receiver Detection Attributes--------------------------
439 TX_RXDETECT_CFG =>
(x"1832"
),
440 TX_RXDETECT_REF =>
("100"
),
442 ----------------------------CPLL Attributes----------------------------
443 CPLL_CFG =>
(x"BC07DC"
),
445 CPLL_FBDIV_45 =>
(5),
446 CPLL_INIT_CFG =>
(x"00001E"
),
447 CPLL_LOCK_CFG =>
(x"01E8"
),
448 CPLL_REFCLK_DIV =>
(1),
451 SATA_CPLL_CFG =>
("VCO_3000MHZ"
),
453 --------------RX Initialization and Reset Attributes-------------
454 RXDFELPMRESET_TIME =>
("0001111"
),
456 --------------RX Equalizer Attributes-------------
457 RXLPM_HF_CFG =>
("00000011110000"
),
458 RXLPM_LF_CFG =>
("00000011110000"
),
459 RX_DFE_GAIN_CFG =>
(x"020FEA"
),
460 RX_DFE_H2_CFG =>
("000000000000"
),
461 RX_DFE_H3_CFG =>
("000001000000"
),
462 RX_DFE_H4_CFG =>
("00011110000"
),
463 RX_DFE_H5_CFG =>
("00011100000"
),
464 RX_DFE_KL_CFG =>
("0000011111110"
),
465 RX_DFE_LPM_CFG =>
(x"0904"
),
466 RX_DFE_LPM_HOLD_DURING_EIDLE =>
('0'
),
467 RX_DFE_UT_CFG =>
("10001111000000000"
),
468 RX_DFE_VP_CFG =>
("00011111100000011"
),
470 -------------------------Power-Down Attributes-------------------------
471 RX_CLKMUX_PD =>
('1'
),
472 TX_CLKMUX_PD =>
('1'
),
474 -------------------------FPGA RX Interface Attribute-------------------------
475 RX_INT_DATAWIDTH =>
(1),
477 -------------------------FPGA TX Interface Attribute-------------------------
478 TX_INT_DATAWIDTH =>
(1),
480 ------------------TX Configurable Driver Attributes---------------
481 TX_QPI_STATUS_EN =>
('0'
),
483 -------------------------RX Equalizer Attributes--------------------------
484 RX_DFE_KL_CFG2 =>
(RX_DFE_KL_CFG2_IN
),
485 RX_DFE_XYD_CFG =>
("0000000000000"
),
487 -------------------------TX Configurable Driver Attributes--------------------------
488 TX_PREDRIVER_MODE =>
('0'
)
494 --------------------------------- CPLL Ports -------------------------------
495 CPLLFBCLKLOST => CPLLFBCLKLOST_OUT,
496 CPLLLOCK => CPLLLOCK_OUT,
497 CPLLLOCKDETCLK => CPLLLOCKDETCLK_IN,
498 CPLLLOCKEN => tied_to_vcc_i,
499 CPLLPD => tied_to_ground_i,
500 CPLLREFCLKLOST => CPLLREFCLKLOST_OUT,
501 CPLLREFCLKSEL => "
001",
502 CPLLRESET => CPLLRESET_IN,
503 GTRSVD => "
0000000000000000",
504 PCSRSVDIN => "
0000000000000000",
505 PCSRSVDIN2 => "
00000",
506 PMARSVDIN => "
00000",
507 PMARSVDIN2 => "
00000",
508 TSTIN => "
11111111111111111111" ,
510 ---------------------------------- Channel ---------------------------------
512 -------------------------- Channel - Clocking Ports ------------------------
513 GTGREFCLK => tied_to_ground_i,
514 GTNORTHREFCLK0 => tied_to_ground_i,
515 GTNORTHREFCLK1 => tied_to_ground_i,
516 GTREFCLK0 => GTREFCLK0_IN,
517 GTREFCLK1 => tied_to_ground_i,
518 GTSOUTHREFCLK0 => tied_to_ground_i,
519 GTSOUTHREFCLK1 => tied_to_ground_i,
520 ---------------------------- Channel - DRP Ports --------------------------
521 DRPADDR => DRPADDR_IN,
522 DRPCLK => DRPCLK_IN ,
526 DRPRDY => DRPRDY_OUT,
528 ------------------------------- Clocking Ports -----------------------------
529 GTREFCLKMONITOR =>
open,
530 QPLLCLK => QPLLCLK_IN,
531 QPLLREFCLK => QPLLREFCLK_IN,
534 --------------------------- Digital Monitor Ports --------------------------
536 ----------------- FPGA TX Interface Datapath Configuration ----------------
537 TX8B10BEN => tied_to_vcc_i,
538 ------------------------------- Loopback Ports -----------------------------
539 LOOPBACK => tied_to_ground_vec_i
(2 downto 0),
540 ----------------------------- PCI Express Ports ----------------------------
542 RXRATE => tied_to_ground_vec_i
(2 downto 0),
544 ------------------------------ Power-Down Ports ----------------------------
547 -------------------------- RX 8B/10B Decoder Ports -------------------------
548 SETERRSTATUS => tied_to_ground_i,
549 --------------------- RX Initialization and Reset Ports --------------------
550 EYESCANRESET => tied_to_ground_i,
551 RXUSERRDY => RXUSERRDY_IN,
552 -------------------------- RX Margin Analysis Ports ------------------------
553 EYESCANDATAERROR => EYESCANDATAERROR_OUT ,
554 EYESCANMODE => tied_to_ground_i,
555 EYESCANTRIGGER => tied_to_ground_i,
556 ------------------------- Receive Ports - CDR Ports ------------------------
557 RXCDRFREQRESET => tied_to_ground_i,
558 RXCDRHOLD => tied_to_ground_i,
559 RXCDRLOCK => RXCDRLOCK_OUT,
560 RXCDROVRDEN => tied_to_ground_i,
561 RXCDRRESET => tied_to_ground_i,
562 RXCDRRESETRSV => tied_to_ground_i,
563 ------------------- Receive Ports - Clock Correction Ports -----------------
565 ---------- Receive Ports - FPGA RX Interface Datapath Configuration --------
566 RX8B10BEN => tied_to_vcc_i,
567 ------------------ Receive Ports - FPGA RX Interface Ports -----------------
568 RXUSRCLK => RXUSRCLK_IN,
569 RXUSRCLK2 => RXUSRCLK2_IN,
570 ------------------ Receive Ports - FPGA RX interface Ports -----------------
572 ------------------- Receive Ports - Pattern Checker Ports ------------------
573 RXPRBSERR => RXPRBSERR_OUT,
574 RXPRBSSEL => RXPRBSSEL_IN,
575 ------------------- Receive Ports - Pattern Checker ports ------------------
576 RXPRBSCNTRESET => RXPRBSCNTRESET_IN,
577 -------------------- Receive Ports - RX Equalizer Ports -------------------
578 RXDFEXYDEN => tied_to_vcc_i,
579 RXDFEXYDHOLD => tied_to_ground_i,
580 RXDFEXYDOVRDEN => tied_to_ground_i,
581 ------------------ Receive Ports - RX 8B/10B Decoder Ports -----------------
582 RXDISPERR
(7 downto 4) => rxdisperr_float_i,
583 RXDISPERR
(3 downto 0) => RXDISPERR_OUT,
584 RXNOTINTABLE
(7 downto 4) => rxnotintable_float_i,
585 RXNOTINTABLE
(3 downto 0) => RXNOTINTABLE_OUT,
586 --------------------------- Receive Ports - RX AFE -------------------------
587 GTXRXP => GTXRXP_IN ,
588 ------------------------ Receive Ports - RX AFE Ports ----------------------
589 GTXRXN => GTXRXN_IN ,
590 ------------------- Receive Ports - RX Buffer Bypass Ports -----------------
591 RXBUFRESET => tied_to_ground_i,
593 RXDDIEN => tied_to_ground_i,
594 RXDLYBYPASS => tied_to_vcc_i,
595 RXDLYEN => tied_to_ground_i,
596 RXDLYOVRDEN => tied_to_ground_i,
597 RXDLYSRESET => tied_to_ground_i,
598 RXDLYSRESETDONE =>
open,
599 RXPHALIGN => tied_to_ground_i,
600 RXPHALIGNDONE =>
open,
601 RXPHALIGNEN => tied_to_ground_i,
602 RXPHDLYPD => tied_to_ground_i,
603 RXPHDLYRESET => tied_to_ground_i,
605 RXPHOVRDEN => tied_to_ground_i,
606 RXPHSLIPMONITOR =>
open,
608 -------------- Receive Ports - RX Byte and Word Alignment Ports ------------
609 RXBYTEISALIGNED =>
open,
610 RXBYTEREALIGN =>
open,
612 RXCOMMADETEN => tied_to_vcc_i,
613 RXMCOMMAALIGNEN => tied_to_vcc_i,
614 RXPCOMMAALIGNEN => tied_to_vcc_i,
615 ------------------ Receive Ports - RX Channel Bonding Ports ----------------
616 RXCHANBONDSEQ =>
open,
617 RXCHBONDEN => tied_to_ground_i,
618 RXCHBONDLEVEL => tied_to_ground_vec_i
(2 downto 0),
619 RXCHBONDMASTER => tied_to_ground_i,
621 RXCHBONDSLAVE => tied_to_ground_i,
622 ----------------- Receive Ports - RX Channel Bonding Ports ----------------
623 RXCHANISALIGNED =>
open,
624 RXCHANREALIGN =>
open,
625 -------------------- Receive Ports - RX Equailizer Ports -------------------
626 RXLPMHFHOLD => RXLPMHFHOLD_IN,
627 RXLPMHFOVRDEN => tied_to_ground_i,
628 RXLPMLFHOLD => RXLPMLFHOLD_IN,
629 --------------------- Receive Ports - RX Equalizer Ports -------------------
630 RXDFEAGCHOLD => tied_to_ground_i,
631 RXDFEAGCOVRDEN => tied_to_ground_i,
632 RXDFECM1EN => tied_to_ground_i,
633 RXDFELFHOLD => tied_to_ground_i,
634 RXDFELFOVRDEN => tied_to_ground_i,
635 RXDFELPMRESET => tied_to_ground_i,
636 RXDFETAP2HOLD => tied_to_ground_i,
637 RXDFETAP2OVRDEN => tied_to_ground_i,
638 RXDFETAP3HOLD => tied_to_ground_i,
639 RXDFETAP3OVRDEN => tied_to_ground_i,
640 RXDFETAP4HOLD => tied_to_ground_i,
641 RXDFETAP4OVRDEN => tied_to_ground_i,
642 RXDFETAP5HOLD => tied_to_ground_i,
643 RXDFETAP5OVRDEN => tied_to_ground_i,
644 RXDFEUTHOLD => tied_to_ground_i,
645 RXDFEUTOVRDEN => tied_to_ground_i,
646 RXDFEVPHOLD => tied_to_ground_i,
647 RXDFEVPOVRDEN => tied_to_ground_i,
648 RXDFEVSEN => tied_to_ground_i,
649 RXLPMLFKLOVRDEN => tied_to_ground_i,
650 RXMONITOROUT =>
open,
651 RXMONITORSEL => "
00",
652 RXOSHOLD => tied_to_ground_i,
653 RXOSOVRDEN => tied_to_ground_i,
654 ------------ Receive Ports - RX Fabric ClocK Output Control Ports ----------
656 --------------- Receive Ports - RX Fabric Output Control Ports -------------
657 RXOUTCLK => RXOUTCLK_OUT,
658 RXOUTCLKFABRIC =>
open,
660 RXOUTCLKSEL => "
010",
661 ---------------------- Receive Ports - RX Gearbox Ports --------------------
664 RXHEADERVALID =>
open,
665 RXSTARTOFSEQ =>
open,
666 --------------------- Receive Ports - RX Gearbox Ports --------------------
667 RXGEARBOXSLIP => tied_to_ground_i,
668 ------------- Receive Ports - RX Initialization and Reset Ports ------------
669 GTRXRESET => GTRXRESET_IN,
670 RXOOBRESET => tied_to_ground_i,
671 RXPCSRESET => tied_to_ground_i,
672 RXPMARESET => RXPMARESET_IN,
673 ------------------ Receive Ports - RX Margin Analysis ports ----------------
674 RXLPMEN => tied_to_vcc_i,
675 ------------------- Receive Ports - RX OOB Signaling ports -----------------
677 RXCOMWAKEDET =>
open,
678 ------------------ Receive Ports - RX OOB Signaling ports -----------------
679 RXCOMINITDET =>
open,
680 ------------------ Receive Ports - RX OOB signalling Ports -----------------
682 RXELECIDLEMODE => "
11",
683 ----------------- Receive Ports - RX Polarity Control Ports ----------------
684 RXPOLARITY => tied_to_ground_i,
685 ---------------------- Receive Ports - RX gearbox ports --------------------
686 RXSLIDE => tied_to_ground_i,
687 ------------------- Receive Ports - RX8B/10B Decoder Ports -----------------
688 RXCHARISCOMMA =>
open,
689 RXCHARISK
(7 downto 4) => rxcharisk_float_i,
690 RXCHARISK
(3 downto 0) => RXCHARISK_OUT,
691 ------------------ Receive Ports - Rx Channel Bonding Ports ----------------
692 RXCHBONDI => "
00000",
693 -------------- Receive Ports -RX Initialization and Reset Ports ------------
694 RXRESETDONE => RXRESETDONE_OUT,
695 -------------------------------- Rx AFE Ports ------------------------------
696 RXQPIEN => tied_to_ground_i,
699 --------------------------- TX Buffer Bypass Ports -------------------------
700 TXPHDLYTSTCLK => tied_to_ground_i,
701 ------------------------ TX Configurable Driver Ports ----------------------
702 TXPOSTCURSOR => "
00000",
703 TXPOSTCURSORINV => tied_to_ground_i,
704 TXPRECURSOR => tied_to_ground_vec_i
(4 downto 0),
705 TXPRECURSORINV => tied_to_ground_i,
706 TXQPIBIASEN => tied_to_ground_i,
707 TXQPISTRONGPDOWN => tied_to_ground_i,
708 TXQPIWEAKPUP => tied_to_ground_i,
709 --------------------- TX Initialization and Reset Ports --------------------
710 CFGRESET => tied_to_ground_i,
711 GTTXRESET => GTTXRESET_IN,
713 TXUSERRDY => TXUSERRDY_IN,
714 ---------------------- Transceiver Reset Mode Operation --------------------
715 GTRESETSEL => tied_to_ground_i,
716 RESETOVRD => tied_to_ground_i,
717 ---------------- Transmit Ports - 8b10b Encoder Control Ports --------------
718 TXCHARDISPMODE => tied_to_ground_vec_i
(7 downto 0),
719 TXCHARDISPVAL => tied_to_ground_vec_i
(7 downto 0),
720 ------------------ Transmit Ports - FPGA TX Interface Ports ----------------
721 TXUSRCLK => TXUSRCLK_IN,
722 TXUSRCLK2 => TXUSRCLK2_IN,
723 --------------------- Transmit Ports - PCI Express Ports -------------------
724 TXELECIDLE => tied_to_ground_i,
725 TXMARGIN => tied_to_ground_vec_i
(2 downto 0),
726 TXRATE => tied_to_ground_vec_i
(2 downto 0),
727 TXSWING => tied_to_ground_i,
728 ------------------ Transmit Ports - Pattern Generator Ports ----------------
729 TXPRBSFORCEERR => tied_to_ground_i,
730 ------------------ Transmit Ports - TX Buffer Bypass Ports -----------------
731 TXDLYBYPASS => tied_to_vcc_i,
732 TXDLYEN => tied_to_ground_i,
733 TXDLYHOLD => tied_to_ground_i,
734 TXDLYOVRDEN => tied_to_ground_i,
735 TXDLYSRESET => tied_to_ground_i,
736 TXDLYSRESETDONE =>
open,
737 TXDLYUPDOWN => tied_to_ground_i,
738 TXPHALIGN => tied_to_ground_i,
739 TXPHALIGNDONE =>
open,
740 TXPHALIGNEN => tied_to_ground_i,
741 TXPHDLYPD => tied_to_ground_i,
742 TXPHDLYRESET => tied_to_ground_i,
743 TXPHINIT => tied_to_ground_i,
744 TXPHINITDONE =>
open,
745 TXPHOVRDEN => tied_to_ground_i,
746 ---------------------- Transmit Ports - TX Buffer Ports --------------------
748 --------------- Transmit Ports - TX Configurable Driver Ports --------------
749 TXBUFDIFFCTRL => "
100",
750 TXDEEMPH => tied_to_ground_i,
751 TXDIFFCTRL => "
1000",
752 TXDIFFPD => tied_to_ground_i,
753 TXINHIBIT => tied_to_ground_i,
754 TXMAINCURSOR => "
0000000" ,
755 TXPISOPD => tied_to_ground_i,
756 ------------------ Transmit Ports - TX Data Path interface -----------------
758 ---------------- Transmit Ports - TX Driver and OOB signaling --------------
759 GTXTXN => GTXTXN_OUT,
760 GTXTXP => GTXTXP_OUT,
761 ----------- Transmit Ports - TX Fabric Clock Output Control Ports ----------
762 TXOUTCLK => TXOUTCLK_OUT,
763 TXOUTCLKFABRIC => TXOUTCLKFABRIC_OUT ,
764 TXOUTCLKPCS => TXOUTCLKPCS_OUT,
765 TXOUTCLKSEL => "
010",
767 --------------------- Transmit Ports - TX Gearbox Ports --------------------
768 TXCHARISK
(7 downto 4) => tied_to_ground_vec_i
(3 downto 0),
769 TXCHARISK
(3 downto 0) => TXCHARISK_IN,
770 TXGEARBOXREADY =>
open,
771 TXHEADER => tied_to_ground_vec_i
(2 downto 0),
772 TXSEQUENCE => tied_to_ground_vec_i
(6 downto 0),
773 TXSTARTSEQ => tied_to_ground_i,
774 ------------- Transmit Ports - TX Initialization and Reset Ports -----------
775 TXPCSRESET => tied_to_ground_i,
776 TXPMARESET => tied_to_ground_i,
777 TXRESETDONE => TXRESETDONE_OUT,
778 ------------------ Transmit Ports - TX OOB signalling Ports ----------------
780 TXCOMINIT => tied_to_ground_i,
781 TXCOMSAS => tied_to_ground_i,
782 TXCOMWAKE => tied_to_ground_i,
783 TXPDELECIDLEMODE => tied_to_ground_i,
784 ----------------- Transmit Ports - TX Polarity Control Ports ---------------
785 TXPOLARITY => tied_to_ground_i,
786 --------------- Transmit Ports - TX Receiver Detection Ports --------------
787 TXDETECTRX => tied_to_ground_i,
788 ------------------ Transmit Ports - TX8b/10b Encoder Ports -----------------
789 TX8B10BBYPASS => tied_to_ground_vec_i
(7 downto 0),
790 ------------------ Transmit Ports - pattern Generator Ports ----------------
791 TXPRBSSEL => TXPRBSSEL_IN,
792 ----------------------- Tx Configurable Driver Ports ----------------------