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

------------------------------------------------------------------------
-- A T M E L   A R M   M I C R O C O N T R O L L E R S                --
------------------------------------------------------------------------
-- BSDL file
--
-- File Name:     sam4e8c_tfbga100.bsdl
-- File Revision: 1.0
-- Date: 	  Fri Jul 13 17:11:00 201�

-- Created by:    Atmel Corporation
-- File Status:   Released
--
-- Device:        sam4e8c
-- Package:       tfbga100
--
-- Visit http://www.atmel.com for a updated list of BSDL files.
--
------------------------------------------------------------------------
-- Syntax and Semantics are checked against the IEEE 1149.1 standard. --
-- The logical functioning of the standard Boundary-Scan instructions --
-- and of the associated bypass, idcode and boundary-scan register    --
-- described in this BSDL file has been verified against its related  --
-- silicon by JTAG Technologies B.V.                                  --
------------------------------------------------------------------------
------------------------------------------------------------------------
--                       IMPORTANT NOTICE                             --
--                                                                    --
--   Copyright 2005 Atmel Corporation. All Rights Reserved.           --
--                                                                    --
--   Atmel assumes no responsibility or liability arising out         --
--   this application or use of any information described herein      --
--   except as expressly agreed to in writing by Atmel Corporation.   --
--                                                                    --
-- ------------------------------------------------------------------ --
-- This BSDL File has been verified on severals BSDL Syntax           --
-- Checker/Compilers                                                  --
--                                                                    --
-- http://www.asset-intertech.com/bsdl_service                        --
--   Job Status:     Pass                                             --
--                                                                    --
--   File Name:      sam4e8c_tfbga100.bsdl                            --
--   Timestamp:      Friday, January 25, 2013 11:26 AM                --
--                                                                    --
--   Results:        Entity name: sam4e8c                             --
--   IEEE Std 1149.1-1994 (Version 1.0)                               --
--   Packaging option selected is TFBGA.                              --
--   Inputs = 0                                                       --
--   Outputs = 0                                                      --
--                                                                    --
--   Bidirectionals = 71                                              --
--   Instruction Reg Length = 3                                       --
--   Boundary Reg Length = 218                                        --
--                                                                    --
--   BSDL compilation of 551 lines completed without errors.          --
------------------------------------------------------------------------


 entity sam4e8c is
   
-- This section identifies the default device package selected.
   
   generic (PHYSICAL_PIN_MAP: string:= "tfbga100");
   
