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


-- *********************************************************************
-- *                                                                   *
-- * ispLSI1016EA 44 pin PLCC BSDL Model                               *
-- * copyright 1996-2000, Lattice Semiconductor Corporation            *
-- * IEEE 1149.1b-1994                                                 *
-- * Standard Test Access Port and Boundary-Scan Architecture          *
-- * VHDL Description File                                             *
-- *                                                                   *
-- * Date:              May 02 2000                                    *
-- * File Version:      v2.0-00                                        *
-- * This BSDL file was made by Generate_BDF v. 1.1                    *
-- *                                                                   *
-- * This BSDL file has been syntax checked with:                      *
-- * - Teradyne VICTORY                                                *
-- * - Asset-Intertech                                                 *
-- *                                                                   *
-- *********************************************************************
-- *                                                                   *
-- * E2CMOS, GAL, ispGAL, pDS, pLSI, Silicon Forest and UltraMOS are   *
-- * registered trademarks of Lattice Semiconductor Corporation        *
-- *                                                                   *
-- * Generic Array Logic, ISP, ispCODE, ispDOWNLOAD, ispGDS, ispLSI    *
-- * ispSTREAM, Latch-Lock, pDS+ and RFT are trademarks of Lattice     *
-- * Semiconductor Corporation.                                        *
-- *                                                                   *
-- *********************************************************************
-- *                                                                   *
-- *                           IMPORTANT                               *
-- *                                                                   *
-- * The following is a BSDL file that tests all of the I/O pins       *
-- * as bidirectional pins.  The functionality of the BSCAN register   *
-- * for this device is independent of the pattern programmed          *
-- * into the device.  An additional programming step is not           *
-- * required to configure the I/O pins prior to BSCAN test.           *
-- *                                                                   *
-- *********************************************************************

   -- The Overall Structure of the Entity Description

   entity ispLSI1016EA is

   -- Generic Parameter Statement

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

   -- Logical Port Description Statement

   port ( TDI: in bit;                                   -- JTAG input pin
          TMS: in bit;                                   -- JTAG input pin
          TCK: in bit;                                   -- JTAG input pin
          TDO: out bit;                                  -- JTAG output pin
          RESET: in bit;                                 -- Active low RESET pin
          GOE: in bit;                                   -- Global Output Enable
          Clk: in bit;                                   -- Clock input pin
          BIp: inout bit_vector (0 to 31);               -- Bi-Directional pins
          VCC: linkage bit_vector (0 to 2);              -- VCC pins
          GND: linkage bit_vector (0 to 1)               -- GND pins
          );

   -- Version Control

   use STD_1149_1_1994.all;                              -- 1149.1-1994 attributes

   -- Component Conformance Statement

   attribute COMPONENT_CONFORMANCE of ispLSI1016EA : entity is
   "STD_1149_1_1993";

   -- Device Package Pin Mapping

   attribute PIN_MAP of ispLSI1016EA : entity is PHYSICAL_PIN_MAP;

   constant PLCC_44: PIN_MAP_STRING:=

   "TDI:14," &                                           -- JTAG (TDI) input pin
   "TMS:36," &                                           -- JTAG (TMS) input pin
   "TCK:33," &                                           -- JTAG (TCK) input pin
   "TDO:24," &                                           -- JTAG (TDO) output pin
   "RESET:35," &                                         -- RESET input pin
   "GOE:2," &                                            -- Global OE pin
   "Clk:11," &                                           -- Clock pin
   "BIp:(   15,   16,   17,   18,   19,   20,   21,  " & -- I/O pins
   "        22,   25,   26,   27,   28,   29,   30,  " & -- I/O pins
   "        31,   32,   37,   38,   39,   40,   41,  " & -- I/O pins
   "        42,   43,   44,    3,    4,    5,    6,  " & -- I/O pins
   "         7,    8,    9,   10),                   " & -- I/O pins
   "VCC:(   12,   34,   13),                         " & -- VCC pins
   "GND:(    1,   23)                                " ; -- GND pins

   -- Scan Port Identification

   attribute TAP_SCAN_CLOCK of TCK : Signal is (5.0e6, BOTH);
   attribute TAP_SCAN_IN of TDI : Signal is True;
   attribute TAP_SCAN_OUT of TDO : Signal is True;
   attribute TAP_SCAN_MODE of TMS : Signal is True;

   -- Instruction Register Description

   attribute INSTRUCTION_LENGTH of ispLSI1016EA : entity is 5;
   attribute INSTRUCTION_OPCODE of ispLSI1016EA : entity is

      "BYPASS      (11111), " &
      "SAMPLE      (11100), " &
      "EXTEST      (00000), " &
      "IDCODE      (10110), " &
      "USERCODE    (10111), " &
      "HIGHZ       (11000), " &
      "ADDSHFT     (00001), " &
      "DATASHFT    (00010), " &
      "UBE         (10000), " &
      "PRGM        (00111), " &
      "VFY         (10010), " &
      "PRGMSC      (01001), " &
      "PRIVATE     (00011,00100,00101,00110,01000,01010, " &
                   "01011,01100,01110,01111,10001,10011, " &
                   "10100,10101,11001,11010,11011,11101, " &
                   "11110)" ;

   attribute INSTRUCTION_CAPTURE of ispLSI1016EA : entity is "11001";
   attribute INSTRUCTION_PRIVATE of ispLSI1016EA : entity is "PRIVATE";

   -- IDCODE Definition

   attribute IDCODE_REGISTER of ispLSI1016EA: entity is
   "0000" &                                       -- version 
   "0000001100101100" &                           -- part number (032C)
   "00000100001" &                                -- manufacturer's identity 
   "1" ;                                          -- required by 1149.1

   -- USERCODE Definition

   attribute USERCODE_REGISTER of ispLSI1016EA: entity is
   "11111111111111111111111111111111";

   -- Register Access Description

   attribute REGISTER_ACCESS of ispLSI1016EA : entity is
      "BOUNDARY        (SAMPLE, EXTEST), " &
      "BYPASS          (BYPASS, HIGHZ), " &
      "ADDREG[110]     (ADDSHFT), " &
      "DATAREG[160]    (DATASHFT), " &
      "UBEREG[1]       (UBE), " &
      "PRGREG[110]     (PRGM), " &
      "VFYREG[160]     (VFY), " &
      "SECREG[1]       (PRGMSC) " ;

   -- **********************************************************************
   -- Boundary Scan Register Description, Cell 0 is the closest to TDO      
   -- **********************************************************************

   attribute BOUNDARY_LENGTH of ispLSI1016EA : entity is  99;
   attribute BOUNDARY_REGISTER of ispLSI1016EA : entity is 

   -- num   cell    port        function  safe  [ccell  disval  rslt] 
   "0098   (BC_1,   *,          control,  0)," &
   "0097   (BC_1,   BIp(15),    output3,  x,      98,   0,      z)," &
   "0096   (BC_1,   BIp(15),    input,    x)," &
   "0095   (BC_1,   *,          control,  0)," &
   "0094   (BC_1,   BIp(14),    output3,  x,      95,   0,      z)," &
   "0093   (BC_1,   BIp(14),    input,    x)," &
   "0092   (BC_1,   *,          control,  0)," &
   "0091   (BC_1,   BIp(13),    output3,  x,      92,   0,      z)," &
   "0090   (BC_1,   BIp(13),    input,    x)," &
   "0089   (BC_1,   *,          control,  0)," &
   "0088   (BC_1,   BIp(12),    output3,  x,      89,   0,      z)," &
   "0087   (BC_1,   BIp(12),    input,    x)," &
   "0086   (BC_1,   *,          control,  0)," &
   "0085   (BC_1,   BIp(11),    output3,  x,      86,   0,      z)," &
   "0084   (BC_1,   BIp(11),    input,    x)," &
   "0083   (BC_1,   *,          control,  0)," &
   "0082   (BC_1,   BIp(10),    output3,  x,      83,   0,      z)," &
   "0081   (BC_1,   BIp(10),    input,    x)," &
   "0080   (BC_1,   *,          control,  0)," &
   "0079   (BC_1,   BIp(9),     output3,  x,      80,   0,      z)," &
   "0078   (BC_1,   BIp(9),     input,    x)," &
   "0077   (BC_1,   *,          control,  0)," &
   "0076   (BC_1,   BIp(8),     output3,  x,      77,   0,      z)," &
   "0075   (BC_1,   BIp(8),     input,    x)," &
   "0074   (BC_1,   *,          control,  0)," &
   "0073   (BC_1,   BIp(7),     output3,  x,      74,   0,      z)," &
   "0072   (BC_1,   BIp(7),     input,    x)," &
   "0071   (BC_1,   *,          control,  0)," &
   "0070   (BC_1,   BIp(6),     output3,  x,      71,   0,      z)," &
   "0069   (BC_1,   BIp(6),     input,    x)," &
   "0068   (BC_1,   *,          control,  0)," &
   "0067   (BC_1,   BIp(5),     output3,  x,      68,   0,      z)," &
   "0066   (BC_1,   BIp(5),     input,    x)," &
   "0065   (BC_1,   *,          control,  0)," &
   "0064   (BC_1,   BIp(4),     output3,  x,      65,   0,      z)," &
   "0063   (BC_1,   BIp(4),     input,    x)," &
   "0062   (BC_1,   *,          control,  0)," &
   "0061   (BC_1,   BIp(3),     output3,  x,      62,   0,      z)," &
   "0060   (BC_1,   BIp(3),     input,    x)," &
   "0059   (BC_1,   *,          control,  0)," &
   "0058   (BC_1,   BIp(2),     output3,  x,      59,   0,      z)," &
   "0057   (BC_1,   BIp(2),     input,    x)," &
   "0056   (BC_1,   *,          control,  0)," &
   "0055   (BC_1,   BIp(1),     output3,  x,      56,   0,      z)," &
   "0054   (BC_1,   BIp(1),     input,    x)," &
   "0053   (BC_1,   *,          control,  0)," &
   "0052   (BC_1,   BIp(0),     output3,  x,      53,   0,      z)," &
   "0051   (BC_1,   BIp(0),     input,    x)," &
   "0050   (BC_1,   *,          control,  0)," &
   "0049   (BC_1,   BIp(16),    output3,  x,      50,   0,      z)," &
   "0048   (BC_1,   BIp(16),    input,    x)," &
   "0047   (BC_1,   *,          control,  0)," &
   "0046   (BC_1,   BIp(17),    output3,  x,      47,   0,      z)," &
   "0045   (BC_1,   BIp(17),    input,    x)," &
   "0044   (BC_1,   *,          control,  0)," &
   "0043   (BC_1,   BIp(18),    output3,  x,      44,   0,      z)," &
   "0042   (BC_1,   BIp(18),    input,    x)," &
   "0041   (BC_1,   *,          control,  0)," &
   "0040   (BC_1,   BIp(19),    output3,  x,      41,   0,      z)," &
   "0039   (BC_1,   BIp(19),    input,    x)," &
   "0038   (BC_1,   *,          control,  0)," &
   "0037   (BC_1,   BIp(20),    output3,  x,      38,   0,      z)," &
   "0036   (BC_1,   BIp(20),    input,    x)," &
   "0035   (BC_1,   *,          control,  0)," &
   "0034   (BC_1,   BIp(21),    output3,  x,      35,   0,      z)," &
   "0033   (BC_1,   BIp(21),    input,    x)," &
   "0032   (BC_1,   *,          control,  0)," &
   "0031   (BC_1,   BIp(22),    output3,  x,      32,   0,      z)," &
   "0030   (BC_1,   BIp(22),    input,    x)," &
   "0029   (BC_1,   *,          control,  0)," &
   "0028   (BC_1,   BIp(23),    output3,  x,      29,   0,      z)," &
   "0027   (BC_1,   BIp(23),    input,    x)," &
   "0026   (BC_1,   *,          control,  0)," &
   "0025   (BC_1,   BIp(24),    output3,  x,      26,   0,      z)," &
   "0024   (BC_1,   BIp(24),    input,    x)," &
   "0023   (BC_1,   *,          control,  0)," &
   "0022   (BC_1,   BIp(25),    output3,  x,      23,   0,      z)," &
   "0021   (BC_1,   BIp(25),    input,    x)," &
   "0020   (BC_1,   *,          control,  0)," &
   "0019   (BC_1,   BIp(26),    output3,  x,      20,   0,      z)," &
   "0018   (BC_1,   BIp(26),    input,    x)," &
   "0017   (BC_1,   *,          control,  0)," &
   "0016   (BC_1,   BIp(27),    output3,  x,      17,   0,      z)," &
   "0015   (BC_1,   BIp(27),    input,    x)," &
   "0014   (BC_1,   *,          control,  0)," &
   "0013   (BC_1,   BIp(28),    output3,  x,      14,   0,      z)," &
   "0012   (BC_1,   BIp(28),    input,    x)," &
   "0011   (BC_1,   *,          control,  0)," &
   "0010   (BC_1,   BIp(29),    output3,  x,      11,   0,      z)," &
   "0009   (BC_1,   BIp(29),    input,    x)," &
   "0008   (BC_1,   *,          control,  0)," &
   "0007   (BC_1,   BIp(30),    output3,  x,      8,    0,      z)," &
   "0006   (BC_1,   BIp(30),    input,    x)," &
   "0005   (BC_1,   *,          control,  0)," &
   "0004   (BC_1,   BIp(31),    output3,  x,      5,    0,      z)," &
   "0003   (BC_1,   BIp(31),    input,    x)," &
   "0002   (BC_1,   GOE,        input,    x)," &
   "0001   (BC_1,   RESET,      input,    x)," &
   "0000   (BC_1,   Clk,        input,    x)";

end ispLSI1016EA;