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

-- Copyright (C) 1998-2005 Altera Corporation
--
-- File Name     : 7064ST100.BSD
-- Device        : EPM7064ST100
-- Package       : 100-Pin Thin Quad Flat Pack
-- BSDL Version  : 3.01
-- BSDL Status   : Final
-- Date Created  : 12/8/1998
-- Created by    : Altera BSDL Generation Program Ver. 1.20      
-- Verification  : Software syntax checked on:
--                   Agilent Technologies 3070 BSDL Compiler
--                   ASSET ScanWorks ver. 3.1.1
--                   Corelis ScanPlus TPG ver. 4.12
--                   Genrad BSDL syntax checker ver. 4.01, a component
--                      of Scan Pathfinder(tm) and BasicSCAN(tm)
--                   GOEPEL Electronics' CASCON-GALAXY(R) ver. 4.0
--                   JTAG Technologies BSDL Converter ver. 2.4
--
-- Documentation : MAX 7000 Family Datasheet
--                 AN39: JTAG Boundary Scan Testing for Altera Devices
--
-- *********************************************************************
-- *                           IMPORTANT NOTICE                        *
-- *********************************************************************
--
-- Altera, MAX 7000S and EPM7064S are trademarks of Altera
-- Corporation.  Altera products, marketed under trademarks, are
-- protected under numerous US and foreign patents and pending
-- applications, maskwork rights, and copyrights.   Altera warrants
-- performance of its semiconductor products to current specifications
-- in accordance with Altera's standard warranty, but reserves the
-- right to make changes to any products and services at any time
-- without notice.  Altera assumes no responsibility or liability
-- arising out of the application or use of any information, product,
-- or service described herein except as expressly agreed to in
-- writing by Altera Corporation.  Altera customers are advised to
-- obtain the latest version of device specifications before relying
-- on any published information and before placing orders for products
-- or services.
--
-- *********************************************************************
-- *                     ENTITY DEFINITION WITH PORTS                  *
-- *********************************************************************

entity EPM7064ST100 is
  generic (PHYSICAL_PIN_MAP : string := "TQFP100");

port (
--I/O Pins
    IO92   , IO93   , IO94   , IO96   , IO97   , IO98   , IO99   , 
    IO100  , IO6    , IO8    , IO9    , IO10   , IO12   , IO13   , 
    IO14   , IO16   , IO17   , IO19   , IO20   , IO21   , IO23   , 
    IO25   , IO29   , IO30   , IO31   , IO32   , IO33   , IO35   , 
    IO36   , IO37   , IO40   , IO41   , IO42   , IO44   , IO45   , 
    IO46   , IO47   , IO48   , IO52   , IO54   , IO56   , IO57   , 
    IO58   , IO60   , IO61   , IO63   , IO64   , IO65   , IO67   , 
    IO68   , IO69   , IO71   , IO75   , IO76   , IO79   , IO80   , 
    IO81   , IO83   , IO84   , IO85   : linkage bit;
--Dedicated Input Pins
    IN89   , IN90   , IN87   , IN88   : linkage bit;
--JTAG Ports
    TCK    , TMS    , TDI    : in bit;
    TDO    : out bit;
--No Connect Pins
    NC     : linkage bit_vector (1 to 16);
--Power Pins
    VCC    : linkage bit_vector (1 to 8);
--Ground Pins
    GND    : linkage bit_vector (1 to 8)
);

use STD_1149_1_1994.all;

attribute COMPONENT_CONFORMANCE of EPM7064ST100 :
          entity is "STD_1149_1_1993";

-- *********************************************************************
-- *                             PIN MAPPING                           *
-- *********************************************************************