-- This section declares all the ports in the design.
   
   port ( 
          NRST                   : in       bit;
          TEST                   : in       bit;
          JTAGSEL                : in       bit;
          PB7                    : in       bit;          
          PB4                    : in       bit;
          PB5                    : out      bit;
          PB6                    : in       bit;
          PA0                    : inout    bit;
          PA10                   : inout    bit;
          PA11                   : inout    bit;
          PA12                   : inout    bit;
          PA13                   : inout    bit;
          PA14                   : inout    bit;
          PA15                   : inout    bit;
          PA16                   : inout    bit;
          PA17                   : inout    bit;
          PA18                   : inout    bit;
          PA19                   : inout    bit;
          PA1                    : inout    bit;
          PA20                   : inout    bit;
          PA21                   : inout    bit;
          PA22                   : inout    bit;
          PA23                   : inout    bit;
          PA24                   : inout    bit;
          PA25                   : inout    bit;
          PA26                   : inout    bit;
          PA27                   : inout    bit;
          PA28                   : inout    bit;
          PA29                   : inout    bit;
          PA2                    : inout    bit;
          PA30                   : inout    bit;
          PA31                   : inout    bit;
          PA3                    : inout    bit;
          PA4                    : inout    bit;
          PA5                    : inout    bit;
          PA6                    : inout    bit;
          PA9                    : inout    bit;
          PB0                    : inout    bit;
          PB10                   : inout    bit;
          PB11                   : inout    bit;
          PB12                   : inout    bit;
          PB13                   : inout    bit;
          PB14                   : inout    bit;
          PB1                    : inout    bit;
          PB2                    : inout    bit;
          PB3                    : inout    bit;
          PD0                    : inout    bit;
          PD10                   : inout    bit;
          PD11                   : inout    bit;
          PD12                   : inout    bit;
          PD13                   : inout    bit;
          PD14                   : inout    bit;
          PD15                   : inout    bit;
          PD16                   : inout    bit;
          PD17                   : inout    bit;
          PD18                   : inout    bit;
          PD19                   : inout    bit;
          PD1                    : inout    bit;
          PD20                   : inout    bit;
          PD21                   : inout    bit;
          PD22                   : inout    bit;
          PD23                   : inout    bit;
          PD24                   : inout    bit;
          PD25                   : inout    bit;
          PD26                   : inout    bit;
          PD27                   : inout    bit;
          PD28                   : inout    bit;
          PD29                   : inout    bit;
          PD2                    : inout    bit;
          PD30                   : inout    bit;
          PD31                   : inout    bit;
          PD3                    : inout    bit;
          PD4                    : inout    bit;
          PD5                    : inout    bit;
          PD6                    : inout    bit;
          PD7                    : inout    bit;
          PD8                    : inout    bit;
          PD9                    : inout    bit;
          PA7                    : in       bit;
          PA8                    : linkage  bit;
          PB8                    : linkage  bit;
          PB9                    : linkage  bit
   );
   
   use STD_1149_1_1994.all;
   
   attribute COMPONENT_CONFORMANCE of sam4e8c: entity is "STD_1149_1_1993";
   
   attribute PIN_MAP of sam4e8c: entity is PHYSICAL_PIN_MAP;
   
-- This section specifies the pin map for each port. This information is 
-- extracted from the port-to-pin map file that was read in using the 
-- "read_pin_map" command.
   
     constant tfbga100: PIN_MAP_STRING := 
        "NRST                   : G10," &
        "TEST                   : F7," &
        "JTAGSEL                : A10," &
        "PA0                    : D8," &
        "PA10                   : K9," &
        "PA11                   : J8," &
        "PA12                   : K10," &
        "PA13                   : G5," &
        "PA14                   : H6," &
        "PA15                   : J6," &
        "PA16                   : J5," &
        "PA17                   : G1," &
        "PA18                   : G2," &
        "PA19                   : F1," &
        "PA1                    : C10," &
        "PA20                   : F2," &
        "PA21                   : J1," &
        "PA22                   : J3," &
        "PA23                   : K5," &
        "PA24                   : K7," &
        "PA25                   : H7," &
        "PA26                   : K8," &
        "PA27                   : H8," &
        "PA28                   : A9," &
        "PA29                   : C5," &
        "PA2                    : D10," &
        "PA30                   : C7," &
        "PA31                   : A7," &
        "PA3                    : F9," &
        "PA4                    : H10," &
        "PA5                    : H9," &
        "PA6                    : A8," &
        "PA9                    : J9," &
        "PB0                    : E1," &
        "PB10                   : A4," &
        "PB11                   : B4," &
        "PB12                   : F8," &
        "PB13                   : B2," &
        "PB14                   : A3," &
        "PB1                    : E2," &
        "PB2                    : H1," &
        "PB3                    : H2," &
        "PB4                    : B9," &
        "PB5                    : C8," &
        "PB6                    : G8," &
        "PB7                    : E9," &
        "PD0                    : C1," &
        "PD10                   : C9," &
        "PD11                   : D9," &
        "PD12                   : E10," &
        "PD13                   : E8," &
        "PD14                   : F10," &
        "PD15                   : B10," &
        "PD16                   : G9," &
        "PD17                   : J10," &
        "PD18                   : K6," &
        "PD19                   : K4," &
        "PD1                    : D2," &
        "PD20                   : K3," &
        "PD21                   : H5," &
        "PD22                   : J4," &
        "PD23                   : F3," &
        "PD24                   : G4," &
        "PD25                   : H3," &
        "PD26                   : G3," &
        "PD27                   : H4," &
        "PD28                   : J7," &
        "PD29                   : C6," &
        "PD2                    : E3," &
        "PD30                   : K1," &
        "PD31                   : B1," &
        "PD3                    : B5," &
        "PD4                    : A5," &
        "PD5                    : D5," &
        "PD6                    : B6," &
        "PD7                    : A6," &
        "PD8                    : B7," &
        "PD9                    : B8," &
        "PA7                    : J2," &
        "PA8                    : K2," &
        "PB8                    : A2," &
        "PB9                    : A1";
   
