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: TMS320C6713

-- BSDL file for TMS320C6713
--
-- $Id: TMS320C6713_PYP.bsd,v 1.0 2003/05/07 $
-- v1.0 initial revision
-------------------------------------------------------------------------------
--  TI TMS320C6713                                                           --                                        
-------------------------------------------------------------------------------
--                          IMPORTANT NOTICE                                 --
--  Texas Instruments and its subsidiaries (TI) reserve the right to make    -- 
--  changes to their products or to discontinue any product or service 	     --
--  without notice, and advise customers to obtain the latest version of     --
--  relevant information to verify, before placing orders, that information  --
--  being relied on is current and complete. All products are sold subject   --
--  to the terms and conditions of sale supplied at the time of order        --
--  acknowledgment, including those pertaining to warranty, patent infringe- --
--  ment, and limitation of liability.                                       --
--                                                                           --
--  TI warrants performance of its products 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.                                                 -- 
--                                                                           --
--  Customers are responsible for their applications using TI components.    --
--  In order to minimize risks associated with the customer's applications,  --
--  adequate design and operating safeguards must be provided by the         --
--  customer to minimize inherent or procedural hazards.                     --
--                                                                           --
--  TI assumes no liability for applications assistance or customer product  --
--  design. TI does not 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  products --
--  or services might be or are used. TI's publication of information        --
--  regarding any third party's products or services does not constitute     --
--  TI's approval, license, warranty or endorsement thereof.                 --
--                                                                           -- 
--  Reproduction of information in TI data books or data sheets is           --
--  permissible only if reproduction is without alteration and is            --
--  accompanied by all associated warranties, conditions, limitations and    --
--  notices.  Representation or reproduction of this information with        --
--  alteration voids all warranties provided for an associated TI product or --
--  service, is an unfair and deceptive business practice, and TI is not     --
--  responsible nor liable for any such use.                                 --
--                                                                           --
--  Resale of TI's products or services with statements different from or    --
--  beyond the parameters  stated by TI for that product or service voids    --
--  all express and any implied warranties for the associated TI product or  --
--  service, is an unfair and deceptive business practice, and TI is not     --
--  responsible nor liable for any such use.                                 --
--                                                                           --
--  Also see: Standard Terms and Conditions of Sale for Semiconductor        --
--  Products. www.ti.com/sc/docs/stdterms.htm                                --

