BSDL Files Library for JTAG

The only free public library that contains thousands of BSDL (Boundary Scan Description Language) models to use with BScan/JTAG tools

BSDL model: TMS320C2834X latest version

--  Initialization Requirements for Boundary Scan Test
--  --------------------------------------------------
--
--  The TMS320C2834x DSPs use the JTAG port for boundary scan tests, emulation
--  capability and factory test purposes.  To use boundary scan test,
--  the following pin configuration must be used:
--
--      EMU1      = 0
--      EMU0      = 1
--      XRSn      = 1 
--      XRSION    = 1
--      TRSTN     = 0 -> 1 ( transitioning to a 1 will latch the device into
--                         boundary scan mode )
--
--  TRSTN is a reset to the JTAG state machine (active low), hence it has
--  to be pulled high before any JTAG scans are made. 
--
--  C34x Devices have two taps - one for the CPU and one for boundary scan.
--  The boundary scan IR size is 3 bits.
--
--  Device Pins not testable by Boundary Scan
--  ------------------------------------------
--  The following pins cannot be tested through boundary scan:
--  EMU0, EMU1, XCLKIN, X1, X2, XRSn, XRSION
--
--
--                          IMPORTANT NOTICE                        
--  Texas Instruments Incorporated (TI) reserves the right to make 
--  changes to its products or to discontinue any semiconductor 
--  product or service without notice, and advises its customers to 
--  obtain the latest version of the relevant information to 
--  verify, before placing orders, that the information being 
--  relied on is current.                                  
--  TI warrants performance of its semiconductor products and 
--  related software to the specifications applicable at the time 
--  of sale in accordance with TI's standard warranty. Testing and 
--  other quality control techniques are utilized to the extent TI 
--  deems necessary to support this warranty. Specific testing of 
--  all parameters of each device is not necessarily performed, 
--  except those mandated by government requirements. 
--                                                   
--  Certain applications using semiconductor devices may involve 
--  potential risks of death, personal injury, or severe property 
--  or environmental damage ("Critical Applications").    
--
--    TI SEMICONDUCTOR PRODUCTS ARE NOT DESIGNED, INTENDED, 
--    AUTHORIZED, OR WARRANTED TO BE SUITABLE FOR USE IN 
--    LIFE-SUPPORT APPLICATIONS, DEVICES OR SYSTEMS OR OTHER 
--    CRITICAL APPLICATIONS.                    
--
--  Inclusion of TI products in such applications is understood 
--  to be fully at the risk of the customer.  Use of TI products 
--  in such applications requires the written approval of an 
--  appropriate TI officer. Questions concerning potential risk 
--  applications should be directed to TI through a local SC sales 
--  office.                                                 
--  In order to minimize risks associated with the customer's 
--  applications, adequate design and operating safeguards should 
--  be provided by the       
--  customer to minimize inherent or procedural hazards.     
--
--  TI assumes no liability for applications assistance, customer 
--  product design, software performance, or infringement of 
--  patents or services described herein.  Nor does TI warrant or 
--  represent that any license, either express or implied, is 
--  granted under any patent right, copyright, mask work right, or 
--  other intellectual property right of TI covering or relating 
--  to any combination, machine, or process in which such 
--  semiconductor products or services might be or are used.
--            Copyright (c) 2000, Texas Instruments Incorporated 
------------------------------------------------------------------------
 entity TMS320C2834x is 

    generic(PHYSICAL_PIN_MAP : string := "PBGA"); 

    port (
              EXTADCCLK               : out	  bit;
              EMU0                 : in           bit;
              EMU1                 : in           bit;
              EXTSOC1A                : out          bit;
              EXTSOC1B                : out          bit;
              EXTSOC2A                : out          bit;
              EXTSOC2B                : out          bit;
              EXTSOC3A                : out          bit;
              EXTSOC3B                : out          bit;
              GPIO0               : inout        bit;
              GPIO1               : inout        bit;
              GPIO10              : inout        bit;
              GPIO11              : inout        bit;
              GPIO12              : inout        bit;
              GPIO13              : inout        bit;
              GPIO14              : inout        bit;
              GPIO15              : inout        bit;
              GPIO16              : inout        bit;
              GPIO17              : inout        bit;
              GPIO18              : inout        bit;
              GPIO19              : inout        bit;
              GPIO2               : inout        bit;
              GPIO20              : inout        bit;
              GPIO21              : inout        bit;
              GPIO22              : inout        bit;
              GPIO23              : inout        bit;
              GPIO24              : inout        bit;
              GPIO25              : inout        bit;
              GPIO26              : inout        bit;
              GPIO27              : inout        bit;
              GPIO28              : inout        bit;
              GPIO29              : inout        bit;
              GPIO3               : inout        bit;
              GPIO30              : inout        bit;
              GPIO31              : inout        bit;
              GPIO32              : inout        bit;
              GPIO33              : inout        bit;
              GPIO34              : inout        bit;
              GPIO35              : inout        bit;
              GPIO36              : inout        bit;
              GPIO37              : inout        bit;
              GPIO38              : inout        bit;
              GPIO39              : inout        bit;
              GPIO4               : inout        bit;
              GPIO40              : inout        bit;
              GPIO41              : inout        bit;
              GPIO42              : inout        bit;
              GPIO43              : inout        bit;
              GPIO44              : inout        bit;
              GPIO45              : inout        bit;
              GPIO46              : inout        bit;
              GPIO47              : inout        bit;
              GPIO48              : inout        bit;
              GPIO49              : inout        bit;
              GPIO5               : inout        bit;
              GPIO50              : inout        bit;
              GPIO51              : inout        bit;
              GPIO52              : inout        bit;
              GPIO53              : inout        bit;
              GPIO54              : inout        bit;
              GPIO55              : inout        bit;
              GPIO56              : inout        bit;
              GPIO57              : inout        bit;
              GPIO58              : inout        bit;
              GPIO59              : inout        bit;
              GPIO6               : inout        bit;
              GPIO60              : inout        bit;
              GPIO61              : inout        bit;
              GPIO62              : inout        bit;
              GPIO63              : inout        bit;
              GPIO64              : inout        bit;
              GPIO65              : inout        bit;
              GPIO66              : inout        bit;
              GPIO67              : inout        bit;
              GPIO68              : inout        bit;
              GPIO69              : inout        bit;
              GPIO7               : inout        bit;
              GPIO70              : inout        bit;
              GPIO71              : inout        bit;
              GPIO72              : inout        bit;
              GPIO73              : inout        bit;
              GPIO74              : inout        bit;
              GPIO75              : inout        bit;
              GPIO76              : inout        bit;
              GPIO77              : inout        bit;
              GPIO78              : inout        bit;
              GPIO79              : inout        bit;
              GPIO8               : inout        bit;
              GPIO80              : inout        bit;
              GPIO81              : inout        bit;
              GPIO82              : inout        bit;
              GPIO83              : inout        bit;
              GPIO84              : inout        bit;
              GPIO85              : inout        bit;
              GPIO86              : inout        bit;
              GPIO87              : inout        bit;
              GPIO9               : inout        bit;
              XCLKOUT              : out          bit;
              XRDN                 : out          bit;
              XWE1N                 : out          bit;
	      TDI                  : in           bit;
              TMS                  : in           bit;
              TCK                  : in           bit;
              TDO                  : out          bit;
              XRSN                 : in           bit;
              X1                   : linkage	  bit;
              X2                   : linkage      bit;
              XCLKIN               : linkage	  bit;
	      VDDIO		   : linkage      bit_vector(27 downto 0);
	      VSS		   : linkage	  bit_vector(84 downto 0);
	      VSSK		   : linkage      bit;
	      VDD 		   : linkage      bit_vector(29 downto 0);
	      VDD18		   : linkage      bit_vector(1 downto 0);
	      XRSION		   : in 	  bit;
              TRSTN                : in           bit
         ); 

    use STD_1149_1_2001.all; -- Get IEEE 1149.1-2001 attributes and definitions 

    attribute COMPONENT_CONFORMANCE of TMS320C2834x : entity is "STD_1149_1_1993";

    attribute PIN_MAP of TMS320C2834x : entity is PHYSICAL_PIN_MAP; 

    constant PBGA : PIN_MAP_STRING := 

  "GPIO31  :  B3," &
  "GPIO30  :  C2," &
  "GPIO29  :  D1," &
  "GPIO0   :  D2," &
  "GPIO1   :  E1," &
  "GPIO2   :  E2," &
  "GPIO3   :  E3," &
  "GPIO4   :  F1," &
  "GPIO5   :  F2," &
  "GPIO6   :  F3," &
  "GPIO7   :  G1," &
  "GPIO8   :  G2," &
  "GPIO9   :  G3," &
  "GPIO10  :  H1," &
  "GPIO11  :  H2," &
  "GPIO12  :  H3," &
  "GPIO13  :  J2," &
  "GPIO14  :  J3," &
  "GPIO15  :  K2," &
  "GPIO16  :  L1," &
  "GPIO17  :  L2," &
  "GPIO18  :  M1," &
  "EXTSOC1A      :  M2," &
  "EXTSOC1B      :  M3," &
  "EXTSOC2A      :  N1," &
  "EXTSOC2B      :  N2," &
  "EXTSOC3A      :  N3," &
  "EXTSOC3B      :  P2," &
  "EXTADCCLK     :  R3," &
  "GPIO19  :  T4," &
  "GPIO20  :  R4," &
  "GPIO21  :  T5," &
  "GPIO22  :  R5," &
  "GPIO23  :  P5," &
  "GPIO24  :  T6," &
  "GPIO25  :  R6," &
  "GPIO26  :  P6," &
  "GPIO27  :  T7," &
  "GPIO32  :  R7," &
  "GPIO33  :  P7," &
  "TDI     :  T8," &
  "TDO     :  P8," &
  "TRSTN   :  R8," &
  "TMS     :  P9," &
  "XRSION  :  T9," &
  "XRSN    :  T10," &
  "EMU1    :  R10," &
  "EMU0    :  P10," &
  "TCK     :  T11," &
  "GPIO48  :  R11," &
  "GPIO49  :  P11," &
  "GPIO50  :  T12," &
  "GPIO51  :  R12," &
  "GPIO52  :  P12," &
  "GPIO53  :  T13," &
  "GPIO54  :  R13," &
  "GPIO55  :  P13," &
  "GPIO56  :  R14," &
  "GPIO57  :  P15," &
  "GPIO58  :  N16," &
  "GPIO59  :  N15," &
  "GPIO60  :  M16," &
  "GPIO61  :  M15," &
  "GPIO62  :  M14," &
  "GPIO63  :  L16," &
  "GPIO64  :  L15," &
  "GPIO65  :  L14," &
  "GPIO66  :  K15," &
  "GPIO67  :  K14," &
  "GPIO68  :  J15," &
  "GPIO69  :  J14," &
  "GPIO70  :  H16," &
  "GPIO71  :  H15," &
  "GPIO72  :  H14," &
  "GPIO73  :  G16," &
  "GPIO74  :  G15," &
  "GPIO75  :  G14," &
  "GPIO76  :  F16," &
  "GPIO77  :  F15," &
  "GPIO78  :  F14," &
  "GPIO79  :  E16," &
  "XCLKOUT    :  D16," &
  "GPIO38  :  E15," &
  "XWE1N       :  E14," &
  "XRDN       :  D15," &
  "GPIO35  :  C15," &
  "GPIO34  :  B14," &
  "GPIO36  :  A13," &
  "GPIO28  :  B13," &
  "GPIO37  :  B12," &
  "GPIO40  :  C12," &
  "GPIO41  :  B11," &
  "GPIO42  :  C11," &
  "GPIO43  :  B10," &
  "GPIO44  :  C10," &
  "GPIO45  :  C9," &
  "XCLKIN  :  A12," &
  "X2      :  A9," &
  "X1      :  A7," &
  "VDD     : (C1,C16,E10,E11,E6,E7,E8,E9,F12,F5,G12,G5,H12,H5,J12,J5,K12,K3,K5,L12,L3,L5,M10,M11,M6,M7,M8,M9,P1,P16)," &
  "VDDIO   :  (A14,A3,B9,D11,D12,D5,D6,D8,E13,E4,F13,F4,J1,J13,J16,J4,L13,L4,M13,M4,N11,N12,N5,N6,N8,R9,T14,T3)," &
  "VDD18   :  (A11,A6)," &
  "VSS     : (A1,A10,A15,A16,A2,B1,B15,B16,B2,C13,C14,C3,C4,D10,D13,D14,D3,D4,D7,D9,E12,E5,F10,F11,F6,F7,F8,F9,G10,G11,G13,G4,G6,G7,G8,G9,H10,H11,H13,H4,H6,H7,H8,H9,J10,J11,J6,J7,J8,J9,K1,K10,K11,K13,K16,K4,K6,K7,K8,K9,L10,L11,L6,L7,L8,L9,M12,M5,N10,N13,N14,N4,N7,N9,P14,P3,P4,R1,R15,R16,R2,T1,T15,T16,T2) ," &
  "VSSK    :  A8," &
  "GPIO46  :  B8," &
  "GPIO47  :  C8," &
  "GPIO80  :  B7," &
  "GPIO81  :  C7," &
  "GPIO82  :  B6," &
  "GPIO83  :  C6," &
  "GPIO84  :  A5," &
  "GPIO85  :  B5," &
  "GPIO86  :  C5," &
  "GPIO87  :  A4," &
  "GPIO39  :  B4"; 
    attribute TAP_SCAN_IN of TDI : signal is true; 
    attribute TAP_SCAN_MODE of TMS : signal is true; 
    attribute TAP_SCAN_OUT of TDO : signal is true; 
    attribute TAP_SCAN_CLOCK of TCK : signal is (5.00000000e+06, BOTH); 
    attribute TAP_SCAN_RESET of TRSTN : signal is true; 

    attribute COMPLIANCE_PATTERNS  of TMS320C2834x : entity is 
    "( " &
    "    EMU1," &
    "    EMU0," &
    "    XRSION,"&
    "    XRSn ) "& 
    "    ( 0111)";

    attribute INSTRUCTION_LENGTH of TMS320C2834x : entity is 3;
    attribute INSTRUCTION_OPCODE of TMS320C2834x : entity is 
        "extest (000),"  & 
        "bypass (111),"  & 
        "sample (001),"  & 
        "idcode (100),"  & 
        "highz (101)"; 

    attribute INSTRUCTION_CAPTURE of TMS320C2834x : entity is "001";
    attribute IDCODE_REGISTER of TMS320C2834x : entity is 
        "0001"  &                -- Version Number 
        "1011100000110110"  &    -- Part Number 
        "00000010111"  &         -- Manufacturer ID 
        "1";                     -- Required by IEEE Std. 1149.1-1990 

    attribute REGISTER_ACCESS of TMS320C2834x : entity is 
        "BOUNDARY (extest, sample), " & 
        "DEVICE_ID (idcode), " & 
        "BYPASS (bypass, highz)"; 

    attribute BOUNDARY_LENGTH of TMS320C2834x : entity is 277;
    attribute BOUNDARY_REGISTER of TMS320C2834x : entity is 
      --- num            cell                 port      function   safe  [ccell  disval  rslt]
       "0    (           bc_4,             GPIO30,        input,     X)," & 
       "1    (           bc_1,             GPIO30,      output3,     X,      2,      1,    Z)," & 
       "2    (           bc_1,                   *,      control,     1)," & 
       "3    (           bc_4,             GPIO29,        input,     X)," & 
       "4    (           bc_1,             GPIO29,      output3,     X,      5,      1,    Z)," & 
       "5    (           bc_1,                   *,      control,     1)," & 
       "6    (           bc_4,              GPIO0,        input,     X)," & 
       "7    (           bc_1,              GPIO0,      output3,     X,      8,      1,    Z)," & 
       "8    (           bc_1,                   *,      control,     1)," & 
       "9    (           bc_4,              GPIO1,        input,     X)," & 
       "10   (           bc_1,              GPIO1,      output3,     X,     11,      1,    Z)," & 
       "11   (           bc_1,                   *,      control,     1)," & 
       "12   (           bc_4,              GPIO2,        input,     X)," & 
       "13   (           bc_1,              GPIO2,      output3,     X,     14,      1,    Z)," & 
       "14   (           bc_1,                   *,      control,     1)," & 
       "15   (           bc_4,              GPIO3,        input,     X)," & 
       "16   (           bc_1,              GPIO3,      output3,     X,     17,      1,    Z)," & 
       "17   (           bc_1,                   *,      control,     1)," & 
       "18   (           bc_4,              GPIO4,        input,     X)," & 
       "19   (           bc_1,              GPIO4,      output3,     X,     20,      1,    Z)," & 
       "20   (           bc_1,                   *,      control,     1)," & 
       "21   (           bc_4,              GPIO5,        input,     X)," & 
       "22   (           bc_1,              GPIO5,      output3,     X,     23,      1,    Z)," & 
       "23   (           bc_1,                   *,      control,     1)," & 
       "24   (           bc_4,              GPIO6,        input,     X)," & 
       "25   (           bc_1,              GPIO6,      output3,     X,     26,      1,    Z)," & 
       "26   (           bc_1,                   *,      control,     1)," & 
       "27   (           bc_4,              GPIO7,        input,     X)," & 
       "28   (           bc_1,              GPIO7,      output3,     X,     29,      1,    Z)," & 
       "29   (           bc_1,                   *,      control,     1)," & 
       "30   (           bc_4,              GPIO8,        input,     X)," & 
       "31   (           bc_1,              GPIO8,      output3,     X,     32,      1,    Z)," & 
       "32   (           bc_1,                   *,      control,     1)," & 
       "33   (           bc_4,              GPIO9,        input,     X)," & 
       "34   (           bc_1,              GPIO9,      output3,     X,     35,      1,    Z)," & 
       "35   (           bc_1,                   *,      control,     1)," & 
       "36   (           bc_4,             GPIO10,        input,     X)," & 
       "37   (           bc_1,             GPIO10,      output3,     X,     38,      1,    Z)," & 
       "38   (           bc_1,                   *,      control,     1)," & 
       "39   (           bc_4,             GPIO11,        input,     X)," & 
       "40   (           bc_1,             GPIO11,      output3,     X,     41,      1,    Z)," & 
       "41   (           bc_1,                   *,      control,     1)," & 
       "42   (           bc_4,             GPIO12,        input,     X)," & 
       "43   (           bc_1,             GPIO12,      output3,     X,     44,      1,    Z)," & 
       "44   (           bc_1,                   *,      control,     1)," & 
       "45   (           bc_4,             GPIO13,        input,     X)," & 
       "46   (           bc_1,             GPIO13,      output3,     X,     47,      1,    Z)," & 
       "47   (           bc_1,                   *,      control,     1)," & 
       "48   (           bc_4,             GPIO14,        input,     X)," & 
       "49   (           bc_1,             GPIO14,      output3,     X,     50,      1,    Z)," & 
       "50   (           bc_1,                   *,      control,     1)," & 
       "51   (           bc_4,             GPIO15,        input,     X)," & 
       "52   (           bc_1,             GPIO15,      output3,     X,     53,      1,    Z)," & 
       "53   (           bc_1,                   *,      control,     1)," & 
       "54   (           bc_4,             GPIO16,        input,     X)," & 
       "55   (           bc_1,             GPIO16,      output3,     X,     56,      1,    Z)," & 
       "56   (           bc_1,                   *,      control,     1)," & 
       "57   (           bc_4,             GPIO17,        input,     X)," & 
       "58   (           bc_1,             GPIO17,      output3,     X,     59,      1,    Z)," & 
       "59   (           bc_1,                   *,      control,     1)," & 
       "60   (           bc_4,             GPIO18,        input,     X)," & 
       "61   (           bc_1,             GPIO18,      output3,     X,     62,      1,    Z)," & 
       "62   (           bc_1,                   *,      control,     1)," & 
       "63   (           bc_1,               EXTSOC1A,      output2,     X)," & 
       "64   (           bc_1,               EXTSOC1B,      output2,     X)," & 
       "65   (           bc_1,               EXTSOC2A,      output2,     X)," & 
       "66   (           bc_1,               EXTSOC2B,      output2,     X)," & 
       "67   (           bc_1,               EXTSOC3A,      output2,     X)," & 
       "68   (           bc_1,               EXTSOC3B,      output2,     X)," & 
       "69   (           bc_1,              EXTADCCLK,      output2,     X)," & 
       "70   (           bc_4,             GPIO19,        input,     X)," & 
       "71   (           bc_1,             GPIO19,      output3,     X,     72,      1,    Z)," & 
       "72   (           bc_1,                   *,      control,     1)," & 
       "73   (           bc_4,             GPIO20,        input,     X)," & 
       "74   (           bc_1,             GPIO20,      output3,     X,     75,      1,    Z)," & 
       "75   (           bc_1,                   *,      control,     1)," & 
       "76   (           bc_4,             GPIO21,        input,     X)," & 
       "77   (           bc_1,             GPIO21,      output3,     X,     78,      1,    Z)," & 
       "78   (           bc_1,                   *,      control,     1)," & 
       "79   (           bc_4,             GPIO22,        input,     X)," & 
       "80   (           bc_1,             GPIO22,      output3,     X,     81,      1,    Z)," & 
       "81   (           bc_1,                   *,      control,     1)," & 
       "82   (           bc_4,             GPIO23,        input,     X)," & 
       "83   (           bc_1,             GPIO23,      output3,     X,     84,      1,    Z)," & 
       "84   (           bc_1,                   *,      control,     1)," & 
       "85   (           bc_4,             GPIO24,        input,     X)," & 
       "86   (           bc_1,             GPIO24,      output3,     X,     87,      1,    Z)," & 
       "87   (           bc_1,                   *,      control,     1)," & 
       "88   (           bc_4,             GPIO25,        input,     X)," & 
       "89   (           bc_1,             GPIO25,      output3,     X,     90,      1,    Z)," & 
       "90   (           bc_1,                   *,      control,     1)," & 
       "91   (           bc_4,             GPIO26,        input,     X)," & 
       "92   (           bc_1,             GPIO26,      output3,     X,     93,      1,    Z)," & 
       "93   (           bc_1,                   *,      control,     1)," & 
       "94   (           bc_4,             GPIO27,        input,     X)," & 
       "95   (           bc_1,             GPIO27,      output3,     X,     96,      1,    Z)," & 
       "96   (           bc_1,                   *,      control,     1)," & 
       "97   (           bc_4,             GPIO32,        input,     X)," & 
       "98   (           bc_1,             GPIO32,      output3,     X,     99,      1,    Z)," & 
       "99   (           bc_1,                   *,      control,     1)," & 
       "100  (           bc_4,             GPIO33,        input,     X)," & 
       "101  (           bc_1,             GPIO33,      output3,     X,    102,      1,    Z)," & 
       "102  (           bc_1,                   *,      control,     1)," & 
       "103  (           bc_4,             GPIO48,        input,     X)," & 
       "104  (           bc_1,             GPIO48,      output3,     X,    105,      1,    Z)," & 
       "105  (           bc_1,                   *,      control,     1)," & 
       "106  (           bc_4,             GPIO49,        input,     X)," & 
       "107  (           bc_1,             GPIO49,      output3,     X,    108,      1,    Z)," & 
       "108  (           bc_1,                   *,      control,     1)," & 
       "109  (           bc_4,             GPIO50,        input,     X)," & 
       "110  (           bc_1,             GPIO50,      output3,     X,    111,      1,    Z)," & 
       "111  (           bc_1,                   *,      control,     1)," & 
       "112  (           bc_4,             GPIO51,        input,     X)," & 
       "113  (           bc_1,             GPIO51,      output3,     X,    114,      1,    Z)," & 
       "114  (           bc_1,                   *,      control,     1)," & 
       "115  (           bc_4,             GPIO52,        input,     X)," & 
       "116  (           bc_1,             GPIO52,      output3,     X,    117,      1,    Z)," & 
       "117  (           bc_1,                   *,      control,     1)," & 
       "118  (           bc_4,             GPIO53,        input,     X)," & 
       "119  (           bc_1,             GPIO53,      output3,     X,    120,      1,    Z)," & 
       "120  (           bc_1,                   *,      control,     1)," & 
       "121  (           bc_4,             GPIO54,        input,     X)," & 
       "122  (           bc_1,             GPIO54,      output3,     X,    123,      1,    Z)," & 
       "123  (           bc_1,                   *,      control,     1)," & 
       "124  (           bc_4,             GPIO55,        input,     X)," & 
       "125  (           bc_1,             GPIO55,      output3,     X,    126,      1,    Z)," & 
       "126  (           bc_1,                   *,      control,     1)," & 
       "127  (           bc_4,             GPIO56,        input,     X)," & 
       "128  (           bc_1,             GPIO56,      output3,     X,    129,      1,    Z)," & 
       "129  (           bc_1,                   *,      control,     1)," & 
       "130  (           bc_4,             GPIO57,        input,     X)," & 
       "131  (           bc_1,             GPIO57,      output3,     X,    132,      1,    Z)," & 
       "132  (           bc_1,                   *,      control,     1)," & 
       "133  (           bc_4,             GPIO58,        input,     X)," & 
       "134  (           bc_1,             GPIO58,      output3,     X,    135,      1,    Z)," & 
       "135  (           bc_1,                   *,      control,     1)," & 
       "136  (           bc_4,             GPIO59,        input,     X)," & 
       "137  (           bc_1,             GPIO59,      output3,     X,    138,      1,    Z)," & 
       "138  (           bc_1,                   *,      control,     1)," & 
       "139  (           bc_4,             GPIO60,        input,     X)," & 
       "140  (           bc_1,             GPIO60,      output3,     X,    141,      1,    Z)," & 
       "141  (           bc_1,                   *,      control,     1)," & 
       "142  (           bc_4,             GPIO61,        input,     X)," & 
       "143  (           bc_1,             GPIO61,      output3,     X,    144,      1,    Z)," & 
       "144  (           bc_1,                   *,      control,     1)," & 
       "145  (           bc_4,             GPIO62,        input,     X)," & 
       "146  (           bc_1,             GPIO62,      output3,     X,    147,      1,    Z)," & 
       "147  (           bc_1,                   *,      control,     1)," & 
       "148  (           bc_4,             GPIO63,        input,     X)," & 
       "149  (           bc_1,             GPIO63,      output3,     X,    150,      1,    Z)," & 
       "150  (           bc_1,                   *,      control,     1)," & 
       "151  (           bc_4,             GPIO64,        input,     X)," & 
       "152  (           bc_1,             GPIO64,      output3,     X,    153,      1,    Z)," & 
       "153  (           bc_1,                   *,      control,     1)," & 
       "154  (           bc_4,             GPIO65,        input,     X)," & 
       "155  (           bc_1,             GPIO65,      output3,     X,    156,      1,    Z)," & 
       "156  (           bc_1,                   *,      control,     1)," & 
       "157  (           bc_4,             GPIO66,        input,     X)," & 
       "158  (           bc_1,             GPIO66,      output3,     X,    159,      1,    Z)," & 
       "159  (           bc_1,                   *,      control,     1)," & 
       "160  (           bc_4,             GPIO67,        input,     X)," & 
       "161  (           bc_1,             GPIO67,      output3,     X,    162,      1,    Z)," & 
       "162  (           bc_1,                   *,      control,     1)," & 
       "163  (           bc_4,             GPIO68,        input,     X)," & 
       "164  (           bc_1,             GPIO68,      output3,     X,    165,      1,    Z)," & 
       "165  (           bc_1,                   *,      control,     1)," & 
       "166  (           bc_4,             GPIO69,        input,     X)," & 
       "167  (           bc_1,             GPIO69,      output3,     X,    168,      1,    Z)," & 
       "168  (           bc_1,                   *,      control,     1)," & 
       "169  (           bc_4,             GPIO70,        input,     X)," & 
       "170  (           bc_1,             GPIO70,      output3,     X,    171,      1,    Z)," & 
       "171  (           bc_1,                   *,      control,     1)," & 
       "172  (           bc_4,             GPIO71,        input,     X)," & 
       "173  (           bc_1,             GPIO71,      output3,     X,    174,      1,    Z)," & 
       "174  (           bc_1,                   *,      control,     1)," & 
       "175  (           bc_4,             GPIO72,        input,     X)," & 
       "176  (           bc_1,             GPIO72,      output3,     X,    177,      1,    Z)," & 
       "177  (           bc_1,                   *,      control,     1)," & 
       "178  (           bc_4,             GPIO73,        input,     X)," & 
       "179  (           bc_1,             GPIO73,      output3,     X,    180,      1,    Z)," & 
       "180  (           bc_1,                   *,      control,     1)," & 
       "181  (           bc_4,             GPIO74,        input,     X)," & 
       "182  (           bc_1,             GPIO74,      output3,     X,    183,      1,    Z)," & 
       "183  (           bc_1,                   *,      control,     1)," & 
       "184  (           bc_4,             GPIO75,        input,     X)," & 
       "185  (           bc_1,             GPIO75,      output3,     X,    186,      1,    Z)," & 
       "186  (           bc_1,                   *,      control,     1)," & 
       "187  (           bc_4,             GPIO76,        input,     X)," & 
       "188  (           bc_1,             GPIO76,      output3,     X,    189,      1,    Z)," & 
       "189  (           bc_1,                   *,      control,     1)," & 
       "190  (           bc_4,             GPIO77,        input,     X)," & 
       "191  (           bc_1,             GPIO77,      output3,     X,    192,      1,    Z)," & 
       "192  (           bc_1,                   *,      control,     1)," & 
       "193  (           bc_4,             GPIO78,        input,     X)," & 
       "194  (           bc_1,             GPIO78,      output3,     X,    195,      1,    Z)," & 
       "195  (           bc_1,                   *,      control,     1)," & 
       "196  (           bc_4,             GPIO79,        input,     X)," & 
       "197  (           bc_1,             GPIO79,      output3,     X,    198,      1,    Z)," & 
       "198  (           bc_1,                   *,      control,     1)," & 
       "199  (           bc_4,             GPIO38,        input,     X)," & 
       "200  (           bc_1,             GPIO38,      output3,     X,    201,      1,    Z)," & 
       "201  (           bc_1,                   *,      control,     1)," & 
       "202  (           bc_1,             XCLKOUT,      output3,     X,    203,      1,    Z)," & 
       "203  (           bc_1,                   *,      control,     1)," & 
       "204  (           bc_4,             GPIO28,        input,     X)," & 
       "205  (           bc_1,             GPIO28,      output3,     X,    206,      1,    Z)," & 
       "206  (           bc_1,                   *,      control,     1)," & 
       "207  (           bc_4,             GPIO34,        input,     X)," & 
       "208  (           bc_1,             GPIO34,      output3,     X,    209,      1,    Z)," & 
       "209  (           bc_1,                   *,      control,     1)," & 
       "210  (           bc_4,             GPIO36,        input,     X)," & 
       "211  (           bc_1,             GPIO36,      output3,     X,    212,      1,    Z)," & 
       "212  (           bc_1,                   *,      control,     1)," & 
       "213  (           bc_4,             GPIO35,        input,     X)," & 
       "214  (           bc_1,             GPIO35,      output3,     X,    215,      1,    Z)," & 
       "215  (           bc_1,                   *,      control,     1)," & 
       "216  (           bc_1,                XRDN,      output3,     X,    217,      1,    Z)," & 
       "217  (           bc_1,                   *,      control,     1)," & 
       "218  (           bc_4,             GPIO37,        input,     X)," & 
       "219  (           bc_1,             GPIO37,      output3,     X,    220,      1,    Z)," & 
       "220  (           bc_1,                   *,      control,     1)," & 
       "221  (           bc_4,             GPIO40,        input,     X)," & 
       "222  (           bc_1,             GPIO40,      output3,     X,    223,      1,    Z)," & 
       "223  (           bc_1,                   *,      control,     1)," & 
       "224  (           bc_1,                XWE1N,      output3,     X,    225,      1,    Z)," & 
       "225  (           bc_1,                   *,      control,     1)," & 
       "226  (           bc_4,             GPIO41,        input,     X)," & 
       "227  (           bc_1,             GPIO41,      output3,     X,    228,      1,    Z)," & 
       "228  (           bc_1,                   *,      control,     1)," & 
       "229  (           bc_4,             GPIO42,        input,     X)," & 
       "230  (           bc_1,             GPIO42,      output3,     X,    231,      1,    Z)," & 
       "231  (           bc_1,                   *,      control,     1)," & 
       "232  (           bc_4,             GPIO43,        input,     X)," & 
       "233  (           bc_1,             GPIO43,      output3,     X,    234,      1,    Z)," & 
       "234  (           bc_1,                   *,      control,     1)," & 
       "235  (           bc_4,             GPIO44,        input,     X)," & 
       "236  (           bc_1,             GPIO44,      output3,     X,    237,      1,    Z)," & 
       "237  (           bc_1,                   *,      control,     1)," & 
       "238  (           bc_4,             GPIO45,        input,     X)," & 
       "239  (           bc_1,             GPIO45,      output3,     X,    240,      1,    Z)," & 
       "240  (           bc_1,                   *,      control,     1)," & 
       "241  (           bc_4,             GPIO46,        input,     X)," & 
       "242  (           bc_1,             GPIO46,      output3,     X,    243,      1,    Z)," & 
       "243  (           bc_1,                   *,      control,     1)," & 
       "244  (           bc_4,             GPIO47,        input,     X)," & 
       "245  (           bc_1,             GPIO47,      output3,     X,    246,      1,    Z)," & 
       "246  (           bc_1,                   *,      control,     1)," & 
       "247  (           bc_4,             GPIO80,        input,     X)," & 
       "248  (           bc_1,             GPIO80,      output3,     X,    249,      1,    Z)," & 
       "249  (           bc_1,                   *,      control,     1)," & 
       "250  (           bc_4,             GPIO81,        input,     X)," & 
       "251  (           bc_1,             GPIO81,      output3,     X,    252,      1,    Z)," & 
       "252  (           bc_1,                   *,      control,     1)," & 
       "253  (           bc_4,             GPIO82,        input,     X)," & 
       "254  (           bc_1,             GPIO82,      output3,     X,    255,      1,    Z)," & 
       "255  (           bc_1,                   *,      control,     1)," & 
       "256  (           bc_4,             GPIO83,        input,     X)," & 
       "257  (           bc_1,             GPIO83,      output3,     X,    258,      1,    Z)," & 
       "258  (           bc_1,                   *,      control,     1)," & 
       "259  (           bc_4,             GPIO84,        input,     X)," & 
       "260  (           bc_1,             GPIO84,      output3,     X,    261,      1,    Z)," & 
       "261  (           bc_1,                   *,      control,     1)," & 
       "262  (           bc_4,             GPIO85,        input,     X)," & 
       "263  (           bc_1,             GPIO85,      output3,     X,    264,      1,    Z)," & 
       "264  (           bc_1,                   *,      control,     1)," & 
       "265  (           bc_4,             GPIO86,        input,     X)," & 
       "266  (           bc_1,             GPIO86,      output3,     X,    267,      1,    Z)," & 
       "267  (           bc_1,                   *,      control,     1)," & 
       "268  (           bc_4,             GPIO87,        input,     X)," & 
       "269  (           bc_1,             GPIO87,      output3,     X,    270,      1,    Z)," & 
       "270  (           bc_1,                   *,      control,     1)," & 
       "271  (           bc_4,             GPIO39,        input,     X)," & 
       "272  (           bc_1,             GPIO39,      output3,     X,    273,      1,    Z)," & 
       "273  (           bc_1,                   *,      control,     1)," & 
       "274  (           bc_4,             GPIO31,        input,     X)," & 
       "275  (           bc_1,             GPIO31,      output3,     X,    276,      1,    Z)," & 
       "276  (           bc_1,                   *,      control,     1)";

 end TMS320C2834x;