-- This section specifies the TAP ports. For the TAP TCK port, the parameters in 
-- the brackets are:
--        First Field : Maximum  TCK frequency.
--        Second Field: Allowable states TCK may be stopped in.
   
   attribute TAP_SCAN_CLOCK of PB7 : signal is (1.000000e+06, BOTH);
   attribute TAP_SCAN_IN    of PB4 : signal is true;
   attribute TAP_SCAN_MODE  of PB6 : signal is true;
   attribute TAP_SCAN_OUT   of PB5 : signal is true;
   attribute TAP_SCAN_RESET of NRST : signal is true;
   
-- Specifies the compliance enable patterns for the design. It lists a set of 
-- design ports and the values that they should be set to, in order to enable 
-- compliance to IEEE Std 1149.1
   
   attribute COMPLIANCE_PATTERNS of sam4e8c: entity is 
        "(JTAGSEL, PA7, TEST) (100)";
   
-- Specifies the number of bits in the instruction register.
   
   attribute INSTRUCTION_LENGTH of sam4e8c: entity is 3;
   
-- Specifies the boundary-scan instructions implemented in the design and their 
-- opcodes.
   
   attribute INSTRUCTION_OPCODE of sam4e8c: entity is 
     "BYPASS (111, 100, 110, 101)," &
     "EXTEST (000)," &
     "SAMPLE (011)," &
     "USER1  (001)," &
     "IDCODE (010)";
   
-- Specifies the bit pattern that is loaded into the instruction register when 
-- the TAP controller passes through the Capture-IR state. The standard mandates 
-- that the two LSBs must be "01". The remaining bits are design specific.
   
   attribute INSTRUCTION_CAPTURE of sam4e8c: entity is "001";
   
-- Specifies the bit pattern that is loaded into the DEVICE_ID register during 
-- the IDCODE instruction when the TAP controller passes through the Capture-DR 
-- state.
   
   attribute IDCODE_REGISTER of sam4e8c: entity is 
     "0000" &                  
 -- 4-bit version number
     "0101101100110111" &      
 -- 16-bit part number
     "00000011111" &           
 -- 11-bit identity of the manufacturer
     "1";                      
 -- Required by IEEE Std 1149.1
   
-- This section specifies the test data register placed between TDI and TDO for 
-- each implemented instruction.
   
   attribute REGISTER_ACCESS of sam4e8c: entity is 
        "BYPASS    (BYPASS)," &
        "BOUNDARY  (EXTEST, SAMPLE, USER1)," &
        "DEVICE_ID (IDCODE)";
   
-- Specifies the length of the boundary scan register.
   
   attribute BOUNDARY_LENGTH of sam4e8c: entity is 218;
   
-- The following list specifies the characteristics of each cell in the boundary 
-- scan register from TDI to TDO. The following is a description of the label 
-- fields:
--      num     : Is the cell number.
--      cell    : Is the cell type as defined by the standard.
--      port    : Is the design port name. Control cells do not have a port 
--                name.
--      function: Is the function of the cell as defined by the standard. Is one 
--                of input, output2, output3, bidir, control or controlr.
--      safe    : Specifies the value that the BSR cell should be loaded with 
--                for safe operation when the software might otherwise choose a 
--                random value.
--      ccell   : The control cell number. Specifies the control cell that 
--                drives the output enable for this port.
--      disval  : Specifies the value that is loaded into the control cell to 
--                disable the output enable for the corresponding port.
--      rslt    : Resulting state. Shows the state of the driver when it is 
--                disabled.
   
   attribute BOUNDARY_REGISTER of sam4e8c: entity is 