--  Mailing Address:                                                         --
--                                                                           --
--             Texas Instruments                                             --
--             Post Office Box 655303                                        --
--             Dallas, Texas 75265                                           -- 
--                                                                           --  
--             Copyright � 2002, Texas Instruments Incorporated              --

 entity TMS320C6713 is 

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

    port (
              ardy                 : inout        bit;
              are_z                : inout        bit;
              aoe_z                : inout        bit;
              awe_z                : inout        bit;
              be_z                 : inout        bit_vector(1 downto 0);
              busreq               : inout        bit;
              ce_z                 : inout        bit_vector(3 downto 0);
              clkin                : in           bit;
              clkmode0             : in           bit;
              clkout2              : inout        bit;
              clkout3              : out          bit;
              clkr0                : inout        bit;
              clkr1                : inout        bit;
              clks0                : inout        bit;
              clks1                : inout        bit;
              clkx0                : inout        bit;
              clkx1                : inout        bit;
              dr0                  : inout        bit;
              dr1                  : inout        bit;
              dx0                  : inout        bit;
              dx1                  : inout        bit;
              ea                   : inout        bit_vector(19 downto 0);
              eclkin               : in           bit;
              eclkout              : out          bit;
              ed                   : inout        bit_vector(15 downto 0);
              gp4                  : inout        bit;
              gp5                  : inout        bit;
              gp6                  : inout        bit;
              gp7                  : inout        bit;
              emu0                 : in        bit;
              emu1                 : in        bit;
              fsr0                 : inout        bit;
              fsr1                 : inout        bit;
              fsx0                 : inout        bit;
              fsx1                 : inout        bit;
              has_z                : inout        bit;
              hcntrl               : inout        bit_vector(1 downto 0);
              hcs_z                : inout        bit;
              hd                   : inout        bit_vector(15 downto 0);
              hds1_z               : inout        bit;
              hds2_z               : inout        bit;
              hhwil                : inout        bit;
              hint_z               : inout        bit;
              hold_z               : inout        bit;
              holda_z              : inout        bit;
              hrdy_z               : inout        bit;
              hrw                  : inout        bit;
              nmi                  : in           bit;
              reset_z              : in           bit;
              scl0                 : inout        bit;
              sda0                 : inout        bit;
              tck                  : in           bit;
              tdi                  : in           bit;
              tdo                  : out       bit;
              tinp0                : inout        bit;
              tinp1                : inout        bit;
              tms                  : in           bit;
              tout0                : inout        bit;
              tout1                : inout        bit;
              trst_z               : in           bit;
              gnd                  : in           bit;
              rsv2                 : linkage      bit;
              rsv0                 : linkage      bit;
              rsv1                 : linkage      bit;
              rsv4                 : linkage      bit
         ); 

    use STD_1149_1_1994.all; -- Get IEEE 1149.1-1994 attributes and definitions 

    attribute COMPONENT_CONFORMANCE of TMS320C6713 : entity is "STD_1149_1_1993";

    attribute PIN_MAP of TMS320C6713 : entity is PHYSICAL_PIN_MAP; 

    constant PYP208_POWERPAD : PIN_MAP_STRING := 
       "clkmode0: 205," & 
       "clkin: 204," & 
       "clkout2: 82," & 
       "clkout3: 184," & 
       "emu0: 186," & 
       "emu1: 185," & 
       "reset_z: 176," & 
       "nmi: 175," & 
       "hd: (174,173,172,168,167,166,165,160,164,161,159,156,154,155,152,147)," & 
       "has_z: 153," & 
       "hds1_z: 151," & 
       "hds2_z: 150," & 
       "hcntrl: (144,146)," & 
       "hcs_z: 145," & 
       "hrw: 143," & 
       "hrdy_z: 140," & 
       "hhwil: 139," & 
       "hint_z: 135," & 
       "hold_z: 138," & 
       "holda_z: 137," & 
       "busreq: 136," & 
       "eclkin: 78," & 
       "eclkout: 77," & 
       "ed: (112,113,111,118,117,120,119,123,122,121,128,127,129,130,131,132)," & 
       "be_z: (108,110)," & 
       "ea: (109,101,100,95,99,92,94,90,91,93,86,76,74,71,70,69,68,64,63,62)," & 
       "ce_z: (57,61,103,102)," & 
       "are_z: 79," & 
       "aoe_z: 75," & 
       "awe_z: 83," & 
       "ardy: 56," & 
       "sda0: 42," & 
       "scl0: 41," & 
       "fsr1: 38," & 
       "dr1: 37," & 
       "clkr1: 36," & 
       "clkx1: 33," & 
       "dx1: 32," & 
       "fsx1: 31," & 
       "clks0: 28," & 
       "dr0: 27," & 
       "fsr0: 24," & 
       "fsx0: 21," & 
       "dx0: 20," & 
       "clkr0: 19," & 
       "clkx0: 16," & 
       "clks1: 8," & 
       "tout0: 18," & 
       "tinp0: 17," & 
       "tout1: 13," & 
       "tinp1: 12," & 
       "gp7: 7," & 
       "gp6: 2," & 
       "gp5: 6," & 
       "gp4: 1," & 
       "tck: 193," & 
       "tdi: 191," & 
       "tdo: 187," & 
       "tms: 192," & 
       "trst_z: 197," & 
       "gnd: 203," & 
       "rsv0: 198," & 
       "rsv1: 200," & 
       "rsv2: 179," & 
       "rsv4: 178"
