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

-- BSDL listing from io_top_create.pl, Thu Dec  6 17:23:53 2012
-- 
-- pins not part of boundary scan are listed as type 'linkage'

entity LPC800 is

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

port (
  RESET_PIO0_5                             : in         bit;
  PIO0_4_WAKEUP_TRST                       : in         bit;
  SWCLK_PIO0_3_TCK                         : in         bit;
  SWDIO_PIO0_2_TMS                         : in         bit;
  PIO0_1_ACMP_I2_CLKIN_TDI                 : in         bit;
  VDD                                      : linkage    bit;
  VSS                                      : linkage    bit;
  PIO0_0_ACMP_I1_TDO                       : out        bit
);

use STD_1149_1_2001.all;

attribute COMPONENT_CONFORMANCE of LPC800 : entity is "std_1149_1_2001";

attribute PIN_MAP               of LPC800 : entity is PHYSICAL_PIN_MAP;

constant DIP8 : PIN_MAP_STRING :=
  "RESET_PIO0_5                             :     1," &
  "PIO0_4_WAKEUP_TRST                       :     2," &
  "SWCLK_PIO0_3_TCK                         :     3," &
  "SWDIO_PIO0_2_TMS                         :     4," &
  "PIO0_1_ACMP_I2_CLKIN_TDI                 :     5," &
  "VDD                                      :     6," &
  "VSS                                      :     7," &
  "PIO0_0_ACMP_I1_TDO                       :     8";


-- *********************************************************************
-- *                       IEEE 1149.1 TAP PORTS                       *
-- *********************************************************************
-- 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 where TCK may be stopped.

    attribute    TAP_SCAN_CLOCK   of SWCLK_PIO0_3_TCK      : signal  is (10.00e+06,BOTH);
    attribute    TAP_SCAN_IN      of PIO0_1_ACMP_I2_CLKIN_TDI  : signal  is true;
    attribute    TAP_SCAN_MODE    of SWDIO_PIO0_2_TMS      : signal  is true;
    attribute    TAP_SCAN_OUT     of PIO0_0_ACMP_I1_TDO    : signal  is true;
    attribute    TAP_SCAN_RESET   of PIO0_4_WAKEUP_TRST    : 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 LPC800: entity is 
        "(RESET_PIO0_5) (0)";

-- *********************************************************************
-- *                   INSTRUCTIONS AND REGISTER ACCESS                *
-- *********************************************************************

    attribute INSTRUCTION_LENGTH of LPC800 : entity is 5;
    attribute INSTRUCTION_OPCODE of LPC800 : entity is   
        "extest     (00000)," &
        "sample     (00001)," &
        "preload    (00001)," &
        "highz      (00010)," &
        "clamp      (00011)," &
        "idcode     (00100)," &
        "resrvd     (00101, 00110, 00111, 01000, 01001, 01010, 01011, 01100)," &
        "bypass     (11111)";
    attribute INSTRUCTION_CAPTURE of LPC800 : entity is "00001";
    attribute INSTRUCTION_PRIVATE of LPC800 : entity is "resrvd";

    attribute IDCODE_REGISTER     of LPC800 : entity is 
        "0100"                 &    -- Version Number 
        "0000000000000000"     &    -- Part Number LPC810M021FN8	 8100
        "00000010101"          &    -- Manufacturer ID 
        "1";                        -- Required by IEEE 

    attribute REGISTER_ACCESS     of LPC800 : entity is 
        "BOUNDARY  (extest, sample, preload), " & 
        "DEVICE_ID (idcode), " & 
        "BYPASS    (highz, clamp, bypass)";

-- *********************************************************************
-- *                    BOUNDARY SCAN CELL INFORMATION                 *
-- *********************************************************************
    attribute BOUNDARY_LENGTH   of LPC800 : entity is 36;
    attribute BOUNDARY_REGISTER of LPC800 : entity is 
-- #     cell    name                                              function  safe    control disable disable
--       type                                                                bit     signal   value  result
   " 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_0,  *                                                 , INTERNAL,  X                         ),"&
   " 26   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 25   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 24   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 23   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 22   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 21   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 20   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 19   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 18   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 17   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 16   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 15   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 14   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 13   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 12   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 11   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   " 10   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  9   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  8   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  7   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  6   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  5   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  4   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  3   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  2   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  1   (BC_0,  *                                                 , INTERNAL,  X                         ),"&
   "  0   (BC_0,  *                                                 , INTERNAL,  X                         )";
end LPC800;