attribute PIN_MAP of EPM7064ST100 : entity is PHYSICAL_PIN_MAP;
constant TQFP100 : PIN_MAP_STRING :=
--I/O Pins
    "IO92   : 92  , IO93   : 93  , IO94   : 94  , IO96   : 96  , "&
    "IO97   : 97  , IO98   : 98  , IO99   : 99  , IO100  : 100 , "&
    "IO6    : 6   , IO8    : 8   , IO9    : 9   , IO10   : 10  , "&
    "IO12   : 12  , IO13   : 13  , IO14   : 14  , IO16   : 16  , "&
    "IO17   : 17  , IO19   : 19  , IO20   : 20  , IO21   : 21  , "&
    "IO23   : 23  , IO25   : 25  , IO29   : 29  , IO30   : 30  , "&
    "IO31   : 31  , IO32   : 32  , IO33   : 33  , IO35   : 35  , "&
    "IO36   : 36  , IO37   : 37  , IO40   : 40  , IO41   : 41  , "&
    "IO42   : 42  , IO44   : 44  , IO45   : 45  , IO46   : 46  , "&
    "IO47   : 47  , IO48   : 48  , IO52   : 52  , IO54   : 54  , "&
    "IO56   : 56  , IO57   : 57  , IO58   : 58  , IO60   : 60  , "&
    "IO61   : 61  , IO63   : 63  , IO64   : 64  , IO65   : 65  , "&
    "IO67   : 67  , IO68   : 68  , IO69   : 69  , IO71   : 71  , "&
    "IO75   : 75  , IO76   : 76  , IO79   : 79  , IO80   : 80  , "&
    "IO81   : 81  , IO83   : 83  , IO84   : 84  , IO85   : 85  , "&
--Dedicated Input Pins
    "IN89   : 89  , IN90   : 90  , IN87   : 87  , IN88   : 88  , "&
--JTAG ports
    "TCK    : 62  , TMS    : 15  , TDI    : 4   , TDO    : 73  , "&
--No Connect Pins
    "NC     : (1   , 2   , 5   , 7   , 22  , 24  , 27  , 28  , "&
              "49  , 50  , 53  , 55  , 70  , 72  , 77  , 78  ), "&
--Power Pins
    "VCC    : (91  , 3   , 18  , 34  , 39  , 51  , 66  , 82  ), "&
--Ground Pins
    "GND    : (95  , 11  , 26  , 38  , 43  , 59  , 74  , 86  )";

-- *********************************************************************
-- *                       IEEE 1149.1 TAP PORTS                       *
-- *********************************************************************

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_CLOCK of TCK  : signal is (10.00e6,BOTH);

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

attribute INSTRUCTION_LENGTH of EPM7064ST100 : entity is 10;
attribute INSTRUCTION_OPCODE of EPM7064ST100 : entity is
  "BYPASS            (1111111111), "&
  "EXTEST            (0000000011), "&
  "SAMPLE            (0001010111), "&
  "IDCODE            (0001011001)";

attribute INSTRUCTION_CAPTURE of EPM7064ST100 : entity is "0101010101";

attribute IDCODE_REGISTER of EPM7064ST100 : entity is
  "0000"&               --4-bit Version
  "0111000001100100"&   --16-bit Part Number (hex 7064)
  "00001101110"&        --11-bit Manufacturer's Identity
  "1";                  --Mandatory LSB
attribute REGISTER_ACCESS of EPM7064ST100 : entity is
  "DEVICE_ID        (IDCODE)";

-- *********************************************************************
-- *                    BOUNDARY SCAN CELL INFORMATION                 *
-- *********************************************************************

attribute BOUNDARY_LENGTH of EPM7064ST100 : entity is 1;
attribute BOUNDARY_REGISTER of EPM7064ST100 : entity is
  "0 (BC_4, *, internal, 1)";

-- *********************************************************************
-- *                            DESIGN WARNING                         *
-- *********************************************************************

attribute DESIGN_WARNING of EPM7064ST100 : entity is
  "Although the EPM7064S device contains circuitry to support the"&
  "TAP controller, this device does not offer Boundary Scan Cells to"&
  "support the EXTEST and SAMPLE/PRELOAD instructions.  When the"&
  "instruction register is updated with these instructions, the"&
  "bypass register is selected.";

end EPM7064ST100;