; 

    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 (20.0e6, BOTH); 
    attribute TAP_SCAN_RESET Of trst_z : signal is true; 

  attribute COMPLIANCE_PATTERNS of TMS320C6713 : entity is "(emu0,emu1,gnd,reset_z)(0000)";

    attribute INSTRUCTION_LENGTH of TMS320C6713 : entity is 8;
    attribute INSTRUCTION_OPCODE of TMS320C6713 : entity is 
        "extest (00000000),"  & 
        "bypass (11111111),"  & 
        "sample (00000001),"  & 
        "idcode (00000100),"  &
        "private1 (01100100),"  & 
        "private2 (01100000),"  & 
        "private3 (01000000),"  & 
        "private4 (01110000),"  & 
        "private5 (01111000),"  & 
        "private6 (00011100),"  & 
        "private7 (01010101),"  & 
        "private8 (00100101)";
        

    attribute INSTRUCTION_CAPTURE of TMS320C6713 : entity is "00000001";

  attribute INSTRUCTION_PRIVATE of TMS320C6713  : entity is "private1," &
                                                             "private2," &
                                                             "private3," &
                                                             "private4," &
                                                             "private5," &
                                                             "private6," &
                                                             "private7," &
                                                             "private8";

    attribute IDCODE_REGISTER of TMS320C6713 : entity is 
        "0011"  &                -- Version Number 
        "0000000001100011"  &    -- Part Number 
        "00000010111"  &         -- Manufacturer ID 
        "1";                     -- Required by IEEE Std. 1149.1-1990 


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

    attribute BOUNDARY_LENGTH of TMS320C6713 : entity is 363;
    attribute BOUNDARY_REGISTER of TMS320C6713 : entity is 
      --- num            cell                 port      function   safe  [ccell  disval  rslt]
       "0    (           BC_1,            clkmode0,        input,     X)," & 
       "1    (           BC_1,               clkin,        input,     X)," & 
       "2    (           BC_1,             *,        internal,     X)," & 
       "3    (           BC_1,          *,      internal,     X)," & 
       "4    (           BC_1,                   *,      internal,     1)," & 
       "5    (           BC_1,             *,      internal,     X)," & 
       "6    (           BC_1,                   *,      internal,     1)," & 
       "7    (           BC_1,                *,      internal,     X)," & 
       "8    (           BC_1,                *,        internal,     X)," & 
       "9    (           BC_1,                   *,      internal,     1)," & 
       "10   (           BC_1,                *,      internal,     X)," & 
       "11   (           BC_1,                *,        internal,     X)," & 
       "12   (           BC_1,                   *,      control,     1)," & 
       "13   (           BC_1,             clkout3,      output3,     X,     12,      1,    PULL0)," & 
       "14   (           BC_1,                   *,      internal,     1)," & 
       "15   (           BC_1,                *,      internal,     X)," & 
       "16   (           BC_1,                *,        internal,     X)," & 
       "17   (           BC_1,                   *,      internal,     1)," & 
       "18   (           BC_1,                *,      internal,     X)," & 
       "19   (           BC_1,                *,        internal,     X)," & 
       "20   (           BC_1,             *,      internal,     X)," & 
       "21   (           BC_1,                   *,      internal,     1)," & 
       "22   (           BC_1,                *,      internal,     X)," & 
       "23   (           BC_1,                *,        internal,     X)," & 
       "24   (           BC_1,                   *,     internal,     X)," & 
       "25   (           BC_1,                 nmi,        input,     X)," & 
       "26   (           BC_1,                   *,      control,     1)," & 
       "27   (           BC_1,              hd(15),      output3,     X,     26,      1,    PULL1)," & 
       "28   (           BC_1,              hd(15),        input,     X)," & 
       "29   (           BC_1,                   *,      control,     1)," & 
       "30   (           BC_1,              hd(14),      output3,     X,     29,      1,    PULL1)," & 
       "31   (           BC_1,              hd(14),        input,     X)," & 
       "32   (           BC_1,                   *,      control,     1)," & 
       "33   (           BC_1,              hd(13),      output3,     X,     32,      1,    PULL1)," & 
       "34   (           BC_1,              hd(13),        input,     X)," & 
       "35   (           BC_1,                   *,      control,     1)," & 
       "36   (           BC_1,              hd(12),      output3,     X,     35,      1,    PULL1)," & 
       "37   (           BC_1,              hd(12),        input,     X)," & 
       "38   (           BC_1,                   *,      control,     1)," & 
       "39   (           BC_1,              hd(11),      output3,     X,     38,      1,    PULL1)," & 
       "40   (           BC_1,              hd(11),        input,     X)," & 
       "41   (           BC_1,                   *,      control,     1)," & 
       "42   (           BC_1,              hd(10),      output3,     X,     41,      1,    PULL1)," & 
       "43   (           BC_1,              hd(10),        input,     X)," & 
       "44   (           BC_1,                   *,      control,     1)," & 
       "45   (           BC_1,               hd(9),      output3,     X,     44,      1,    PULL1)," & 
       "46   (           BC_1,               hd(9),        input,     X)," & 
       "47   (           BC_1,                   *,      control,     1)," & 
       "48   (           BC_1,               hd(7),      output3,     X,     47,      1,    PULL1)," & 
       "49   (           BC_1,               hd(7),        input,     X)," & 
       "50   (           BC_1,                   *,      control,     1)," & 
       "51   (           BC_1,               hd(6),      output3,     X,     50,      1,    PULL1)," & 
       "52   (           BC_1,               hd(6),        input,     X)," & 
       "53   (           BC_1,                   *,      control,     1)," & 
       "54   (           BC_1,               hd(8),      output3,     X,     53,      1,    PULL1)," & 
       "55   (           BC_1,               hd(8),        input,     X)," & 
       "56   (           BC_1,                   *,      control,     1)," & 
       "57   (           BC_1,               hd(5),      output3,     X,     56,      1,    PULL1)," & 
       "58   (           BC_1,               hd(5),        input,     X)," & 
       "59   (           BC_1,                   *,      control,     1)," & 
       "60   (           BC_1,               hd(4),      output3,     X,     59,      1,    PULL0)," & 
       "61   (           BC_1,               hd(4),        input,     X)," & 
       "62   (           BC_1,                   *,      control,     1)," & 
       "63   (           BC_1,               hd(2),      output3,     X,     62,      1,    PULL1)," & 
       "64   (           BC_1,               hd(2),        input,     X)," & 
       "65   (           BC_1,                   *,      control,     1)," & 
       "66   (           BC_1,               hd(3),      output3,     X,     65,      1,    PULL1)," & 
       "67   (           BC_1,               hd(3),        input,     X)," & 
       "68   (           BC_1,                   *,      control,     1)," & 
       "69   (           BC_1,               has_z,      output3,     X,     68,      1,    PULL1)," & 
       "70   (           BC_1,               has_z,        input,     X)," & 
       "71   (           BC_1,                   *,      control,     1)," & 
       "72   (           BC_1,               hd(1),      output3,     X,     71,      1,    PULL1)," & 
       "73   (           BC_1,               hd(1),        input,     X)," & 
       "74   (           BC_1,                   *,      control,     1)," & 
       "75   (           BC_1,              hds1_z,      output3,     X,     74,      1,    PULL1)," & 
       "76   (           BC_1,              hds1_z,        input,     X)," & 
       "77   (           BC_1,                   *,      control,     1)," & 
       "78   (           BC_1,              hds2_z,      output3,     X,     77,      1,    PULL1)," & 
       "79   (           BC_1,              hds2_z,        input,     X)," & 
       "80   (           BC_1,                   *,      control,     1)," & 
       "81   (           BC_1,               hd(0),      output3,     X,     80,      1,    PULL1)," & 
       "82   (           BC_1,               hd(0),        input,     X)," & 
       "83   (           BC_1,                   *,      control,     1)," & 
       "84   (           BC_1,           hcntrl(0),      output3,     X,     83,      1,    PULL1)," & 
       "85   (           BC_1,           hcntrl(0),        input,     X)," & 
       "86   (           BC_1,                   *,      control,     1)," & 
       "87   (           BC_1,               hcs_z,      output3,     X,     86,      1,    PULL1)," & 
       "88   (           BC_1,               hcs_z,        input,     X)," & 
       "89   (           BC_1,                   *,      control,     1)," & 
       "90   (           BC_1,           hcntrl(1),      output3,     X,     89,      1,    PULL1)," & 
       "91   (           BC_1,           hcntrl(1),        input,     X)," & 
       "92   (           BC_1,                   *,      control,     1)," & 
       "93   (           BC_1,                 hrw,      output3,     X,     92,      1,    PULL1)," & 
       "94   (           BC_1,                 hrw,        input,     X)," & 
       "95   (           BC_1,            *,      internal,     X)," & 
       "96   (           BC_1,                   *,      control,     1)," & 
       "97   (           BC_1,              hrdy_z,      output3,     X,     96,      1,    PULL0)," & 
       "98   (           BC_1,              hrdy_z,        input,     X)," & 
       "99   (           BC_1,                   *,      control,     1)," & 
       "100  (           BC_1,               hhwil,      output3,     X,     99,      1,    PULL1)," & 
       "101  (           BC_1,               hhwil,        input,     X)," & 
       "102  (           BC_1,                   *,      control,     1)," & 
       "103  (           BC_1,              hold_z,      output3,     X,    102,      1,    PULL1)," & 
       "104  (           BC_1,              hold_z,        input,     X)," & 
       "105  (           BC_1,                   *,      control,     1)," & 
       "106  (           BC_1,             holda_z,      output3,     X,    105,      1,    PULL1)," & 
       "107  (           BC_1,             holda_z,        input,     X)," & 
       "108  (           BC_1,                   *,      control,     1)," & 
       "109  (           BC_1,              busreq,      output3,     X,    108,      1,    PULL1)," & 
       "110  (           BC_1,              busreq,        input,     X)," & 
       "111  (           BC_1,            *,      internal,     X)," & 
       "112  (           BC_1,                   *,      control,     1)," & 
       "113  (           BC_1,              hint_z,      output3,     X,    112,      1,    PULL1)," & 
       "114  (           BC_1,              hint_z,        input,     X)," & 
       "115  (           BC_1,               ed(0),      output3,     X,    116,      1,    PULL1)," & 
       "116  (           BC_1,                   *,      control,     1)," & 
       "117  (           BC_1,               ed(0),        input,     X)," & 
       "118  (           BC_1,               ed(1),      output3,     X,    119,      1,    PULL1)," & 
       "119  (           BC_1,                   *,      control,     1)," & 
       "120  (           BC_1,               ed(1),        input,     X)," & 
       "121  (           BC_1,               ed(2),      output3,     X,    122,      1,    PULL1)," & 
       "122  (           BC_1,                   *,      control,     1)," & 
       "123  (           BC_1,               ed(2),        input,     X)," & 
       "124  (           BC_1,               ed(3),      output3,     X,    125,      1,    PULL1)," & 
       "125  (           BC_1,                   *,      control,     1)," & 
       "126  (           BC_1,               ed(3),        input,     X)," & 
       "127  (           BC_1,               ed(5),      output3,     X,    128,      1,    PULL1)," & 
       "128  (           BC_1,                   *,      control,     1)," & 
       "129  (           BC_1,               ed(5),        input,     X)," & 
       "130  (           BC_1,               ed(4),      output3,     X,    131,      1,    PULL1)," & 
       "131  (           BC_1,                   *,      control,     1)," & 
       "132  (           BC_1,               ed(4),        input,     X)," & 
       "133  (           BC_1,               ed(8),      output3,     X,    134,      1,    PULL1)," & 
       "134  (           BC_1,                   *,      control,     1)," & 
       "135  (           BC_1,               ed(8),        input,     X)," & 
       "136  (           BC_1,               ed(7),      output3,     X,    137,      1,    PULL1)," & 
       "137  (           BC_1,                   *,      control,     1)," & 
       "138  (           BC_1,               ed(7),        input,     X)," & 
       "139  (           BC_1,               ed(6),      output3,     X,    140,      1,    PULL1)," & 
       "140  (           BC_1,                   *,      control,     1)," & 
       "141  (           BC_1,               ed(6),        input,     X)," & 
       "142  (           BC_1,              ed(10),      output3,     X,    143,      1,    PULL1)," & 
       "143  (           BC_1,                   *,      control,     1)," & 
       "144  (           BC_1,              ed(10),        input,     X)," & 
       "145  (           BC_1,               ed(9),      output3,     X,    146,      1,    PULL1)," & 
       "146  (           BC_1,                   *,      control,     1)," & 
       "147  (           BC_1,               ed(9),        input,     X)," & 
       "148  (           BC_1,              ed(12),      output3,     X,    149,      1,    PULL1)," & 
       "149  (           BC_1,                   *,      control,     1)," & 
       "150  (           BC_1,              ed(12),        input,     X)," & 
       "151  (           BC_1,              ed(11),      output3,     X,    152,      1,    PULL1)," & 
       "152  (           BC_1,                   *,      control,     1)," & 
       "153  (           BC_1,              ed(11),        input,     X)," & 
       "154  (           BC_1,              ed(14),      output3,     X,    155,      1,    PULL1)," & 
       "155  (           BC_1,                   *,      control,     1)," & 
       "156  (           BC_1,              ed(14),        input,     X)," & 
       "157  (           BC_1,              ed(15),      output3,     X,    158,      1,    PULL1)," & 
       "158  (           BC_1,                   *,      control,     1)," & 
       "159  (           BC_1,              ed(15),        input,     X)," & 
       "160  (           BC_1,              ed(13),      output3,     X,    161,      1,    PULL1)," & 
       "161  (           BC_1,                   *,      control,     1)," & 
       "162  (           BC_1,              ed(13),        input,     X)," & 
       "163  (           BC_1,          *,      internal,     X)," & 
       "164  (           BC_1,                   *,      control,     1)," & 
       "165  (           BC_1,             be_z(0),      output3,     X,    164,      1,    PULL1)," & 
       "166  (           BC_1,             be_z(0),        input,     X)," & 
       "167  (           BC_1,                   *,      control,     1)," & 
       "168  (           BC_1,              ea(19),      output3,     X,    167,      1,    PULL1)," & 
       "169  (           BC_1,              ea(19),        input,     X)," & 
       "170  (           BC_1,                   *,      control,     1)," & 
       "171  (           BC_1,             be_z(1),      output3,     X,    170,      1,    PULL1)," & 
       "172  (           BC_1,             be_z(1),        input,     X)," & 
       "173  (           BC_1,                   *,      control,     1)," & 
       "174  (           BC_1,             ce_z(1),      output3,     X,    173,      1,    PULL1)," & 
       "175  (           BC_1,             ce_z(1),        input,     X)," & 
       "176  (           BC_1,                   *,      control,     1)," & 
       "177  (           BC_1,             ce_z(0),      output3,     X,    176,      1,    PULL1)," & 
       "178  (           BC_1,             ce_z(0),        input,     X)," & 
       "179  (           BC_1,              ea(18),      output3,     X,    167,      1,    PULL1)," & 
       "180  (           BC_1,              ea(18),        input,     X)," & 
       "181  (           BC_1,              ea(17),      output3,     X,    167,      1,    PULL1)," & 
       "182  (           BC_1,              ea(17),        input,     X)," & 
       "183  (           BC_1,              ea(15),      output3,     X,    167,      1,    PULL1)," & 
       "184  (           BC_1,              ea(15),        input,     X)," & 
       "185  (           BC_1,              ea(16),      output3,     X,    167,      1,    PULL1)," & 
       "186  (           BC_1,              ea(16),        input,     X)," & 
       "187  (           BC_1,              ea(13),      output3,     X,    167,      1,    PULL1)," & 
       "188  (           BC_1,              ea(13),        input,     X)," & 
       "189  (           BC_1,              ea(10),      output3,     X,    167,      1,    PULL1)," & 
       "190  (           BC_1,              ea(10),        input,     X)," & 
       "191  (           BC_1,              ea(14),      output3,     X,    167,      1,    PULL1)," & 
       "192  (           BC_1,              ea(14),        input,     X)," & 
       "193  (           BC_1,              ea(11),      output3,     X,    167,      1,    PULL1)," & 
       "194  (           BC_1,              ea(11),        input,     X)," & 
       "195  (           BC_1,              ea(12),      output3,     X,    167,      1,    PULL1)," & 
       "196  (           BC_1,              ea(12),        input,     X)," & 
       "197  (           BC_1,               ea(9),      output3,     X,    167,      1,    PULL1)," & 
       "198  (           BC_1,               ea(9),        input,     X)," & 
       "199  (           BC_1,                   *,      control,     1)," & 
       "200  (           BC_1,               awe_z,      output3,     X,    199,      1,    PULL1)," & 
       "201  (           BC_1,               awe_z,        input,     X)," & 
       "202  (           BC_1,                   *,      control,     1)," & 
       "203  (           BC_1,             clkout2,      output3,     X,    202,      1,    PULL0)," & 
       "204  (           BC_1,             clkout2,        input,     X)," & 
       "205  (           BC_1,                   *,      control,     1)," & 
       "206  (           BC_1,               are_z,      output3,     X,    205,      1,    PULL1)," & 
       "207  (           BC_1,               are_z,        input,     X)," & 
       "208  (           BC_1,              eclkin,        input,     X)," & 
       "209  (           BC_1,          *,      internal,     X)," & 
       "210  (           BC_1,                   *,      control,     1)," & 
       "211  (           BC_1,             eclkout,      output3,     X,    210,      1,    PULL0)," & 
       "212  (           BC_1,               ea(8),      output3,     X,    167,      1,    PULL1)," & 
       "213  (           BC_1,               ea(8),        input,     X)," & 
       "214  (           BC_1,                   *,      control,     1)," & 
       "215  (           BC_1,               aoe_z,      output3,     X,    214,      1,    PULL1)," & 
       "216  (           BC_1,               aoe_z,        input,     X)," & 
       "217  (           BC_1,               ea(7),      output3,     X,    167,      1,    PULL1)," & 
       "218  (           BC_1,               ea(7),        input,     X)," & 
       "219  (           BC_1,               ea(6),      output3,     X,    167,      1,    PULL1)," & 
       "220  (           BC_1,               ea(6),        input,     X)," & 
       "221  (           BC_1,               ea(5),      output3,     X,    167,      1,    PULL1)," & 
       "222  (           BC_1,               ea(5),        input,     X)," & 
       "223  (           BC_1,               ea(4),      output3,     X,    167,      1,    PULL1)," & 
       "224  (           BC_1,               ea(4),        input,     X)," & 
       "225  (           BC_1,               ea(3),      output3,     X,    167,      1,    PULL1)," & 
       "226  (           BC_1,               ea(3),        input,     X)," & 
       "227  (           BC_1,               ea(2),      output3,     X,    167,      1,    PULL1)," & 
       "228  (           BC_1,               ea(2),        input,     X)," & 
       "229  (           BC_1,               ea(1),      output3,     X,    167,      1,    PULL1)," & 
       "230  (           BC_1,               ea(1),        input,     X)," & 
       "231  (           BC_1,               ea(0),      output3,     X,    167,      1,    PULL1)," & 
       "232  (           BC_1,               ea(0),        input,     X)," & 
       "233  (           BC_1,                   *,      control,     1)," & 
       "234  (           BC_1,             ce_z(2),      output3,     X,    233,      1,    PULL1)," & 
       "235  (           BC_1,             ce_z(2),        input,     X)," & 
       "236  (           BC_1,                   *,      control,     1)," & 
       "237  (           BC_1,             ce_z(3),      output3,     X,    236,      1,    PULL1)," & 
       "238  (           BC_1,             ce_z(3),        input,     X)," & 
       "239  (           BC_1,                   *,      control,     1)," & 
       "240  (           BC_1,                ardy,      output3,     X,    239,      1,    PULL1)," & 
       "241  (           BC_1,                ardy,        input,     X)," & 
       "242  (           BC_1,                   *,      internal,     1)," & 
       "243  (           BC_1,             *,      internal,     X)," & 
       "244  (           BC_1,             *,      internal,     X)," & 
       "245  (           BC_1,                   *,      internal,     1)," & 
       "246  (           BC_1,             *,      internal,     X)," & 
       "247  (           BC_1,             *,      internal,     X)," & 
       "248  (           BC_1,              *,      internal,     X)," & 
       "249  (           BC_1,              *,      internal,     X)," & 
       "250  (           BC_1,              *,      internal,     X)," & 
       "251  (           BC_1,              *,      internal,     X)," & 
       "252  (           BC_1,              *,      internal,     X)," & 
       "253  (           BC_1,              *,      internal,     X)," & 
       "254  (           BC_1,              *,      internal,     X)," & 
       "255  (           BC_1,              *,      internal,     X)," & 
       "256  (           BC_1,              *,      internal,     X)," & 
       "257  (           BC_1,              *,      internal,     X)," & 
       "258  (           BC_1,              *,      internal,     X)," & 
       "259  (           BC_1,              *,      internal,     X)," & 
       "260  (           BC_1,              *,      internal,     X)," & 
       "261  (           BC_1,              *,      internal,     X)," & 
       "262  (           BC_1,              *,      internal,     X)," & 
       "263  (           BC_1,              *,      internal,     X)," & 
       "264  (           BC_1,              *,      internal,     X)," & 
       "265  (           BC_1,              *,      internal,     X)," & 
       "266  (           BC_1,              *,      internal,     X)," & 
       "267  (           BC_1,              *,      internal,     X)," & 
       "268  (           BC_1,              *,      internal,     X)," & 
       "269  (           BC_1,              *,      internal,     X)," & 
       "270  (           BC_1,              *,      internal,     X)," & 
       "271  (           BC_1,              *,      internal,     X)," & 
       "272  (           BC_1,              *,      internal,     X)," & 
       "273  (           BC_1,              *,      internal,     X)," & 
       "274  (           BC_1,              *,      internal,     X)," & 
       "275  (           BC_1,              *,      internal,     X)," & 
       "276  (           BC_1,              *,      internal,     X)," & 
       "277  (           BC_1,              *,      internal,     X)," & 
       "278  (           BC_1,              *,      internal,     X)," & 
       "279  (           BC_1,                   *,      internal,     1)," & 
       "280  (           BC_1,              *,        internal,     X)," & 
       "281  (           BC_1,          *,      internal,     X)," & 
       "282  (           BC_1,             *,      internal,     X)," & 
       "283  (           BC_1,                   *,      internal,     0)," & 
       "284  (           BC_1,                sda0,      output2,     1,      284,      1,    WEAK1)," & 
       "285  (           BC_1,                sda0,        input,     X)," & 
       "286  (           BC_1,             *,      internal,     X)," & 
       "287  (           BC_1,                   *,      internal,     0)," & 
       "288  (           BC_1,                scl0,      output2,     1,      288,      1,    WEAK1)," & 
       "289  (           BC_1,                scl0,        input,     X)," & 
       "290  (           BC_1,                   *,      control,     1)," & 
       "291  (           BC_1,                fsr1,      output3,     X,    290,      1,    PULL0)," & 
       "292  (           BC_1,                fsr1,        input,     X)," & 
       "293  (           BC_1,              *,      internal,     X)," & 
       "294  (           BC_1,                   *,      internal,     0)," & 
       "295  (           BC_1,                 dr1,      output2,     1,      295,      1,    WEAK1)," & 
       "296  (           BC_1,                 dr1,        input,     X)," & 
       "297  (           BC_1,                   *,      control,     1)," & 
       "298  (           BC_1,               clkr1,      output3,     X,    297,      1,    PULL0)," & 
       "299  (           BC_1,               clkr1,        input,     X)," & 
       "300  (           BC_1,                   *,      control,     1)," & 
       "301  (           BC_1,               clkx1,      output3,     X,    300,      1,    PULL0)," & 
       "302  (           BC_1,               clkx1,        input,     X)," & 
       "303  (           BC_1,                   *,      control,     1)," & 
       "304  (           BC_1,                 dx1,      output3,     X,    303,      1,    PULL1)," & 
       "305  (           BC_1,                 dx1,        input,     X)," & 
       "306  (           BC_1,                   *,      control,     1)," & 
       "307  (           BC_1,                fsx1,      output3,     X,    306,      1,    PULL0)," & 
       "308  (           BC_1,                fsx1,        input,     X)," & 
       "309  (           BC_1,                   *,      control,     1)," & 
       "310  (           BC_1,               clks0,      output3,     X,    309,      1,    PULL0)," & 
       "311  (           BC_1,               clks0,        input,     X)," & 
       "312  (           BC_1,                   *,      control,     1)," & 
       "313  (           BC_1,                 dr0,      output3,     X,    312,      1,    PULL1)," & 
       "314  (           BC_1,                 dr0,        input,     X)," & 
       "315  (           BC_1,                   *,      control,     1)," & 
       "316  (           BC_1,                fsr0,      output3,     X,    315,      1,    PULL0)," & 
       "317  (           BC_1,                fsr0,        input,     X)," & 
       "318  (           BC_1,                   *,      control,     1)," & 
       "319  (           BC_1,                fsx0,      output3,     X,    318,      1,    PULL0)," & 
       "320  (           BC_1,                fsx0,        input,     X)," & 
       "321  (           BC_1,                   *,      control,     1)," & 
       "322  (           BC_1,                 dx0,      output3,     X,    321,      1,    PULL1)," & 
       "323  (           BC_1,                 dx0,        input,     X)," & 
       "324  (           BC_1,                   *,      control,     1)," & 
       "325  (           BC_1,               clkr0,      output3,     X,    324,      1,    PULL0)," & 
       "326  (           BC_1,               clkr0,        input,     X)," & 
       "327  (           BC_1,                   *,      control,     1)," & 
       "328  (           BC_1,               tout0,      output3,     X,    327,      1,    PULL0)," & 
       "329  (           BC_1,               tout0,        input,     X)," & 
       "330  (           BC_1,                   *,      control,     1)," & 
       "331  (           BC_1,               tinp0,      output3,     X,    330,      1,    PULL0)," & 
       "332  (           BC_1,               tinp0,        input,     X)," & 
       "333  (           BC_1,                   *,      control,     1)," & 
       "334  (           BC_1,               clkx0,      output3,     X,    333,      1,    PULL0)," & 
       "335  (           BC_1,               clkx0,        input,     X)," & 
       "336  (           BC_1,                   *,      control,     1)," & 
       "337  (           BC_1,               tout1,      output3,     X,    336,      1,    PULL0)," & 
       "338  (           BC_1,               tout1,        input,     X)," & 
       "339  (           BC_1,            *,      internal,     X)," & 
       "340  (           BC_1,                   *,      control,     1)," & 
       "341  (           BC_1,               tinp1,      output3,     X,    340,      1,    PULL0)," & 
       "342  (           BC_1,               tinp1,        input,     X)," & 
       "343  (           BC_1,            *,      internal,     X)," & 
       "344  (           BC_1,                   *,      internal,     0)," & 
       "345  (           BC_1,               clks1,      output2,     1,      345,      1,    WEAK1)," & 
       "346  (           BC_1,               clks1,        input,     X)," & 
       "347  (           BC_1,                   *,      control,     1)," & 
       "348  (           BC_1,                 gp7,      output3,     X,    347,      1,    PULL1)," & 
       "349  (           BC_1,                 gp7,        input,     X)," & 
       "350  (           BC_1,                   *,      control,     1)," & 
       "351  (           BC_1,                 gp5,      output3,     X,    350,      1,    PULL1)," & 
       "352  (           BC_1,                 gp5,        input,     X)," & 
       "353  (           BC_1,                   *,      internal,     1)," & 
       "354  (           BC_1,                *,      internal,     X)," & 
       "355  (           BC_1,                *,        internal,     X)," & 
       "356  (           BC_1,                   *,      control,     1)," & 
       "357  (           BC_1,                 gp6,      output3,     X,    356,      1,    PULL1)," & 
       "358  (           BC_1,                 gp6,        input,     X)," & 
       "359  (           BC_1,          *,      internal,     X)," & 
       "360  (           BC_1,                   *,      control,     1)," & 
       "361  (           BC_1,                 gp4,      output3,     X,    360,      1,    PULL1)," & 
       "362  (           BC_1,                 gp4,        input,     X)";

 end TMS320C6713;