Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / design / sys / iop / niu / rtl / xpcs_define.v
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: xpcs_define.v
4// Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
5// 4150 Network Circle, Santa Clara, California 95054, U.S.A.
6//
7// * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8//
9// This program is free software; you can redistribute it and/or modify
10// it under the terms of the GNU General Public License as published by
11// the Free Software Foundation; version 2 of the License.
12//
13// This program is distributed in the hope that it will be useful,
14// but WITHOUT ANY WARRANTY; without even the implied warranty of
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16// GNU General Public License for more details.
17//
18// You should have received a copy of the GNU General Public License
19// along with this program; if not, write to the Free Software
20// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21//
22// For the avoidance of doubt, and except that if any non-GPL license
23// choice is available it will apply instead, Sun elects to use only
24// the General Public License version 2 (GPLv2) at this time for any
25// software where a choice of GPL license versions is made
26// available with the language indicating that GPLv2 or any later version
27// may be used, or where a choice of which version of the GPL is applied is
28// otherwise unspecified.
29//
30// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
31// CA 95054 USA or visit www.sun.com if you need additional information or
32// have any questions.
33//
34// ========== Copyright Header End ============================================
35`define TICK 0
36
37// Rx Codes for Decoding
38
39`define XPCS_DEC_COM 10'h1BC // K28.5
40`define XPCS_DEC_281 10'h13C
41`define XPCS_DEC_285 10'h1BC
42`define XPCS_DEC_287 10'h1FC
43`define XPCS_DEC_ALG 10'h17C // K28.3
44`define XPCS_DEC_SEQ 10'h19C // K28.4
45`define XPCS_DEC_SDP 10'h1FB // K27.7
46`define XPCS_DEC_END 10'h1FD // K29.7 Terminate
47`define XPCS_DEC_ERR 10'h1FE // K30.7 Error
48`define XPCS_DEC_PAD 10'h1F7
49`define XPCS_DEC_SKP 10'h11C // K28.0
50
51// Tx Special Codes for Encoding
52
53`define XPCS_ENC_COM 8'hBC
54`define XPCS_ENC_IDL 8'h07
55`define XPCS_ENC_TTL 8'hFC // K28.7 low freq test
56`define XPCS_ENC_TTH 8'hB5 // D21.5 high freq test
57`define XPCS_ENC_SDP 8'hFB
58`define XPCS_ENC_ALG 8'h7C
59`define XPCS_ENC_SEQ 8'h9C
60`define XPCS_ENC_SLP 8'h5C
61`define XPCS_ENC_EGP 8'hFD
62`define XPCS_ENC_EBP 8'hFE
63`define XPCS_ENC_PAD 8'hF7
64`define XPCS_ENC_SKP 8'h1C
65`define XPCS_ENC_D00 8'h00
66`define XPCS_ENC_D10 8'h01
67`define XPCS_ENC_D20 8'h02
68
69
70// other
71`define SEL_xpcs_training_vector 4'hF