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

------------------------------------------------------------------------
-- 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:     sam3u2c_tfbga100.bsd
-- File Revision: 2.1
-- Date: 	  Wed Jan 13 15:46:46 2010

-- Created by:    Atmel Corporation
-- File Status:   Released
--
-- Device:        sam3u2c
-- 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                        --
--  File Name: 	sam3u2c_tfbga100.bsd			      --
--  Timestamp: 	Monday, July 06, 2009 2:27 AM     		      --
-- 	 							      --
--  IEEE Std 1149.1-1994 (Version 1.0)                                --
--  Packaging option selected is TFBGA100.                --
--  Inputs = 0                                                        --
--  Outputs = 0                                                       --
--  Bidirectionals = 57                                               --
--  Instruction Reg Length = 3                                        --
--  Boundary Reg Length = 192                                         --
--  BSDL compilation of 624 lines completed without errors.           --
--                                                                    --
------------------------------------------------------------------------
								      
								      
								      
 entity sam3u2c 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 ( 
          TCK                    : in       bit;
          TDI                    : in       bit;
          TMS                    : in       bit;
          NRST                   : 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;
          PA7                    : inout    bit;
          PA8                    : inout    bit;
          PA9                    : inout    bit;
          PB0                    : inout    bit;
          PB10                   : inout    bit;
          PB11                   : inout    bit;
          PB12                   : inout    bit;
          PB13                   : inout    bit;
          PB14                   : inout    bit;
          PB15                   : inout    bit;
          PB16                   : inout    bit;
          PB17                   : inout    bit;
          PB18                   : inout    bit;
          PB19                   : inout    bit;
          PB1                    : inout    bit;
          PB20                   : inout    bit;
          PB21                   : inout    bit;
          PB22                   : inout    bit;
          PB23                   : inout    bit;
          PB24                   : inout    bit;
          PB2                    : inout    bit;
          PB3                    : inout    bit;
          PB4                    : inout    bit;
          PB5                    : inout    bit;
          PB6                    : inout    bit;
          PB7                    : inout    bit;
          PB8                    : inout    bit;
          PB9                    : inout    bit;
          TDO                    : out      bit;
          DFSDM                  : linkage  bit;
          DFSDP                  : linkage  bit;
          DHSDM                  : linkage  bit;
          DHSDP                  : linkage  bit;
          ERASE                  : linkage  bit;
          JTAGSEL                : in       bit;
          NRSTB                  : linkage  bit;
          XIN                    : linkage  bit;
          XOUT                   : linkage  bit;
          XIN32                  : linkage  bit;
          XOUT32                 : linkage  bit;
          TST                    : in       bit;
          FWUP                   : linkage  bit
   );
   
   use STD_1149_1_1994.all;
   
   attribute COMPONENT_CONFORMANCE of sam3u2c: entity is "STD_1149_1_1993";
   
   attribute PIN_MAP of sam3u2c: 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 := 
        "TCK                    : A7," &
        "TDI                    : B9," &
        "TMS                    : C7," &
        "NRST                   : B7," &
        "PA0                    : J10," &
        "PA10                   : E8," &
        "PA11                   : D9," &
        "PA12                   : D10," &
        "PA13                   : H5," &
        "PA14                   : K6," &
        "PA15                   : H6," &
        "PA16                   : J6," &
        "PA17                   : K7," &
        "PA18                   : H7," &
        "PA19                   : J7," &
        "PA1                    : H9," &
        "PA20                   : K8," &
        "PA21                   : J8," &
        "PA22                   : H4," &
        "PA23                   : K9," &
        "PA24                   : H8," &
        "PA25                   : K10," &
        "PA26                   : J9," &
        "PA27                   : H3," &
        "PA28                   : E3," &
        "PA29                   : E1," &
        "PA2                    : H10," &
        "PA30                   : J4," &
        "PA31                   : F4," &
        "PA3                    : G8," &
        "PA4                    : G9," &
        "PA5                    : G10," &
        "PA6                    : F8," &
        "PA7                    : F10," &
        "PA8                    : E10," &
        "PA9                    : E9," &
        "PB0                    : G3," &
        "PB10                   : B4," &
        "PB11                   : G1," &
        "PB12                   : F2," &
        "PB13                   : G4," &
        "PB14                   : C4," &
        "PB15                   : G7," &
        "PB16                   : F7," &
        "PB17                   : A4," &
        "PB18                   : B5," &
        "PB19                   : C5," &
        "PB1                    : F1," &
        "PB20                   : D5," &
        "PB21                   : A5," &
        "PB22                   : C6," &
        "PB23                   : A6," &
        "PB24                   : B6," &
        "PB2                    : G2," &
        "PB3                    : J5," &
        "PB4                    : K5," &
        "PB5                    : H2," &
        "PB6                    : J1," &
        "PB7                    : K1," &
        "PB8                    : J2," &
        "PB9                    : E4," &
        "TDO                    : B8," &
        "DFSDM                  : D1," &
        "DFSDP                  : C1," &
        "DHSDM                  : D2," &
        "DHSDP                  : C2," &
        "ERASE                  : D6," &
        "JTAGSEL                : C9," &
        "NRSTB                  : C8," &
        "XIN                    : A2," &
        "XOUT                   : A3," &
        "XIN32                  : A10," &
        "XOUT32                 : B10," &
        "TST                    : D7," &
        "FWUP                   : D8";
   
