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

--  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 := "UBGA"); 

    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(16 downto 0);
	      VSS		   : linkage	  bit_vector(24 downto 0);
	      VSSK		   : linkage      bit;
	      VDD 		   : linkage      bit_vector(23 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 UBGA : PIN_MAP_STRING := 
   "GPIO31   : B2," &
   "GPIO30   : C2," &
   "GPIO29   : C3," &
   "GPIO0    : B1," &
   "GPIO1    : C1," &
   "GPIO2    : F5," &
   "GPIO3    : E4," &
   "GPIO4    : E2," &
   "GPIO5    : E3," &
   "GPIO6    : F3," &
   "GPIO7    : F2," &
   "GPIO8    : G4," &
   "GPIO9    : G2," &
   "GPIO10   : G3," &
   "GPIO11   : H3," &
   "GPIO12   : H2," &
   "GPIO13   : H4," &
   "GPIO14   : H5," &
   "GPIO15   : K2," &
   "GPIO16   : K4," &
   "GPIO17   : J5," &
   "GPIO18   : L1," &
   "EXTSOC1A     : N1," &
   "EXTSOC1B     : M3," &
   "EXTSOC2A     : M2," &
   "EXTSOC2B     : P1," &
   "EXTSOC3A     : N2," &
   "EXTSOC3B     : P2," &
   "EXTADCCLK : N3," &
   "GPIO19   : P3," &
   "GPIO20   : L4," &
   "GPIO21   : M4," &
   "GPIO22   : N4," &
   "GPIO23   : P4," &
   "GPIO24   : P5," &
   "GPIO25   : M5," &
   "GPIO26   : K6," &
   "GPIO27   : M6," &
   "GPIO32   : P6," &
   "GPIO33   : N6," &
   "TDI       : L6," &
   "TDO	  : N7," &
   "TRSTN	  : M7," &
   "TMS	  : M8," &
   "XRSION : N8," &
   "XRSN	  : P8," &
   "EMU1      : L9," &
   "EMU0	  : N9," &
   "TCK	  : P9," &
   "GPIO48   : M10," &
   "GPIO49   : P10," &
   "GPIO50   : N10," &
   "GPIO51   : N11," &
   "GPIO52   : M11," &
   "GPIO53   : L11," &
   "GPIO54   : P12," &
   "GPIO55   : N12," &
   "GPIO56   : P13," &
   "GPIO57   : N13," &
   "GPIO58   : P14," &
   "GPIO59   : M13," &
   "GPIO60   : M14," &
   "GPIO61   : L12," &
   "GPIO62   : L13," &
   "GPIO63   : K13," &
   "GPIO64   : K12," &
   "GPIO65   : K14," &
   "GPIO66   : J11," &
   "GPIO67   : J12," &
   "GPIO68   : J13," &
   "GPIO69   : H13 ," &
   "GPIO70   : H12 ," &
   "GPIO71   : G12 ," &
   "GPIO72   : G13 ," &
   "GPIO73   : F14 ," &
   "GPIO74   : F13 ," &
   "GPIO75   : F12 ," &
   "GPIO76   : E13 ," &
   "GPIO77   : E11 ," &
   "GPIO78   : F10 ," &
   "GPIO79   : C14 ," &
   "XCLKOUT   : B14 ," &
   "GPIO38   : C12 ," &
   "XWE1N	  : C13 ," &
   "XRDN	  : A14 ," &
   "GPIO35	  : B13 ," &
   "GPIO34	  : A13 ," &
   "GPIO36	  : B12 ," &
   "GPIO28	  : A12 ," &
   "GPIO37	  : D11 ," &
   "GPIO40	  : E10 ," &
   "GPIO41	  : D10 ," &
   "GPIO42	  : B10 ," &
   "GPIO43	  : A10 ," &
   "GPIO44	  : A9 ," &
   "GPIO45	  : B9 ," &
   "XCLKIN	  : D9 ," &
   "X2	  : A8 ," &
   "X1	  : C8 ," &
   "GPIO46	  : E7 ," &
   "GPIO47	  : D6 ," &
   "GPIO80	  : E6 ," &
   "GPIO81	  : C5 ," &
   "GPIO82	  : A5 ," &
   "GPIO83	  : B5 ," &
   "GPIO84	  : D5 ," &
   "GPIO85	  : D4," &
   "GPIO86	  : A3," &
   "GPIO87	  : B3 ," &
   "GPIO39	  : A2 ," &
   "VDDIO	  : (D3,F1,J1,L2,K5,K7,K8,P11,L14,J14,F11,D14,A11,C9,D7,B6,B4)," &
   "VSS	  : (D2,D8,F4,G5,H1,J2,K1,L3,L5,L7,L8,M9,K10,M12,J10,H10,G14,G11,E14,D13,B11,E9,A7,A6,A4)," &
   "VSSK	  : B8 ," &
   "VDD18	  : (E8,C7)," &
   "VDD	  : (C4,C6,D1,E1,G1,J3,J4,K3,M1,N5,P7,K9,L10,N14,K11,H11,H14,G10,E12,D12,C11,C10,B7,E5)";

    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;