--     
--    num   cell   port    function      safe  [ccell  disval  rslt]
--     
     "217  (BC_1,  *,      control,      1),                        " &
     "216  (BC_7,  PA16, bidir,        X,    217,    1,      Z),  " &
     "215  (BC_1,  *,      control,      1),                        " &
     "214  (BC_7,  PD27, bidir,        X,    215,    1,      Z),  " &
     "213  (BC_0,  *,      internal,      X),                       " &
     "212  (BC_0,  *,      internal,      X),  " &
     "211  (BC_1,  *,      control,      1),                        " &
     "210  (BC_7,  PD26, bidir,        X,    211,    1,      Z),  " &
     "209  (BC_1,  *,      control,      1),                        " &
     "208  (BC_7,  PA15, bidir,        X,    209,    1,      Z),  " &
     "207  (BC_1,  *,      control,      1),                        " &
     "206  (BC_7,  PA14, bidir,        X,    207,    1,      Z),  " &
     "205  (BC_1,  *,      control,      1),                        " &
     "204  (BC_7,  PD25, bidir,        X,    205,    1,      Z),  " &
     "203  (BC_0,  *,      internal,      X),                       " &
     "202  (BC_0,  *,      internal,      X),  " &
     "201  (BC_1,  *,      control,      1),                        " &
     "200  (BC_7,  PA13, bidir,        X,    201,    1,      Z),  " &
     "199  (BC_1,  *,      control,      1),                        " &
     "198  (BC_7,  PD24, bidir,        X,    199,    1,      Z),  " &
     "197  (BC_1,  *,      control,      1),                        " &
     "196  (BC_7,  PA24, bidir,        X,    197,    1,      Z),  " &
     "195  (BC_1,  *,      control,      1),                        " &
     "194  (BC_7,  PD23, bidir,        X,    195,    1,      Z),  " &
     "193  (BC_0,  *,      internal,      X),                       " &
     "192  (BC_0,  *,      internal,      X),  " &
     "191  (BC_0,  *,      internal,      X),                       " &
     "190  (BC_0,  *,      internal,      X),  " &
     "189  (BC_1,  *,      control,      1),                        " &
     "188  (BC_7,  PA25, bidir,        X,    189,    1,      Z),  " &
     "187  (BC_1,  *,      control,      1),                        " &
     "186  (BC_7,  PD22, bidir,        X,    187,    1,      Z),  " &
     "185  (BC_1,  *,      control,      1),                        " &
     "184  (BC_7,  PA26, bidir,        X,    185,    1,      Z),  " &
     "183  (BC_0,  *,      internal,      X),                       " &
     "182  (BC_0,  *,      internal,      X),  " &
     "181  (BC_1,  *,      control,      1),                        " &
     "180  (BC_7,  PD21, bidir,        X,    181,    1,      Z),  " &
     "179  (BC_1,  *,      control,      1),                        " &
     "178  (BC_7,  PA12, bidir,        X,    179,    1,      Z),  " &
     "177  (BC_1,  *,      control,      1),                        " &
     "176  (BC_7,  PA11, bidir,        X,    177,    1,      Z),  " &
     "175  (BC_0,  *,      internal,      X),                       " &
     "174  (BC_0,  *,      internal,      X),  " &
     "173  (BC_1,  *,      control,      1),                        " &
     "172  (BC_7,  PD20, bidir,        X,    173,    1,      Z),  " &
     "171  (BC_1,  *,      control,      1),                        " &
     "170  (BC_7,  PA10, bidir,        X,    171,    1,      Z),  " &
     "169  (BC_1,  *,      control,      1),                        " &
     "168  (BC_7,  PA9,  bidir,        X,    169,    1,      Z),  " &
     "167  (BC_0,  *,      internal,      X),                       " &
     "166  (BC_0,  *,      internal,      X),  " &
     "165  (BC_1,  *,      control,      1),                        " &
     "164  (BC_7,  PD19, bidir,        X,    165,    1,      Z),  " &
     "163  (BC_1,  *,      control,      1),                        " &
     "162  (BC_7,  PD18, bidir,        X,    163,    1,      Z),  " &
     "161  (BC_1,  *,      control,      1),                        " &
     "160  (BC_7,  PA6,  bidir,        X,    161,    1,      Z),  " &
     "159  (BC_1,  *,      control,      1),                        " &
     "158  (BC_7,  PD17, bidir,        X,    159,    1,      Z),  " &
     "157  (BC_1,  *,      control,      1),                        " &
     "156  (BC_7,  PA5,  bidir,        X,    157,    1,      Z),  " &
     "155  (BC_0,  *,      internal,      X),                       " &
     "154  (BC_0,  *,      internal,      X),  " &
     "153  (BC_1,  *,      control,      1),                        " &
     "152  (BC_7,  PD16, bidir,        X,    153,    1,      Z),  " &
     "151  (BC_1,  *,      control,      1),                        " &
     "150  (BC_7,  PA4,  bidir,        X,    151,    1,      Z),  " &
     "149  (BC_1,  *,      control,      1),                        " &
     "148  (BC_7,  PA27, bidir,        X,    149,    1,      Z),  " &
     "147  (BC_1,  *,      control,      1),                        " &
     "146  (BC_7,  PD15, bidir,        X,    147,    1,      Z),  " &
     "145  (BC_0,  *,      internal,      X),                       " &
     "144  (BC_0,  *,      internal,      X),  " &
     "143  (BC_1,  *,      control,      1),                        " &
     "142  (BC_7,  PA28, bidir,        X,    143,    1,      Z),  " &
     "141  (BC_1,  *,      control,      1),                        " &
     "140  (BC_7,  PD14, bidir,        X,    141,    1,      Z),  " &
     "139  (BC_0,  *,      internal,      X),                       " &
     "138  (BC_0,  *,      internal,      X),  " &
     "137  (BC_1,  *,      control,      1),                        " &
     "136  (BC_7,  PA29, bidir,        X,    137,    1,      Z),  " &
     "135  (BC_1,  *,      control,      1),                        " &
     "134  (BC_7,  PA30, bidir,        X,    135,    1,      Z),  " &
     "133  (BC_1,  *,      control,      1),                        " &
     "132  (BC_7,  PD13, bidir,        X,    133,    1,      Z),  " &
     "131  (BC_0,  *,      internal,      X),                       " &
     "130  (BC_0,  *,      internal,      X),  " &
     "129  (BC_1,  *,      control,      1),                        " &
     "128  (BC_7,  PA3,  bidir,        X,    129,    1,      Z),  " &
     "127  (BC_1,  *,      control,      1),                        " &
     "126  (BC_7,  PD12, bidir,        X,    127,    1,      Z),  " &
     "125  (BC_1,  *,      control,      1),                        " &
     "124  (BC_7,  PA2,  bidir,        X,    125,    1,      Z),  " &
     "123  (BC_0,  *,      internal,      X),                       " &
     "122  (BC_0,  *,      internal,      X),  " &
     "121  (BC_0,  *,      internal,      X),                       " &
     "120  (BC_0,  *,      internal,      X),  " &
     "119  (BC_1,  *,      control,      1),                        " &
     "118  (BC_7,  PD11, bidir,        X,    119,    1,      Z),  " &
     "117  (BC_1,  *,      control,      1),                        " &
     "116  (BC_7,  PA1,  bidir,        X,    117,    1,      Z),  " &
     "115  (BC_0,  *,      internal,      X),                       " &
     "114  (BC_0,  *,      internal,      X),  " &
     "113  (BC_1,  *,      control,      1),                        " &
     "112  (BC_7,  PD10, bidir,        X,    113,    1,      Z),  " &
     "111  (BC_1,  *,      control,      1),                        " &
     "110  (BC_7,  PA0,  bidir,        X,    111,    1,      Z),  " &
     "109  (BC_0,  *,      internal,      X),                       " &
     "108  (BC_0,  *,      internal,      X),  " &
     "107  (BC_1,  *,      control,      1),                        " &
     "106  (BC_7,  PD9,  bidir,        X,    107,    1,      Z),  " &
     "105  (BC_0,  *,      internal,      X),                       " &
     "104  (BC_0,  *,      internal,      X),  " &
     "103  (BC_1,  *,      control,      1),                        " &
     "102  (BC_7,  PD8,  bidir,        X,    103,    1,      Z),  " &
     "101  (BC_0,  *,      internal,      X),                       " &
     "100  (BC_0,  *,      internal,      X),  " &
     "99   (BC_1,  *,      control,      1),                        " &
     "98   (BC_7,  PA31, bidir,        X,    99,     1,      Z),  " &
     "97   (BC_1,  *,      control,      1),                        " &
     "96   (BC_7,  PD7,  bidir,        X,    97,     1,      Z),  " &
     "95   (BC_0,  *,      internal,      X),                       " &
     "94   (BC_0,  *,      internal,      X),  " &
     "93   (BC_1,  *,      control,      1),                        " &
     "92   (BC_7,  PD6,  bidir,        X,    93,     1,      Z),  " &
     "91   (BC_0,  *,      internal,      X),                       " &
     "90   (BC_0,  *,      internal,      X),  " &
     "89   (BC_0,  *,      internal,      X),                       " &
     "88   (BC_0,  *,      internal,      X),  " &
     "87   (BC_1,  *,      control,      1),                        " &
     "86   (BC_7,  PD5,  bidir,        X,    87,     1,      Z),  " &
     "85   (BC_1,  *,      control,      1),                        " &
     "84   (BC_7,  PB12, bidir,        X,    85,     1,      Z),  " &
     "83   (BC_1,  *,      control,      1),                        " &
     "82   (BC_7,  PD4,  bidir,        X,    83,     1,      Z),  " &
     "81   (BC_1,  *,      control,      1),                        " &
     "80   (BC_7,  PB10, bidir,        X,    81,     1,      Z),  " &
     "79   (BC_1,  *,      control,      1),                        " &
     "78   (BC_7,  PB11, bidir,        X,    79,     1,      Z),  " &
     "77   (BC_0,  *,      internal,      X),                       " &
     "76   (BC_0,  *,      internal,      X),  " &
     "75   (BC_1,  *,      control,      1),                        " &
     "74   (BC_7,  PD3,  bidir,        X,    75,     1,      Z),  " &
     "73   (BC_0,  *,      internal,      X),                       " &
     "72   (BC_0,  *,      internal,      X),  " &
     "71   (BC_1,  *,      control,      1),                        " &
     "70   (BC_7,  PD2,  bidir,        X,    71,     1,      Z),  " &
     "69   (BC_1,  *,      control,      1),                        " &
     "68   (BC_7,  PB13, bidir,        X,    69,     1,      Z),  " &
     "67   (BC_0,  *,      internal,      X),                       " &
     "66   (BC_0,  *,      internal,      X),  " &
     "65   (BC_1,  *,      control,      1),                        " &
     "64   (BC_7,  PD1,  bidir,        X,    65,     1,      Z),  " &
     "63   (BC_1,  *,      control,      1),                        " &
     "62   (BC_7,  PD0,  bidir,        X,    63,     1,      Z),  " &
     "61   (BC_1,  *,      control,      1),                        " &
     "60   (BC_7,  PB14, bidir,        X,    61,     1,      Z),  " &
     "59   (BC_1,  *,      control,      1),                        " &
     "58   (BC_7,  PB0,  bidir,        X,    59,     1,      Z),  " &
     "57   (BC_0,  *,      internal,      X),                       " &
     "56   (BC_0,  *,      internal,      X),  " &
     "55   (BC_0,  *,      internal,      X),                       " &
     "54   (BC_0,  *,      internal,      X),  " &
     "53   (BC_1,  *,      control,      1),                        " &
     "52   (BC_7,  PB1,  bidir,        X,    53,     1,      Z),  " &
     "51   (BC_0,  *,      internal,      X),                       " &
     "50   (BC_0,  *,      internal,      X),  " &
     "49   (BC_0,  *,      internal,      X),                       " &
     "48   (BC_0,  *,      internal,      X),  " &
     "47   (BC_1,  *,      control,      1),                        " &
     "46   (BC_7,  PB2,  bidir,        X,    47,     1,      Z),  " &
     "45   (BC_0,  *,      internal,      X),                       " &
     "44   (BC_0,  *,      internal,      X),  " &
     "43   (BC_0,  *,      internal,      X),                       " &
     "42   (BC_0,  *,      internal,      X),  " &
     "41   (BC_1,  *,      control,      1),                        " &
     "40   (BC_7,  PB3,  bidir,        X,    41,     1,      Z),  " &
     "39   (BC_1,  *,      control,      1),                        " &
     "38   (BC_7,  PA17, bidir,        X,    39,     1,      Z),  " &
     "37   (BC_0,  *,      internal,      X),                       " &
     "36   (BC_0,  *,      internal,      X),  " &
     "35   (BC_0,  *,      internal,      X),                       " &
     "34   (BC_0,  *,      internal,      X),  " &
     "33   (BC_1,  *,      control,      1),                        " &
     "32   (BC_7,  PA18, bidir,        X,    33,     1,      Z),  " &
     "31   (BC_0,  *,      internal,      X),                       " &
     "30   (BC_0,  *,      internal,      X),  " &
     "29   (BC_1,  *,      control,      1),                        " &
     "28   (BC_7,  PA21, bidir,        X,    29,     1,      Z),  " &
     "27   (BC_0,  *,      internal,      X),                       " &
     "26   (BC_0,  *,      internal,      X),  " &
     "25   (BC_0,  *,      internal,      X),                       " &
     "24   (BC_0,  *,      internal,      X),  " &
     "23   (BC_1,  *,      control,      1),                        " &
     "22   (BC_7,  PA19, bidir,        X,    23,     1,      Z),  " &
     "21   (BC_0,  *,      internal,      X),                       " &
     "20   (BC_0,  *,      internal,      X),  " &
     "19   (BC_1,  *,      control,      1),                        " &
     "18   (BC_7,  PD31, bidir,        X,    19,     1,      Z),  " &
     "17   (BC_1,  *,      control,      1),                        " &
     "16   (BC_7,  PA22, bidir,        X,    17,     1,      Z),  " &
     "15   (BC_0,  *,      internal,      X),                       " &
     "14   (BC_0,  *,      internal,      X),  " &
     "13   (BC_1,  *,      control,      1),                        " &
     "12   (BC_7,  PD30, bidir,        X,    13,     1,      Z),  " &
     "11   (BC_1,  *,      control,      1),                        " &
     "10   (BC_7,  PA23, bidir,        X,    11,     1,      Z),  " &
     "9    (BC_1,  *,      control,      1),                        " &
     "8    (BC_7,  PD29, bidir,        X,    9,      1,      Z),  " &
     "7    (BC_0,  *,      internal,      X),                       " &
     "6    (BC_0,  *,      internal,      X),  " &
     "5    (BC_1,  *,      control,      1),                        " &
     "4    (BC_7,  PD28, bidir,        X,    5,      1,      Z),  " &
     "3    (BC_1,  *,      control,      1),                        " &
     "2    (BC_7,  PA20, bidir,        X,    3,      1,      Z),  " &
     "1    (BC_0,  *,      internal,      X),                       " &
     "0    (BC_0,  *,      internal,      X)   ";
 
 end sam4e8c;