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


-- *********************************************************************
-- *                                                                   *
-- * ispLSI5256VA 208 pin PQFP BSDL Model                              *
-- * copyright 1996-1999, Lattice Semiconductor Corporation            *
-- * IEEE 1149.1b-1994                                                 *
-- * Standard Test Access Port and Boundary-Scan Architecture          *
-- * VHDL Description File                                             *
-- *                                                                   *
-- * Date:              Jul 22 1999                                    *
-- * File Version:      v2.0-00                                        *
-- *                                                                   *
-- * This BSDL file has been syntaxed checked with:                    *
-- * - Teradyne VICTORY                                                *
-- * - Assett 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 addtional programming step is not            *
-- * required to configure the I/O pins prior to BSCAN test.           *
-- *                                                                   *
-- *********************************************************************

   -- The Overall Structute of the Entity Description

   entity ispLSI5256VA is

   -- Generic Parameter Statement

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

   -- 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_vector (0 to 1);                   -- Global Output Enable
          Clk: in bit_vector (0 to 1);                   -- Clock input pins
          NoC: linkage bit_vector (0 to 16);             -- No connect pins
          BIp: inout bit_vector (0 to 143);              -- Bi-Directional pins
          VCC: linkage bit_vector (0 to 16);             -- VCC pins
          GND: linkage bit_vector (0 to 20)              -- GND pins
          );

   -- Version Control

   use STD_1149_1_1994.all;                              -- 1149.1-1994 attributes

   -- Component Conformance Statement

   attribute COMPONENT_CONFORMANCE of ispLSI5256VA : entity is
   "STD_1149_1_1993";

   -- Device Pacakge Pin Mapping

   attribute PIN_MAP of ispLSI5256VA : entity is PHYSICAL_PIN_MAP;

   constant PQFP_208: PIN_MAP_STRING:=

   "TDI:30," &                                           -- JTAG (TDI) input pin
   "TMS:28," &                                           -- JTAG (TMS) input pin
   "TCK:29," &                                           -- JTAG (TCK) input pin
   "TDO:136," &                                          -- JTAG (TDO) output pin
   "RESET:138," &                                        -- RESET input pin
   "GOE:(   78,   79),                               " & -- Global OE pins
   "Clk:(  184,  185),                               " & -- Clock pins
   "NoC:(   49,   50,   51,   52,  101,  102,  103,  " & -- No Connect pins
   "       104,  105,  106,  107,  108,  109,  157,  " & -- No Connect pins
   "       158,  207,  208),                         " & -- No Connect pins
   "BIp:(   32,   33,   34,   35,   36,   37,   38,  " & -- I/O pins
   "        40,   42,   43,   44,   45,   46,   47,  " & -- I/O pins
   "        53,   54,   55,   56,   57,   59,   60,  " & -- I/O pins
   "        62,   63,   64,   65,   66,   67,   68,  " & -- I/O pins
   "        70,   71,   72,   73,   74,   75,   76,  " & -- I/O pins
   "        81,   82,   83,   84,   85,   86,   87,  " & -- I/O pins
   "        89,   91,   92,   93,   94,   95,   96,  " & -- I/O pins
   "        97,   98,  100,  111,  112,  114,  115,  " & -- I/O pins
   "       116,  117,  118,  119,  120,  122,  124,  " & -- I/O pins
   "       125,  126,  127,  129,  130,  131,  132,  " & -- I/O pins
   "       133,  134,  140,  141,  142,  143,  144,  " & -- I/O pins
   "       145,  146,  147,  148,  149,  151,  153,  " & -- I/O pins
   "       154,  155,  159,  160,  161,  162,  163,  " & -- I/O pins
   "       165,  166,  167,  168,  169,  171,  172,  " & -- I/O pins
   "       173,  174,  175,  176,  178,  180,  181,  " & -- I/O pins
   "       182,  183,  187,  188,  189,  190,  192,  " & -- I/O pins
   "       193,  194,  195,  196,  197,  198,  200,  " & -- I/O pins
   "       202,  203,  204,  205,  206,    1,    2,  " & -- I/O pins
   "         4,    5,    6,    8,    9,   10,   11,  " & -- I/O pins
   "        13,   15,   16,   17,   18,   20,   21,  " & -- I/O pins
   "        23,   24,   25,   26),                   " & -- I/O pins
   "VCC:(    7,   14,   22,   31,   41,   61,   80,  " & -- VCC pins
   "        90,  110,  123,  139,  152,  156,  177,  " & -- VCC pins
   "       186,  201,  137),                         " & -- VCC pins
   "GND:(    3,   12,   19,   27,   39,   48,   58,  " & -- GND pins
   "        69,   77,   88,   99,  113,  121,  128,  " & -- GND pins
   "       135,  150,  164,  170,  179,  191,  199  " & -- GND pins
   "     )                                           " ; -- 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 ispLSI5256VA : entity is 5;
   attribute INSTRUCTION_OPCODE of ispLSI5256VA : 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 ispLSI5256VA : entity is "11001";
   attribute INSTRUCTION_PRIVATE of ispLSI5256VA : entity is "PRIVATE";

   -- IDCODE Defintion

   attribute IDCODE_REGISTER of ispLSI5256VA: entity is
   "0000" &                                       -- version 
   "0000001101100100" &                           -- part number (0364)
   "00000100001" &                                -- manufacturer's identity 
   "1" ;                                          -- required by 1149.1

   -- USERCODE Defintion

   attribute USERCODE_REGISTER of ispLSI5256VA: entity is
   "11111111111111111111111111111111";

   -- Register Access Description

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

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

   attribute BOUNDARY_LENGTH of ispLSI5256VA : entity is 581;
   attribute BOUNDARY_REGISTER of ispLSI5256VA : entity is 

   -- num   cell    port        function  safe  [ccell  disval  rslt] 
   "0580   (BC_1,   Clk(0),     input,    x)," &
   "0579   (BC_1,   Clk(1),     input,    x)," &
   "0578   (BC_1,   GOE(0),     input,    x)," &
   "0577   (BC_1,   GOE(1),     input,    x)," &
   "0576   (BC_1,   RESET,      input,    x)," &
   "0575   (BC_1,   *,          control,  0)," &
   "0574   (BC_1,   BIp(0),     output3,  x,      575,  0,      z)," &
   "0573   (BC_1,   BIp(0),     input,    x)," &
   "0572   (BC_1,   *,          internal, x)," &
   "0571   (BC_1,   *,          internal, x)," &
   "0570   (BC_1,   *,          internal, x)," &
   "0569   (BC_1,   *,          control,  0)," &
   "0568   (BC_1,   BIp(1),     output3,  x,      569,  0,      z)," &
   "0567   (BC_1,   BIp(1),     input,    x)," &
   "0566   (BC_1,   *,          control,  0)," &
   "0565   (BC_1,   BIp(2),     output3,  x,      566,  0,      z)," &
   "0564   (BC_1,   BIp(2),     input,    x)," &
   "0563   (BC_1,   *,          control,  0)," &
   "0562   (BC_1,   BIp(3),     output3,  x,      563,  0,      z)," &
   "0561   (BC_1,   BIp(3),     input,    x)," &
   "0560   (BC_1,   *,          control,  0)," &
   "0559   (BC_1,   BIp(4),     output3,  x,      560,  0,      z)," &
   "0558   (BC_1,   BIp(4),     input,    x)," &
   "0557   (BC_1,   *,          control,  0)," &
   "0556   (BC_1,   BIp(5),     output3,  x,      557,  0,      z)," &
   "0555   (BC_1,   BIp(5),     input,    x)," &
   "0554   (BC_1,   *,          internal, x)," &
   "0553   (BC_1,   *,          internal, x)," &
   "0552   (BC_1,   *,          internal, x)," &
   "0551   (BC_1,   *,          control,  0)," &
   "0550   (BC_1,   BIp(6),     output3,  x,      551,  0,      z)," &
   "0549   (BC_1,   BIp(6),     input,    x)," &
   "0548   (BC_1,   *,          control,  0)," &
   "0547   (BC_1,   BIp(7),     output3,  x,      548,  0,      z)," &
   "0546   (BC_1,   BIp(7),     input,    x)," &
   "0545   (BC_1,   *,          internal, x)," &
   "0544   (BC_1,   *,          internal, x)," &
   "0543   (BC_1,   *,          internal, x)," &
   "0542   (BC_1,   *,          control,  0)," &
   "0541   (BC_1,   BIp(8),     output3,  x,      542,  0,      z)," &
   "0540   (BC_1,   BIp(8),     input,    x)," &
   "0539   (BC_1,   *,          control,  0)," &
   "0538   (BC_1,   BIp(9),     output3,  x,      539,  0,      z)," &
   "0537   (BC_1,   BIp(9),     input,    x)," &
   "0536   (BC_1,   *,          internal, x)," &
   "0535   (BC_1,   *,          internal, x)," &
   "0534   (BC_1,   *,          internal, x)," &
   "0533   (BC_1,   *,          control,  0)," &
   "0532   (BC_1,   BIp(10),    output3,  x,      533,  0,      z)," &
   "0531   (BC_1,   BIp(10),    input,    x)," &
   "0530   (BC_1,   *,          control,  0)," &
   "0529   (BC_1,   BIp(11),    output3,  x,      530,  0,      z)," &
   "0528   (BC_1,   BIp(11),    input,    x)," &
   "0527   (BC_1,   *,          control,  0)," &
   "0526   (BC_1,   BIp(12),    output3,  x,      527,  0,      z)," &
   "0525   (BC_1,   BIp(12),    input,    x)," &
   "0524   (BC_1,   *,          control,  0)," &
   "0523   (BC_1,   BIp(13),    output3,  x,      524,  0,      z)," &
   "0522   (BC_1,   BIp(13),    input,    x)," &
   "0521   (BC_1,   *,          control,  0)," &
   "0520   (BC_1,   BIp(14),    output3,  x,      521,  0,      z)," &
   "0519   (BC_1,   BIp(14),    input,    x)," &
   "0518   (BC_1,   *,          internal, x)," &
   "0517   (BC_1,   *,          internal, x)," &
   "0516   (BC_1,   *,          internal, x)," &
   "0515   (BC_1,   *,          control,  0)," &
   "0514   (BC_1,   BIp(15),    output3,  x,      515,  0,      z)," &
   "0513   (BC_1,   BIp(15),    input,    x)," &
   "0512   (BC_1,   *,          control,  0)," &
   "0511   (BC_1,   BIp(16),    output3,  x,      512,  0,      z)," &
   "0510   (BC_1,   BIp(16),    input,    x)," &
   "0509   (BC_1,   *,          internal, x)," &
   "0508   (BC_1,   *,          internal, x)," &
   "0507   (BC_1,   *,          internal, x)," &
   "0506   (BC_1,   *,          control,  0)," &
   "0505   (BC_1,   BIp(17),    output3,  x,      506,  0,      z)," &
   "0504   (BC_1,   BIp(17),    input,    x)," &
   "0503   (BC_1,   *,          control,  0)," &
   "0502   (BC_1,   BIp(18),    output3,  x,      503,  0,      z)," &
   "0501   (BC_1,   BIp(18),    input,    x)," &
   "0500   (BC_1,   *,          internal, x)," &
   "0499   (BC_1,   *,          internal, x)," &
   "0498   (BC_1,   *,          internal, x)," &
   "0497   (BC_1,   *,          control,  0)," &
   "0496   (BC_1,   BIp(19),    output3,  x,      497,  0,      z)," &
   "0495   (BC_1,   BIp(19),    input,    x)," &
   "0494   (BC_1,   *,          control,  0)," &
   "0493   (BC_1,   BIp(20),    output3,  x,      494,  0,      z)," &
   "0492   (BC_1,   BIp(20),    input,    x)," &
   "0491   (BC_1,   *,          control,  0)," &
   "0490   (BC_1,   BIp(21),    output3,  x,      491,  0,      z)," &
   "0489   (BC_1,   BIp(21),    input,    x)," &
   "0488   (BC_1,   *,          control,  0)," &
   "0487   (BC_1,   BIp(22),    output3,  x,      488,  0,      z)," &
   "0486   (BC_1,   BIp(22),    input,    x)," &
   "0485   (BC_1,   *,          control,  0)," &
   "0484   (BC_1,   BIp(23),    output3,  x,      485,  0,      z)," &
   "0483   (BC_1,   BIp(23),    input,    x)," &
   "0482   (BC_1,   *,          internal, x)," &
   "0481   (BC_1,   *,          internal, x)," &
   "0480   (BC_1,   *,          internal, x)," &
   "0479   (BC_1,   *,          control,  0)," &
   "0478   (BC_1,   BIp(24),    output3,  x,      479,  0,      z)," &
   "0477   (BC_1,   BIp(24),    input,    x)," &
   "0476   (BC_1,   *,          control,  0)," &
   "0475   (BC_1,   BIp(25),    output3,  x,      476,  0,      z)," &
   "0474   (BC_1,   BIp(25),    input,    x)," &
   "0473   (BC_1,   *,          internal, x)," &
   "0472   (BC_1,   *,          internal, x)," &
   "0471   (BC_1,   *,          internal, x)," &
   "0470   (BC_1,   *,          control,  0)," &
   "0469   (BC_1,   BIp(26),    output3,  x,      470,  0,      z)," &
   "0468   (BC_1,   BIp(26),    input,    x)," &
   "0467   (BC_1,   *,          control,  0)," &
   "0466   (BC_1,   BIp(27),    output3,  x,      467,  0,      z)," &
   "0465   (BC_1,   BIp(27),    input,    x)," &
   "0464   (BC_1,   *,          internal, x)," &
   "0463   (BC_1,   *,          internal, x)," &
   "0462   (BC_1,   *,          internal, x)," &
   "0461   (BC_1,   *,          control,  0)," &
   "0460   (BC_1,   BIp(28),    output3,  x,      461,  0,      z)," &
   "0459   (BC_1,   BIp(28),    input,    x)," &
   "0458   (BC_1,   *,          control,  0)," &
   "0457   (BC_1,   BIp(29),    output3,  x,      458,  0,      z)," &
   "0456   (BC_1,   BIp(29),    input,    x)," &
   "0455   (BC_1,   *,          control,  0)," &
   "0454   (BC_1,   BIp(30),    output3,  x,      455,  0,      z)," &
   "0453   (BC_1,   BIp(30),    input,    x)," &
   "0452   (BC_1,   *,          control,  0)," &
   "0451   (BC_1,   BIp(31),    output3,  x,      452,  0,      z)," &
   "0450   (BC_1,   BIp(31),    input,    x)," &
   "0449   (BC_1,   *,          control,  0)," &
   "0448   (BC_1,   BIp(32),    output3,  x,      449,  0,      z)," &
   "0447   (BC_1,   BIp(32),    input,    x)," &
   "0446   (BC_1,   *,          internal, x)," &
   "0445   (BC_1,   *,          internal, x)," &
   "0444   (BC_1,   *,          internal, x)," &
   "0443   (BC_1,   *,          control,  0)," &
   "0442   (BC_1,   BIp(33),    output3,  x,      443,  0,      z)," &
   "0441   (BC_1,   BIp(33),    input,    x)," &
   "0440   (BC_1,   *,          control,  0)," &
   "0439   (BC_1,   BIp(34),    output3,  x,      440,  0,      z)," &
   "0438   (BC_1,   BIp(34),    input,    x)," &
   "0437   (BC_1,   *,          internal, x)," &
   "0436   (BC_1,   *,          internal, x)," &
   "0435   (BC_1,   *,          internal, x)," &
   "0434   (BC_1,   *,          control,  0)," &
   "0433   (BC_1,   BIp(35),    output3,  x,      434,  0,      z)," &
   "0432   (BC_1,   BIp(35),    input,    x)," &
   "0431   (BC_1,   *,          control,  0)," &
   "0430   (BC_1,   BIp(36),    output3,  x,      431,  0,      z)," &
   "0429   (BC_1,   BIp(36),    input,    x)," &
   "0428   (BC_1,   *,          internal, x)," &
   "0427   (BC_1,   *,          internal, x)," &
   "0426   (BC_1,   *,          internal, x)," &
   "0425   (BC_1,   *,          control,  0)," &
   "0424   (BC_1,   BIp(37),    output3,  x,      425,  0,      z)," &
   "0423   (BC_1,   BIp(37),    input,    x)," &
   "0422   (BC_1,   *,          control,  0)," &
   "0421   (BC_1,   BIp(38),    output3,  x,      422,  0,      z)," &
   "0420   (BC_1,   BIp(38),    input,    x)," &
   "0419   (BC_1,   *,          control,  0)," &
   "0418   (BC_1,   BIp(39),    output3,  x,      419,  0,      z)," &
   "0417   (BC_1,   BIp(39),    input,    x)," &
   "0416   (BC_1,   *,          control,  0)," &
   "0415   (BC_1,   BIp(40),    output3,  x,      416,  0,      z)," &
   "0414   (BC_1,   BIp(40),    input,    x)," &
   "0413   (BC_1,   *,          control,  0)," &
   "0412   (BC_1,   BIp(41),    output3,  x,      413,  0,      z)," &
   "0411   (BC_1,   BIp(41),    input,    x)," &
   "0410   (BC_1,   *,          internal, x)," &
   "0409   (BC_1,   *,          internal, x)," &
   "0408   (BC_1,   *,          internal, x)," &
   "0407   (BC_1,   *,          control,  0)," &
   "0406   (BC_1,   BIp(42),    output3,  x,      407,  0,      z)," &
   "0405   (BC_1,   BIp(42),    input,    x)," &
   "0404   (BC_1,   *,          control,  0)," &
   "0403   (BC_1,   BIp(43),    output3,  x,      404,  0,      z)," &
   "0402   (BC_1,   BIp(43),    input,    x)," &
   "0401   (BC_1,   *,          internal, x)," &
   "0400   (BC_1,   *,          internal, x)," &
   "0399   (BC_1,   *,          internal, x)," &
   "0398   (BC_1,   *,          control,  0)," &
   "0397   (BC_1,   BIp(44),    output3,  x,      398,  0,      z)," &
   "0396   (BC_1,   BIp(44),    input,    x)," &
   "0395   (BC_1,   *,          control,  0)," &
   "0394   (BC_1,   BIp(45),    output3,  x,      395,  0,      z)," &
   "0393   (BC_1,   BIp(45),    input,    x)," &
   "0392   (BC_1,   *,          internal, x)," &
   "0391   (BC_1,   *,          internal, x)," &
   "0390   (BC_1,   *,          internal, x)," &
   "0389   (BC_1,   *,          control,  0)," &
   "0388   (BC_1,   BIp(46),    output3,  x,      389,  0,      z)," &
   "0387   (BC_1,   BIp(46),    input,    x)," &
   "0386   (BC_1,   *,          control,  0)," &
   "0385   (BC_1,   BIp(47),    output3,  x,      386,  0,      z)," &
   "0384   (BC_1,   BIp(47),    input,    x)," &
   "0383   (BC_1,   *,          control,  0)," &
   "0382   (BC_1,   BIp(48),    output3,  x,      383,  0,      z)," &
   "0381   (BC_1,   BIp(48),    input,    x)," &
   "0380   (BC_1,   *,          control,  0)," &
   "0379   (BC_1,   BIp(49),    output3,  x,      380,  0,      z)," &
   "0378   (BC_1,   BIp(49),    input,    x)," &
   "0377   (BC_1,   *,          control,  0)," &
   "0376   (BC_1,   BIp(50),    output3,  x,      377,  0,      z)," &
   "0375   (BC_1,   BIp(50),    input,    x)," &
   "0374   (BC_1,   *,          internal, x)," &
   "0373   (BC_1,   *,          internal, x)," &
   "0372   (BC_1,   *,          internal, x)," &
   "0371   (BC_1,   *,          control,  0)," &
   "0370   (BC_1,   BIp(51),    output3,  x,      371,  0,      z)," &
   "0369   (BC_1,   BIp(51),    input,    x)," &
   "0368   (BC_1,   *,          control,  0)," &
   "0367   (BC_1,   BIp(52),    output3,  x,      368,  0,      z)," &
   "0366   (BC_1,   BIp(52),    input,    x)," &
   "0365   (BC_1,   *,          internal, x)," &
   "0364   (BC_1,   *,          internal, x)," &
   "0363   (BC_1,   *,          internal, x)," &
   "0362   (BC_1,   *,          control,  0)," &
   "0361   (BC_1,   BIp(53),    output3,  x,      362,  0,      z)," &
   "0360   (BC_1,   BIp(53),    input,    x)," &
   "0359   (BC_1,   *,          control,  0)," &
   "0358   (BC_1,   BIp(54),    output3,  x,      359,  0,      z)," &
   "0357   (BC_1,   BIp(54),    input,    x)," &
   "0356   (BC_1,   *,          internal, x)," &
   "0355   (BC_1,   *,          internal, x)," &
   "0354   (BC_1,   *,          internal, x)," &
   "0353   (BC_1,   *,          control,  0)," &
   "0352   (BC_1,   BIp(55),    output3,  x,      353,  0,      z)," &
   "0351   (BC_1,   BIp(55),    input,    x)," &
   "0350   (BC_1,   *,          control,  0)," &
   "0349   (BC_1,   BIp(56),    output3,  x,      350,  0,      z)," &
   "0348   (BC_1,   BIp(56),    input,    x)," &
   "0347   (BC_1,   *,          control,  0)," &
   "0346   (BC_1,   BIp(57),    output3,  x,      347,  0,      z)," &
   "0345   (BC_1,   BIp(57),    input,    x)," &
   "0344   (BC_1,   *,          control,  0)," &
   "0343   (BC_1,   BIp(58),    output3,  x,      344,  0,      z)," &
   "0342   (BC_1,   BIp(58),    input,    x)," &
   "0341   (BC_1,   *,          control,  0)," &
   "0340   (BC_1,   BIp(59),    output3,  x,      341,  0,      z)," &
   "0339   (BC_1,   BIp(59),    input,    x)," &
   "0338   (BC_1,   *,          internal, x)," &
   "0337   (BC_1,   *,          internal, x)," &
   "0336   (BC_1,   *,          internal, x)," &
   "0335   (BC_1,   *,          control,  0)," &
   "0334   (BC_1,   BIp(60),    output3,  x,      335,  0,      z)," &
   "0333   (BC_1,   BIp(60),    input,    x)," &
   "0332   (BC_1,   *,          control,  0)," &
   "0331   (BC_1,   BIp(61),    output3,  x,      332,  0,      z)," &
   "0330   (BC_1,   BIp(61),    input,    x)," &
   "0329   (BC_1,   *,          internal, x)," &
   "0328   (BC_1,   *,          internal, x)," &
   "0327   (BC_1,   *,          internal, x)," &
   "0326   (BC_1,   *,          control,  0)," &
   "0325   (BC_1,   BIp(62),    output3,  x,      326,  0,      z)," &
   "0324   (BC_1,   BIp(62),    input,    x)," &
   "0323   (BC_1,   *,          control,  0)," &
   "0322   (BC_1,   BIp(63),    output3,  x,      323,  0,      z)," &
   "0321   (BC_1,   BIp(63),    input,    x)," &
   "0320   (BC_1,   *,          internal, x)," &
   "0319   (BC_1,   *,          internal, x)," &
   "0318   (BC_1,   *,          internal, x)," &
   "0317   (BC_1,   *,          control,  0)," &
   "0316   (BC_1,   BIp(64),    output3,  x,      317,  0,      z)," &
   "0315   (BC_1,   BIp(64),    input,    x)," &
   "0314   (BC_1,   *,          control,  0)," &
   "0313   (BC_1,   BIp(65),    output3,  x,      314,  0,      z)," &
   "0312   (BC_1,   BIp(65),    input,    x)," &
   "0311   (BC_1,   *,          control,  0)," &
   "0310   (BC_1,   BIp(66),    output3,  x,      311,  0,      z)," &
   "0309   (BC_1,   BIp(66),    input,    x)," &
   "0308   (BC_1,   *,          control,  0)," &
   "0307   (BC_1,   BIp(67),    output3,  x,      308,  0,      z)," &
   "0306   (BC_1,   BIp(67),    input,    x)," &
   "0305   (BC_1,   *,          control,  0)," &
   "0304   (BC_1,   BIp(68),    output3,  x,      305,  0,      z)," &
   "0303   (BC_1,   BIp(68),    input,    x)," &
   "0302   (BC_1,   *,          internal, x)," &
   "0301   (BC_1,   *,          internal, x)," &
   "0300   (BC_1,   *,          internal, x)," &
   "0299   (BC_1,   *,          control,  0)," &
   "0298   (BC_1,   BIp(69),    output3,  x,      299,  0,      z)," &
   "0297   (BC_1,   BIp(69),    input,    x)," &
   "0296   (BC_1,   *,          control,  0)," &
   "0295   (BC_1,   BIp(70),    output3,  x,      296,  0,      z)," &
   "0294   (BC_1,   BIp(70),    input,    x)," &
   "0293   (BC_1,   *,          internal, x)," &
   "0292   (BC_1,   *,          internal, x)," &
   "0291   (BC_1,   *,          internal, x)," &
   "0290   (BC_1,   *,          control,  0)," &
   "0289   (BC_1,   BIp(71),    output3,  x,      290,  0,      z)," &
   "0288   (BC_1,   BIp(71),    input,    x)," &
   "0287   (BC_1,   *,          control,  0)," &
   "0286   (BC_1,   BIp(143),   output3,  x,      287,  0,      z)," &
   "0285   (BC_1,   BIp(143),   input,    x)," &
   "0284   (BC_1,   *,          internal, x)," &
   "0283   (BC_1,   *,          internal, x)," &
   "0282   (BC_1,   *,          internal, x)," &
   "0281   (BC_1,   *,          control,  0)," &
   "0280   (BC_1,   BIp(142),   output3,  x,      281,  0,      z)," &
   "0279   (BC_1,   BIp(142),   input,    x)," &
   "0278   (BC_1,   *,          control,  0)," &
   "0277   (BC_1,   BIp(141),   output3,  x,      278,  0,      z)," &
   "0276   (BC_1,   BIp(141),   input,    x)," &
   "0275   (BC_1,   *,          control,  0)," &
   "0274   (BC_1,   BIp(140),   output3,  x,      275,  0,      z)," &
   "0273   (BC_1,   BIp(140),   input,    x)," &
   "0272   (BC_1,   *,          control,  0)," &
   "0271   (BC_1,   BIp(139),   output3,  x,      272,  0,      z)," &
   "0270   (BC_1,   BIp(139),   input,    x)," &
   "0269   (BC_1,   *,          control,  0)," &
   "0268   (BC_1,   BIp(138),   output3,  x,      269,  0,      z)," &
   "0267   (BC_1,   BIp(138),   input,    x)," &
   "0266   (BC_1,   *,          internal, x)," &
   "0265   (BC_1,   *,          internal, x)," &
   "0264   (BC_1,   *,          internal, x)," &
   "0263   (BC_1,   *,          control,  0)," &
   "0262   (BC_1,   BIp(137),   output3,  x,      263,  0,      z)," &
   "0261   (BC_1,   BIp(137),   input,    x)," &
   "0260   (BC_1,   *,          control,  0)," &
   "0259   (BC_1,   BIp(136),   output3,  x,      260,  0,      z)," &
   "0258   (BC_1,   BIp(136),   input,    x)," &
   "0257   (BC_1,   *,          internal, x)," &
   "0256   (BC_1,   *,          internal, x)," &
   "0255   (BC_1,   *,          internal, x)," &
   "0254   (BC_1,   *,          control,  0)," &
   "0253   (BC_1,   BIp(135),   output3,  x,      254,  0,      z)," &
   "0252   (BC_1,   BIp(135),   input,    x)," &
   "0251   (BC_1,   *,          control,  0)," &
   "0250   (BC_1,   BIp(134),   output3,  x,      251,  0,      z)," &
   "0249   (BC_1,   BIp(134),   input,    x)," &
   "0248   (BC_1,   *,          internal, x)," &
   "0247   (BC_1,   *,          internal, x)," &
   "0246   (BC_1,   *,          internal, x)," &
   "0245   (BC_1,   *,          control,  0)," &
   "0244   (BC_1,   BIp(133),   output3,  x,      245,  0,      z)," &
   "0243   (BC_1,   BIp(133),   input,    x)," &
   "0242   (BC_1,   *,          control,  0)," &
   "0241   (BC_1,   BIp(132),   output3,  x,      242,  0,      z)," &
   "0240   (BC_1,   BIp(132),   input,    x)," &
   "0239   (BC_1,   *,          control,  0)," &
   "0238   (BC_1,   BIp(131),   output3,  x,      239,  0,      z)," &
   "0237   (BC_1,   BIp(131),   input,    x)," &
   "0236   (BC_1,   *,          control,  0)," &
   "0235   (BC_1,   BIp(130),   output3,  x,      236,  0,      z)," &
   "0234   (BC_1,   BIp(130),   input,    x)," &
   "0233   (BC_1,   *,          control,  0)," &
   "0232   (BC_1,   BIp(129),   output3,  x,      233,  0,      z)," &
   "0231   (BC_1,   BIp(129),   input,    x)," &
   "0230   (BC_1,   *,          internal, x)," &
   "0229   (BC_1,   *,          internal, x)," &
   "0228   (BC_1,   *,          internal, x)," &
   "0227   (BC_1,   *,          control,  0)," &
   "0226   (BC_1,   BIp(128),   output3,  x,      227,  0,      z)," &
   "0225   (BC_1,   BIp(128),   input,    x)," &
   "0224   (BC_1,   *,          control,  0)," &
   "0223   (BC_1,   BIp(127),   output3,  x,      224,  0,      z)," &
   "0222   (BC_1,   BIp(127),   input,    x)," &
   "0221   (BC_1,   *,          internal, x)," &
   "0220   (BC_1,   *,          internal, x)," &
   "0219   (BC_1,   *,          internal, x)," &
   "0218   (BC_1,   *,          control,  0)," &
   "0217   (BC_1,   BIp(126),   output3,  x,      218,  0,      z)," &
   "0216   (BC_1,   BIp(126),   input,    x)," &
   "0215   (BC_1,   *,          control,  0)," &
   "0214   (BC_1,   BIp(125),   output3,  x,      215,  0,      z)," &
   "0213   (BC_1,   BIp(125),   input,    x)," &
   "0212   (BC_1,   *,          internal, x)," &
   "0211   (BC_1,   *,          internal, x)," &
   "0210   (BC_1,   *,          internal, x)," &
   "0209   (BC_1,   *,          control,  0)," &
   "0208   (BC_1,   BIp(124),   output3,  x,      209,  0,      z)," &
   "0207   (BC_1,   BIp(124),   input,    x)," &
   "0206   (BC_1,   *,          control,  0)," &
   "0205   (BC_1,   BIp(123),   output3,  x,      206,  0,      z)," &
   "0204   (BC_1,   BIp(123),   input,    x)," &
   "0203   (BC_1,   *,          control,  0)," &
   "0202   (BC_1,   BIp(122),   output3,  x,      203,  0,      z)," &
   "0201   (BC_1,   BIp(122),   input,    x)," &
   "0200   (BC_1,   *,          control,  0)," &
   "0199   (BC_1,   BIp(121),   output3,  x,      200,  0,      z)," &
   "0198   (BC_1,   BIp(121),   input,    x)," &
   "0197   (BC_1,   *,          control,  0)," &
   "0196   (BC_1,   BIp(120),   output3,  x,      197,  0,      z)," &
   "0195   (BC_1,   BIp(120),   input,    x)," &
   "0194   (BC_1,   *,          internal, x)," &
   "0193   (BC_1,   *,          internal, x)," &
   "0192   (BC_1,   *,          internal, x)," &
   "0191   (BC_1,   *,          control,  0)," &
   "0190   (BC_1,   BIp(119),   output3,  x,      191,  0,      z)," &
   "0189   (BC_1,   BIp(119),   input,    x)," &
   "0188   (BC_1,   *,          control,  0)," &
   "0187   (BC_1,   BIp(118),   output3,  x,      188,  0,      z)," &
   "0186   (BC_1,   BIp(118),   input,    x)," &
   "0185   (BC_1,   *,          internal, x)," &
   "0184   (BC_1,   *,          internal, x)," &
   "0183   (BC_1,   *,          internal, x)," &
   "0182   (BC_1,   *,          control,  0)," &
   "0181   (BC_1,   BIp(117),   output3,  x,      182,  0,      z)," &
   "0180   (BC_1,   BIp(117),   input,    x)," &
   "0179   (BC_1,   *,          control,  0)," &
   "0178   (BC_1,   BIp(116),   output3,  x,      179,  0,      z)," &
   "0177   (BC_1,   BIp(116),   input,    x)," &
   "0176   (BC_1,   *,          internal, x)," &
   "0175   (BC_1,   *,          internal, x)," &
   "0174   (BC_1,   *,          internal, x)," &
   "0173   (BC_1,   *,          control,  0)," &
   "0172   (BC_1,   BIp(115),   output3,  x,      173,  0,      z)," &
   "0171   (BC_1,   BIp(115),   input,    x)," &
   "0170   (BC_1,   *,          control,  0)," &
   "0169   (BC_1,   BIp(114),   output3,  x,      170,  0,      z)," &
   "0168   (BC_1,   BIp(114),   input,    x)," &
   "0167   (BC_1,   *,          control,  0)," &
   "0166   (BC_1,   BIp(113),   output3,  x,      167,  0,      z)," &
   "0165   (BC_1,   BIp(113),   input,    x)," &
   "0164   (BC_1,   *,          control,  0)," &
   "0163   (BC_1,   BIp(112),   output3,  x,      164,  0,      z)," &
   "0162   (BC_1,   BIp(112),   input,    x)," &
   "0161   (BC_1,   *,          control,  0)," &
   "0160   (BC_1,   BIp(111),   output3,  x,      161,  0,      z)," &
   "0159   (BC_1,   BIp(111),   input,    x)," &
   "0158   (BC_1,   *,          internal, x)," &
   "0157   (BC_1,   *,          internal, x)," &
   "0156   (BC_1,   *,          internal, x)," &
   "0155   (BC_1,   *,          control,  0)," &
   "0154   (BC_1,   BIp(110),   output3,  x,      155,  0,      z)," &
   "0153   (BC_1,   BIp(110),   input,    x)," &
   "0152   (BC_1,   *,          control,  0)," &
   "0151   (BC_1,   BIp(109),   output3,  x,      152,  0,      z)," &
   "0150   (BC_1,   BIp(109),   input,    x)," &
   "0149   (BC_1,   *,          internal, x)," &
   "0148   (BC_1,   *,          internal, x)," &
   "0147   (BC_1,   *,          internal, x)," &
   "0146   (BC_1,   *,          control,  0)," &
   "0145   (BC_1,   BIp(108),   output3,  x,      146,  0,      z)," &
   "0144   (BC_1,   BIp(108),   input,    x)," &
   "0143   (BC_1,   *,          control,  0)," &
   "0142   (BC_1,   BIp(107),   output3,  x,      143,  0,      z)," &
   "0141   (BC_1,   BIp(107),   input,    x)," &
   "0140   (BC_1,   *,          internal, x)," &
   "0139   (BC_1,   *,          internal, x)," &
   "0138   (BC_1,   *,          internal, x)," &
   "0137   (BC_1,   *,          control,  0)," &
   "0136   (BC_1,   BIp(106),   output3,  x,      137,  0,      z)," &
   "0135   (BC_1,   BIp(106),   input,    x)," &
   "0134   (BC_1,   *,          control,  0)," &
   "0133   (BC_1,   BIp(105),   output3,  x,      134,  0,      z)," &
   "0132   (BC_1,   BIp(105),   input,    x)," &
   "0131   (BC_1,   *,          control,  0)," &
   "0130   (BC_1,   BIp(104),   output3,  x,      131,  0,      z)," &
   "0129   (BC_1,   BIp(104),   input,    x)," &
   "0128   (BC_1,   *,          control,  0)," &
   "0127   (BC_1,   BIp(103),   output3,  x,      128,  0,      z)," &
   "0126   (BC_1,   BIp(103),   input,    x)," &
   "0125   (BC_1,   *,          control,  0)," &
   "0124   (BC_1,   BIp(102),   output3,  x,      125,  0,      z)," &
   "0123   (BC_1,   BIp(102),   input,    x)," &
   "0122   (BC_1,   *,          internal, x)," &
   "0121   (BC_1,   *,          internal, x)," &
   "0120   (BC_1,   *,          internal, x)," &
   "0119   (BC_1,   *,          control,  0)," &
   "0118   (BC_1,   BIp(101),   output3,  x,      119,  0,      z)," &
   "0117   (BC_1,   BIp(101),   input,    x)," &
   "0116   (BC_1,   *,          control,  0)," &
   "0115   (BC_1,   BIp(100),   output3,  x,      116,  0,      z)," &
   "0114   (BC_1,   BIp(100),   input,    x)," &
   "0113   (BC_1,   *,          internal, x)," &
   "0112   (BC_1,   *,          internal, x)," &
   "0111   (BC_1,   *,          internal, x)," &
   "0110   (BC_1,   *,          control,  0)," &
   "0109   (BC_1,   BIp(99),    output3,  x,      110,  0,      z)," &
   "0108   (BC_1,   BIp(99),    input,    x)," &
   "0107   (BC_1,   *,          control,  0)," &
   "0106   (BC_1,   BIp(98),    output3,  x,      107,  0,      z)," &
   "0105   (BC_1,   BIp(98),    input,    x)," &
   "0104   (BC_1,   *,          internal, x)," &
   "0103   (BC_1,   *,          internal, x)," &
   "0102   (BC_1,   *,          internal, x)," &
   "0101   (BC_1,   *,          control,  0)," &
   "0100   (BC_1,   BIp(97),    output3,  x,      101,  0,      z)," &
   "0099   (BC_1,   BIp(97),    input,    x)," &
   "0098   (BC_1,   *,          control,  0)," &
   "0097   (BC_1,   BIp(96),    output3,  x,      98,   0,      z)," &
   "0096   (BC_1,   BIp(96),    input,    x)," &
   "0095   (BC_1,   *,          control,  0)," &
   "0094   (BC_1,   BIp(95),    output3,  x,      95,   0,      z)," &
   "0093   (BC_1,   BIp(95),    input,    x)," &
   "0092   (BC_1,   *,          control,  0)," &
   "0091   (BC_1,   BIp(94),    output3,  x,      92,   0,      z)," &
   "0090   (BC_1,   BIp(94),    input,    x)," &
   "0089   (BC_1,   *,          control,  0)," &
   "0088   (BC_1,   BIp(93),    output3,  x,      89,   0,      z)," &
   "0087   (BC_1,   BIp(93),    input,    x)," &
   "0086   (BC_1,   *,          internal, x)," &
   "0085   (BC_1,   *,          internal, x)," &
   "0084   (BC_1,   *,          internal, x)," &
   "0083   (BC_1,   *,          control,  0)," &
   "0082   (BC_1,   BIp(92),    output3,  x,      83,   0,      z)," &
   "0081   (BC_1,   BIp(92),    input,    x)," &
   "0080   (BC_1,   *,          control,  0)," &
   "0079   (BC_1,   BIp(91),    output3,  x,      80,   0,      z)," &
   "0078   (BC_1,   BIp(91),    input,    x)," &
   "0077   (BC_1,   *,          internal, x)," &
   "0076   (BC_1,   *,          internal, x)," &
   "0075   (BC_1,   *,          internal, x)," &
   "0074   (BC_1,   *,          control,  0)," &
   "0073   (BC_1,   BIp(90),    output3,  x,      74,   0,      z)," &
   "0072   (BC_1,   BIp(90),    input,    x)," &
   "0071   (BC_1,   *,          control,  0)," &
   "0070   (BC_1,   BIp(89),    output3,  x,      71,   0,      z)," &
   "0069   (BC_1,   BIp(89),    input,    x)," &
   "0068   (BC_1,   *,          internal, x)," &
   "0067   (BC_1,   *,          internal, x)," &
   "0066   (BC_1,   *,          internal, x)," &
   "0065   (BC_1,   *,          control,  0)," &
   "0064   (BC_1,   BIp(88),    output3,  x,      65,   0,      z)," &
   "0063   (BC_1,   BIp(88),    input,    x)," &
   "0062   (BC_1,   *,          control,  0)," &
   "0061   (BC_1,   BIp(87),    output3,  x,      62,   0,      z)," &
   "0060   (BC_1,   BIp(87),    input,    x)," &
   "0059   (BC_1,   *,          control,  0)," &
   "0058   (BC_1,   BIp(86),    output3,  x,      59,   0,      z)," &
   "0057   (BC_1,   BIp(86),    input,    x)," &
   "0056   (BC_1,   *,          control,  0)," &
   "0055   (BC_1,   BIp(85),    output3,  x,      56,   0,      z)," &
   "0054   (BC_1,   BIp(85),    input,    x)," &
   "0053   (BC_1,   *,          control,  0)," &
   "0052   (BC_1,   BIp(84),    output3,  x,      53,   0,      z)," &
   "0051   (BC_1,   BIp(84),    input,    x)," &
   "0050   (BC_1,   *,          internal, x)," &
   "0049   (BC_1,   *,          internal, x)," &
   "0048   (BC_1,   *,          internal, x)," &
   "0047   (BC_1,   *,          control,  0)," &
   "0046   (BC_1,   BIp(83),    output3,  x,      47,   0,      z)," &
   "0045   (BC_1,   BIp(83),    input,    x)," &
   "0044   (BC_1,   *,          control,  0)," &
   "0043   (BC_1,   BIp(82),    output3,  x,      44,   0,      z)," &
   "0042   (BC_1,   BIp(82),    input,    x)," &
   "0041   (BC_1,   *,          internal, x)," &
   "0040   (BC_1,   *,          internal, x)," &
   "0039   (BC_1,   *,          internal, x)," &
   "0038   (BC_1,   *,          control,  0)," &
   "0037   (BC_1,   BIp(81),    output3,  x,      38,   0,      z)," &
   "0036   (BC_1,   BIp(81),    input,    x)," &
   "0035   (BC_1,   *,          control,  0)," &
   "0034   (BC_1,   BIp(80),    output3,  x,      35,   0,      z)," &
   "0033   (BC_1,   BIp(80),    input,    x)," &
   "0032   (BC_1,   *,          internal, x)," &
   "0031   (BC_1,   *,          internal, x)," &
   "0030   (BC_1,   *,          internal, x)," &
   "0029   (BC_1,   *,          control,  0)," &
   "0028   (BC_1,   BIp(79),    output3,  x,      29,   0,      z)," &
   "0027   (BC_1,   BIp(79),    input,    x)," &
   "0026   (BC_1,   *,          control,  0)," &
   "0025   (BC_1,   BIp(78),    output3,  x,      26,   0,      z)," &
   "0024   (BC_1,   BIp(78),    input,    x)," &
   "0023   (BC_1,   *,          control,  0)," &
   "0022   (BC_1,   BIp(77),    output3,  x,      23,   0,      z)," &
   "0021   (BC_1,   BIp(77),    input,    x)," &
   "0020   (BC_1,   *,          control,  0)," &
   "0019   (BC_1,   BIp(76),    output3,  x,      20,   0,      z)," &
   "0018   (BC_1,   BIp(76),    input,    x)," &
   "0017   (BC_1,   *,          control,  0)," &
   "0016   (BC_1,   BIp(75),    output3,  x,      17,   0,      z)," &
   "0015   (BC_1,   BIp(75),    input,    x)," &
   "0014   (BC_1,   *,          internal, x)," &
   "0013   (BC_1,   *,          internal, x)," &
   "0012   (BC_1,   *,          internal, x)," &
   "0011   (BC_1,   *,          control,  0)," &
   "0010   (BC_1,   BIp(74),    output3,  x,      11,   0,      z)," &
   "0009   (BC_1,   BIp(74),    input,    x)," &
   "0008   (BC_1,   *,          control,  0)," &
   "0007   (BC_1,   BIp(73),    output3,  x,      8,    0,      z)," &
   "0006   (BC_1,   BIp(73),    input,    x)," &
   "0005   (BC_1,   *,          internal, x)," &
   "0004   (BC_1,   *,          internal, x)," &
   "0003   (BC_1,   *,          internal, x)," &
   "0002   (BC_1,   *,          control,  0)," &
   "0001   (BC_1,   BIp(72),    output3,  x,      2,    0,      z)," &
   "0000   (BC_1,   BIp(72),    input,    x)";

end ispLSI5256VA;