-- 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 TCK : signal is (1.000000e+06, BOTH);
   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_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 sam3u2c: entity is 
        "(JTAGSEL, TST) (11)";
   
-- Specifies the number of bits in the instruction register.
   
   attribute INSTRUCTION_LENGTH of sam3u2c: entity is 3;
   
-- Specifies the boundary-scan instructions implemented in the design and their 
-- opcodes.
   
   attribute INSTRUCTION_OPCODE of sam3u2c: entity is 
     "BYPASS (111, 101, 110)," &
     "EXTEST (000)," &
     "SAMPLE (100)," &
     "USER1  (010)," &
     "HIGHZ  (001)," &
     "IDCODE (011)";
   
-- 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 sam3u2c: 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 sam3u2c: entity is 
     "0000" &                  
 -- 4-bit version number
     "0101101100101010" &      
 -- 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 sam3u2c: entity is 
        "BYPASS    (BYPASS, HIGHZ)," &
        "BOUNDARY  (EXTEST, SAMPLE, USER1)," &
        "DEVICE_ID (IDCODE)";
   
-- Specifies the length of the boundary scan register.
   
   attribute BOUNDARY_LENGTH of sam3u2c: entity is 192;
   
-- 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 sam3u2c: entity is 
--     
--    num   cell   port                    function      safe  [ccell  disval  
--    rslt]
--     
     "191  (BC_1,  *,                      control,      " &
     "1),                        " &
     "190  (BC_7,  pa28,                 bidir,        X,    191,    " &
     "1,      Z),  " &
     "189  (BC_1,  *,                      control,      " &
     "1),                        " &
     "188  (BC_7,  pa29,                 bidir,        X,    189,    " &
     "1,      Z),  " &
     "187    (BC_0,  *,       internal,     X),                        " &
     "186    (BC_0,  *,       internal,     X),                        " &
     "185  (BC_1,  *,                      control,      " &
     "1),                        " &
     "184  (BC_7,  pa31,                 bidir,        X,    185,    " &
     "1,      Z),  " &
     "183    (BC_0,  *,       internal,     X),                        " &
     "182    (BC_0,  *,       internal,     X),                        " &
     "181  (BC_1,  *,                      control,      " &
     "1),                        " &
     "180  (BC_7,  pb0,                  bidir,        X,    181,    " &
     "1,      Z),  " &
     "179    (BC_0,  *,       internal,     X),                        " &
     "178    (BC_0,  *,       internal,     X),                        " &
     "177  (BC_1,  *,                      control,      " &
     "1),                        " &
     "176  (BC_7,  pb1,                  bidir,        X,    177,    " &
     "1,      Z),  " &
     "175    (BC_0,  *,       internal,     X),                        " &
     "174    (BC_0,  *,       internal,     X),                        " &
     "173  (BC_1,  *,                      control,      " &
     "1),                        " &
     "172  (BC_7,  pb2,                  bidir,        X,    173,    " &
     "1,      Z),  " &
     "171    (BC_0,  *,       internal,     X),                        " &
     "170    (BC_0,  *,       internal,     X),                        " &
     "169  (BC_1,  *,                      control,      " &
     "1),                        " &
     "168  (BC_7,  pb11,                 bidir,        X,    169,    " &
     "1,      Z),  " &
     "167  (BC_1,  *,                      control,      " &
     "1),                        " &
     "166  (BC_7,  pb12,                 bidir,        X,    167,    " &
     "1,      Z),  " &
     "165  (BC_1,  *,                      control,      " &
     "1),                        " &
     "164  (BC_7,  pb13,                 bidir,        X,    165,    " &
     "1,      Z),  " &
     "163    (BC_0,  *,       internal,     X),                        " &
     "162    (BC_0,  *,       internal,     X),                        " &
     "161  (BC_1,  *,                      control,      " &
     "1),                        " &
     "160  (BC_7,  pa27,                 bidir,        X,    161,    " &
     "1,      Z),  " &
     "159  (BC_1,  *,                      control,      " &
     "1),                        " &
     "158  (BC_7,  pb5,                  bidir,        X,    159,    " &
     "1,      Z),  " &
     "157  (BC_1,  *,                      control,      " &
     "1),                        " &
     "156  (BC_7,  pb6,                  bidir,        X,    157,    " &
     "1,      Z),  " &
     "155  (BC_1,  *,                      control,      " &
     "1),                        " &
     "154  (BC_7,  pb7,                  bidir,        X,    155,    " &
     "1,      Z),  " &
     "153  (BC_1,  *,                      control,      " &
     "1),                        " &
     "152  (BC_7,  pb8,                  bidir,        X,    153,    " &
     "1,      Z),  " &
     "151    (BC_0,  *,       internal,     X),                        " &
     "150    (BC_0,  *,       internal,     X),                        " &
     "149    (BC_0,  *,       internal,     X),                        " &
     "148    (BC_0,  *,       internal,     X),                        " &
     "147    (BC_0,  *,       internal,     X),                        " &
     "146    (BC_0,  *,       internal,     X),                        " &
     "145    (BC_0,  *,       internal,     X),                        " &
     "144    (BC_0,  *,       internal,     X),                        " &
     "143  (BC_1,  *,                      control,      " &
     "1),                        " &
     "142  (BC_7,  pa22,                 bidir,        X,    143,    " &
     "1,      Z),  " &
     "141  (BC_1,  *,                      control,      " &
     "1),                        " &
     "140  (BC_7,  pa30,                 bidir,        X,    141,    " &
     "1,      Z),  " &
     "139  (BC_1,  *,                      control,      " &
     "1),                        " &
     "138  (BC_7,  pb3,                  bidir,        X,    139,    " &
     "1,      Z),  " &
     "137  (BC_1,  *,                      control,      " &
     "1),                        " &
     "136  (BC_7,  pb4,                  bidir,        X,    137,    " &
     "1,      Z),  " &
     "135    (BC_0,  *,       internal,     X),                        " &
     "134    (BC_0,  *,       internal,     X),                        " &
     "133    (BC_0,  *,       internal,     X),                        " &
     "132    (BC_0,  *,       internal,     X),                        " &
     "131    (BC_0,  *,       internal,     X),                        " &
     "130    (BC_0,  *,       internal,     X),                        " &
     "129    (BC_0,  *,       internal,     X),                        " &
     "128    (BC_0,  *,       internal,     X),                        " &
     "127  (BC_1,  *,                      control,      " &
     "1),                        " &
     "126  (BC_7,  pa13,                 bidir,        X,    127,    " &
     "1,      Z),  " &
     "125  (BC_1,  *,                      control,      " &
     "1),                        " &
     "124  (BC_7,  pa14,                 bidir,        X,    125,    " &
     "1,      Z),  " &
     "123    (BC_0,  *,       internal,     X),                        " &
     "122    (BC_0,  *,       internal,     X),                        " &
     "121  (BC_1,  *,                      control,      " &
     "1),                        " &
     "120  (BC_7,  pa15,                 bidir,        X,    121,    " &
     "1,      Z),  " &
     "119    (BC_0,  *,       internal,     X),                        " &
     "118    (BC_0,  *,       internal,     X),                        " &
     "117  (BC_1,  *,                      control,      " &
     "1),                        " &
     "116  (BC_7,  pa16,                 bidir,        X,    117,    " &
     "1,      Z),  " &
     "115    (BC_0,  *,       internal,     X),                        " &
     "114    (BC_0,  *,       internal,     X),                        " &
     "113  (BC_1,  *,                      control,      " &
     "1),                        " &
     "112  (BC_7,  pa17,                 bidir,        X,    113,    " &
     "1,      Z),  " &
     "111  (BC_1,  *,                      control,      " &
     "1),                        " &
     "110  (BC_7,  pb16,                 bidir,        X,    111,    " &
     "1,      Z),  " &
     "109  (BC_1,  *,                      control,      " &
     "1),                        " &
     "108  (BC_7,  pb15,                 bidir,        X,    109,    " &
     "1,      Z),  " &
     "107    (BC_0,  *,       internal,     X),                        " &
     "106    (BC_0,  *,       internal,     X),                        " &
     "105  (BC_1,  *,                      control,      " &
     "1),                        " &
     "104  (BC_7,  pa18,                 bidir,        X,    105,    " &
     "1,      Z),  " &
     "103  (BC_1,  *,                      control,      " &
     "1),                        " &
     "102  (BC_7,  pa19,                 bidir,        X,    103,    " &
     "1,      Z),  " &
     "101  (BC_1,  *,                      control,      " &
     "1),                        " &
     "100  (BC_7,  pa20,                 bidir,        X,    101,    " &
     "1,      Z),  " &
     "99   (BC_1,  *,                      control,      " &
     "1),                        " &
     "98   (BC_7,  pa21,                 bidir,        X,    99,     " &
     "1,      Z),  " &
     "97   (BC_1,  *,                      control,      " &
     "1),                        " &
     "96   (BC_7,  pa23,                 bidir,        X,    97,     " &
     "1,      Z),  " &
     "95   (BC_1,  *,                      control,      " &
     "1),                        " &
     "94   (BC_7,  pa24,                 bidir,        X,    95,     " &
     "1,      Z),  " &
     "93   (BC_1,  *,                      control,      " &
     "1),                        " &
     "92   (BC_7,  pa25,                 bidir,        X,    93,     " &
     "1,      Z),  " &
     "91   (BC_1,  *,                      control,      " &
     "1),                        " &
     "90   (BC_7,  pa26,                 bidir,        X,    91,     " &
     "1,      Z),  " &
     "89    (BC_0,  *,       internal,     X),                        " &
     "88    (BC_0,  *,       internal,     X),                        " &
     "87   (BC_1,  *,                      control,      " &
     "1),                        " &
     "86   (BC_7,  pa0,                  bidir,        X,    87,     " &
     "1,      Z),  " &
     "85    (BC_0,  *,       internal,     X),                        " &
     "84    (BC_0,  *,       internal,     X),                        " &
     "83   (BC_1,  *,                      control,      " &
     "1),                        " &
     "82   (BC_7,  pa1,                  bidir,        X,    83,     " &
     "1,      Z),  " &
     "81    (BC_0,  *,       internal,     X),                        " &
     "80    (BC_0,  *,       internal,     X),                        " &
     "79   (BC_1,  *,                      control,      " &
     "1),                        " &
     "78   (BC_7,  pa2,                  bidir,        X,    79,     " &
     "1,      Z),  " &
     "77    (BC_0,  *,       internal,     X),                        " &
     "76    (BC_0,  *,       internal,     X),                        " &
     "75   (BC_1,  *,                      control,      " &
     "1),                        " &
     "74   (BC_7,  pa3,                  bidir,        X,    75,     " &
     "1,      Z),  " &
     "73    (BC_0,  *,       internal,     X),                        " &
     "72    (BC_0,  *,       internal,     X),                        " &
     "71   (BC_1,  *,                      control,      " &
     "1),                        " &
     "70   (BC_7,  pa4,                  bidir,        X,    71,     " &
     "1,      Z),  " &
     "69    (BC_0,  *,       internal,     X),                        " &
     "68    (BC_0,  *,       internal,     X),                        " &
     "67   (BC_1,  *,                      control,      " &
     "1),                        " &
     "66   (BC_7,  pa5,                  bidir,        X,    67,     " &
     "1,      Z),  " &
     "65    (BC_0,  *,       internal,     X),                        " &
     "64    (BC_0,  *,       internal,     X),                        " &
     "63   (BC_1,  *,                      control,      " &
     "1),                        " &
     "62   (BC_7,  pa6,                  bidir,        X,    63,     " &
     "1,      Z),  " &
     "61    (BC_0,  *,       internal,     X),                        " &
     "60    (BC_0,  *,       internal,     X),                        " &
     "59   (BC_1,  *,                      control,      " &
     "1),                        " &
     "58   (BC_7,  pa7,                  bidir,        X,    59,     " &
     "1,      Z),  " &
     "57    (BC_0,  *,       internal,     X),                        " &
     "56    (BC_0,  *,       internal,     X),                        " &
     "55   (BC_1,  *,                      control,      " &
     "1),                        " &
     "54   (BC_7,  pa8,                  bidir,        X,    55,     " &
     "1,      Z),  " &
     "53    (BC_0,  *,       internal,     X),                        " &
     "52    (BC_0,  *,       internal,     X),                        " &
     "51   (BC_1,  *,                      control,      " &
     "1),                        " &
     "50   (BC_7,  pa9,                  bidir,        X,    51,     " &
     "1,      Z),  " &
     "49    (BC_0,  *,       internal,     X),                        " &
     "48    (BC_0,  *,       internal,     X),                        " &
     "47   (BC_1,  *,                      control,      " &
     "1),                        " &
     "46   (BC_7,  pa10,                 bidir,        X,    47,     " &
     "1,      Z),  " &
     "45   (BC_1,  *,                      control,      " &
     "1),                        " &
     "44   (BC_7,  pa11,                 bidir,        X,    45,     " &
     "1,      Z),  " &
     "43   (BC_1,  *,                      control,      " &
     "1),                        " &
     "42   (BC_7,  pa12,                 bidir,        X,    43,     " &
     "1,      Z),  " &
     "41    (BC_0,  *,       internal,     X),                        " &
     "40    (BC_0,  *,       internal,     X),                        " &
     "39    (BC_0,  *,       internal,     X),                        " &
     "38    (BC_0,  *,       internal,     X),                        " &
     "37    (BC_0,  *,       internal,     X),                        " &
     "36    (BC_0,  *,       internal,     X),                        " &
     "35    (BC_0,  *,       internal,     X),                        " &
     "34    (BC_0,  *,       internal,     X),                        " &
     "33    (BC_0,  *,       internal,     X),                        " &
     "32    (BC_0,  *,       internal,     X),                        " &
     "31    (BC_0,  *,       internal,     X),                        " &
     "30    (BC_0,  *,       internal,     X),                        " &
     "29    (BC_0,  *,       internal,     X),                        " &
     "28    (BC_0,  *,       internal,     X),                        " &
     "27   (BC_1,  *,                      control,      " &
     "1),                        " &
     "26   (BC_7,  pb24,                 bidir,        X,    27,     " &
     "1,      Z),  " &
     "25   (BC_1,  *,                      control,      " &
     "1),                        " &
     "24   (BC_7,  pb23,                 bidir,        X,    25,     " &
     "1,      Z),  " &
     "23   (BC_1,  *,                      control,      " &
     "1),                        " &
     "22   (BC_7,  pb22,                 bidir,        X,    23,     " &
     "1,      Z),  " &
     "21   (BC_1,  *,                      control,      " &
     "1),                        " &
     "20   (BC_7,  pb21,                 bidir,        X,    21,     " &
     "1,      Z),  " &
     "19    (BC_0,  *,       internal,     X),                        " &
     "18    (BC_0,  *,       internal,     X),                        " &
     "17   (BC_1,  *,                      control,      " &
     "1),                        " &
     "16   (BC_7,  pb20,                 bidir,        X,    17,     " &
     "1,      Z),  " &
     "15   (BC_1,  *,                      control,      " &
     "1),                        " &
     "14   (BC_7,  pb19,                 bidir,        X,    15,     " &
     "1,      Z),  " &
     "13   (BC_1,  *,                      control,      " &
     "1),                        " &
     "12   (BC_7,  pb18,                 bidir,        X,    13,     " &
     "1,      Z),  " &
     "11   (BC_1,  *,                      control,      " &
     "1),                        " &
     "10   (BC_7,  pb17,                 bidir,        X,    11,     " &
     "1,      Z),  " &
     "9    (BC_0,  *,       internal,     X),                        " &
     "8    (BC_0,  *,       internal,     X),                        " &
     "7    (BC_1,  *,                      control,      " &
     "1),                        " &
     "6    (BC_7,  pb14,                 bidir,        X,    7,      " &
     "1,      Z),  " &
     "5    (BC_1,  *,                      control,      " &
     "1),                        " &
     "4    (BC_7,  pb10,                 bidir,        X,    5,      " &
     "1,      Z),  " &
     "3    (BC_1,  *,                      control,      " &
     "1),                        " &
     "2    (BC_7,  pb9,                  bidir,        X,    3,      " &
     "1,      Z),  " &
     "1    (BC_0,  *,       internal,     X),                        " &
     "0    (BC_0,  *,       internal,     X)                         ";
 
 end sam3u2c;