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_GDP.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 := "GDP272_PBGA"); 

    port (
              ardy                 : inout        bit;
              are_z                : inout        bit;
              aoe_z                : inout        bit;
              awe_z                : inout        bit;
              be_z                 : inout        bit_vector(3 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(31 downto 0);
              gp4                  : inout        bit;
              gp5                  : inout        bit;
              gp6                  : inout        bit;
              gp7                  : inout        bit;
              emu0                 : in           bit;
              emu1                 : in           bit;
              emu2                 : inout        bit;
              emu3                 : inout        bit;
              emu4                 : inout        bit;
              emu5                 : inout        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;
              rsv0                 : linkage      bit;
              rsv1                 : linkage      bit;
              rsv2                 : linkage      bit;
              rsv3                 : out          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 GDP272_PBGA : PIN_MAP_STRING := 
       "clkmode0: C4," & 
       "clkin: A3," & 
       "clkout2: Y12," & 
       "clkout3: D10," & 
       "emu0: D9," & 
       "emu1: B9," & 
       "emu2: D3," & 
       "emu3: B10," & 
       "emu4: C11," & 
       "emu5: B12," & 
       "reset_z: A13," & 
       "nmi: C13," & 
       "hd: (B14,C14,A15,C15,A16,B16,C16,B17,A18,C17,B18,C19,C20,D18,D20,E20)," & 
       "has_z: E18," & 
       "hds1_z: E19," & 
       "hds2_z: F18," & 
       "hcntrl: (G19,G18)," & 
       "hcs_z: F20," & 
       "hint_z: J20," & 
       "hrw: G20," & 
       "hrdy_z: H19," & 
       "hhwil: H20," & 
       "hold_z: J17," & 
       "holda_z: J18," & 
       "busreq: J19," & 
       "eclkin: Y11," & 
       "eclkout: Y10," & 
       "ed: (N3,P3,P2,P1,R2,R3,T2,T1,U3,U1,U2,V1,V2,Y3,W4,V4,T19,T20,T18,R20,R19,P20,P18,N20,N19,N18,M20,M19,L19,L18,K19,K18)," & 
       "be_z: (V5,Y4,U19,V20)," & 
       "ea: (U18,Y18,W17,Y16,V16,Y15,W15,Y14,W14,V14,W13,V10,Y9,V9,Y8,W8,V8,W7,V7,Y6)," & 
       "ce_z: (V6,W6,W18,V17)," & 
       "awe_z: V12," & 
       "aoe_z: W10," & 
       "are_z: V11," & 
       "ardy: Y5," & 
       "sda0: N2," & 
       "scl0: N1," & 
       "fsr1: M3," & 
       "dr1: M2," & 
       "clkr1: M1," & 
       "clkx1: L3," & 
       "dx1: L2," & 
       "fsx1: L1," & 
       "clks0: K3," & 
       "dr0: J1," & 
       "fsr0: J3," & 
       "fsx0: H1," & 
       "dx0: H2," & 
       "clkr0: H3," & 
       "clkx0: G3," & 
       "clks1: E1," & 
       "tout0: G1," & 
       "tinp0: G2," & 
       "tout1: F1," & 
       "tinp1: F2," & 
       "gp7: E3," & 
       "gp5: C1," & 
       "gp6: D2," & 
       "gp4: C2," & 
       "tck: A6," & 
       "tdi: A7," & 
       "tdo: A8," & 
       "tms: B7," & 
       "trst_z: B6," & 
       "gnd: B4," & 
       "rsv0: A5," & 
       "rsv1: B5," & 
       "rsv2: C12," & 
       "rsv3: D7," & 
       "rsv4: D12"  
;

    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,                   *,      control,     1)," & 
       "5    (           BC_1,                rsv3,      output3,     X,      4,      1,    PULL0)," & 
       "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,                   *,      control,     1)," & 
       "15   (           BC_1,                emu3,      output3,     X,     14,      1,    PULL1)," & 
       "16   (           BC_1,                emu3,        input,     X)," & 
       "17   (           BC_1,                   *,      control,     1)," & 
       "18   (           BC_1,                emu4,      output3,     X,     17,      1,    PULL1)," & 
       "19   (           BC_1,                emu4,        input,     X)," & 
       "20   (           BC_1,                   *,     internal,     X)," & 
       "21   (           BC_1,                   *,      control,     1)," & 
       "22   (           BC_1,                emu5,      output3,     X,     21,      1,    PULL1)," & 
       "23   (           BC_1,                emu5,        input,     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,    PULL1)," & 
       "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,                   *,      control,     1)," & 
       "243  (           BC_1,             be_z(3),      output3,     X,     242,      1,    PULL1)," & 
       "244  (           BC_1,             be_z(3),        input,     X)," & 
       "245  (           BC_1,                   *,      control,     1)," & 
       "246  (           BC_1,             be_z(2),      output3,     X,     245,      1,    PULL1)," & 
       "247  (           BC_1,             be_z(2),        input,     X)," & 
       "248  (           BC_1,              ed(18),      output3,     X,    279,      1,    PULL1)," & 
       "249  (           BC_1,              ed(18),        input,     X)," & 
       "250  (           BC_1,              ed(16),      output3,     X,    279,      1,    PULL1)," & 
       "251  (           BC_1,              ed(16),        input,     X)," & 
       "252  (           BC_1,              ed(17),      output3,     X,    279,      1,    PULL1)," & 
       "253  (           BC_1,              ed(17),        input,     X)," & 
       "254  (           BC_1,              ed(19),      output3,     X,    279,      1,    PULL1)," & 
       "255  (           BC_1,              ed(19),        input,     X)," & 
       "256  (           BC_1,              ed(23),      output3,     X,    279,      1,    PULL1)," & 
       "257  (           BC_1,              ed(23),        input,     X)," & 
       "258  (           BC_1,              ed(20),      output3,     X,    279,      1,    PULL1)," & 
       "259  (           BC_1,              ed(20),        input,     X)," & 
       "260  (           BC_1,              ed(21),      output3,     X,    279,      1,    PULL1)," & 
       "261  (           BC_1,              ed(21),        input,     X)," & 
       "262  (           BC_1,              ed(22),      output3,     X,    279,      1,    PULL1)," & 
       "263  (           BC_1,              ed(22),        input,     X)," & 
       "264  (           BC_1,              ed(25),      output3,     X,    279,      1,    PULL1)," & 
       "265  (           BC_1,              ed(25),        input,     X)," & 
       "266  (           BC_1,              ed(26),      output3,     X,    279,      1,    PULL1)," & 
       "267  (           BC_1,              ed(26),        input,     X)," & 
       "268  (           BC_1,              ed(24),      output3,     X,    279,      1,    PULL1)," & 
       "269  (           BC_1,              ed(24),        input,     X)," & 
       "270  (           BC_1,              ed(27),      output3,     X,    279,      1,    PULL1)," & 
       "271  (           BC_1,              ed(27),        input,     X)," & 
       "272  (           BC_1,              ed(30),      output3,     X,    279,      1,    PULL1)," & 
       "273  (           BC_1,              ed(30),        input,     X)," & 
       "274  (           BC_1,              ed(29),      output3,     X,    279,      1,    PULL1)," & 
       "275  (           BC_1,              ed(29),        input,     X)," & 
       "276  (           BC_1,              ed(28),      output3,     X,    279,      1,    PULL1)," & 
       "277  (           BC_1,              ed(28),        input,     X)," & 
       "278  (           BC_1,              ed(31),      output3,     X,    279,      1,    PULL1)," & 
       "279  (           BC_1,                   *,      control,     1)," & 
       "280  (           BC_1,              ed(31),        input,     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,                   *,      control,     1)," & 
       "354  (           BC_1,                emu2,      output3,     X,    353,      1,    PULL1)," & 
       "355  (           BC_1,                emu2,        input,     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;