- ******************************************************************** - * isppac-powr607 bsdl model * - *文件版本:1.00 * - *文件日期:07/17/14 * -- * * - *标准测试访问端口和边界扫描架构* - * VHDL描述文件* - * * - *此BSDL文件由ISPBDF V3.1根据:* - * - IEEE 1149.1创建1994年规格。* - * * - *此BSDL已被验证用于语法和语义* - *符合IEEE 1149.1使用:* - * - 晶格BSDL语法检查器* - * - GoePel BSDL语法检查器V3.0.1 * -- * - 资产/ Agilent BSDL验证服务* - * - JTAG Technologies BSDL语法检查器* - * * - *版权所有2000 - 2014 * - * Lattice Semiconductor Corpbob投注软件oration * - * 5555 Ne Moore CT。* - * Hillsboro,或97124 * - * * - *版权所有。可以再现本程序或出版物的部分或出版物* - *,传输,转录,存储在* - *检索系统中,或以任何形式或任何方式翻译成任何语言或* - *计算机语言这个* - *出现在内部的通知。* - ******************************************************************** -- * * -- * IMPORTANT * -- * * -- * This device does not include a BSCAN register and does not * -- * directly support pin continuity testing. The BSDL file is * -- * is provided to define the devices in a scan chain where the * -- * Instruction Register and Bypass instruction must be known. * -- * * -- * The Die-Pad for this device does not need to be grounded. * -- * * -- * For Further assistance, please contact Tech Support at * -- * 1-800-LATTICE or techsupport@latticesemi.com * -- ******************************************************************** -- * * -- * REVISION HISTORY * -- * * -- * Rev 1.00: 07/17/14 * -- * - Initial version * -- * * -- ******************************************************************** -- The Overall Structure of the Entity Description entity ispPAC_POWR607_XXN24 is -- Generic Parameter Statement generic (PHYSICAL_PIN_MAP : string := "QFN_24"); -- Logical Port Description Statement port ( VCC: linkage bit_vector(0 to 1); IN1_PWRDN: linkage bit; IN2: linkage bit; IN_OUT3: linkage bit; IN_OUT4: linkage bit; IN_OUT5: linkage bit; IN_OUT6: linkage bit; IN_OUT7: linkage bit; HVOUT1: linkage bit; HVOUT2: linkage bit; VCCJ: linkage bit; TCK: in bit; GND: linkage bit_vector(0 to 1); TDO: out bit; TDI: in bit; TMS: in bit; VMON1: linkage bit; VMON2: linkage bit; VMON3: linkage bit; VMON4: linkage bit; VMON5: linkage bit; VMON6: linkage bit ); -- Version Control use STD_1149_1_1994.all; -- 1149.1-1994 attributes -- Component Conformance Statement attribute COMPONENT_CONFORMANCE of ispPAC_POWR607_XXN24 : entity is "STD_1149_1_1993"; -- Device Package Pin Mapping attribute PIN_MAP of ispPAC_POWR607_XXN24 : entity is PHYSICAL_PIN_MAP; constant QFN_24 : PIN_MAP_STRING := "VCC: (3, 16),"& "IN1_PWRDN: 22,"& "IN2: 21,"& "IN_OUT3: 20,"& "IN_OUT4: 19,"& "IN_OUT5: 18,"& "IN_OUT6: 17,"& "IN_OUT7: 15,"& "HVOUT1: 23,"& "HVOUT2: 24,"& "VCCJ: 10,"& "TCK: 12,"& "GND: (8, 9),"& "TDO: 11,"& "TDI: 13,"& "TMS: 14,"& "VMON1: 1,"& "VMON2: 2,"& "VMON3: 4,"& "VMON4: 5,"& "VMON5: 6,"& "VMON6: 7"; -- Scan Port Identification attribute TAP_SCAN_CLOCK of TCK : Signal is (1.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 ispPAC_POWR607_XXN24 : entity is 8; attribute INSTRUCTION_OPCODE of ispPAC_POWR607_XXN24 : entity is -- 1149.1 instructions "BYPASS (11111111),"& "SAMPLE (00011100),"& "EXTEST (00000000),"& "IDCODE (00010110),"& "HIGHZ (00011000)"; attribute INSTRUCTION_CAPTURE of ispPAC_POWR607_XXN24 : entity is "00011101"; -- IDCODE Definition attribute IDCODE_REGISTER of ispPAC_POWR607_XXN24 : entity is "0000"& -- version number "0000000101000111"& -- part identification "00000100001"& -- company code "1"; -- mandatory -- Register Access Description attribute REGISTER_ACCESS of ispPAC_POWR607_XXN24 : entity is "BYPASS (BYPASS, "& " HIGHZ),"& "BOUNDARY (SAMPLE, "& " EXTEST),"& "DEVICE_ID (IDCODE)"; -- ***************************************************************** -- Boundary Scan Register Description, Cell 0 is the closest to TDO -- ***************************************************************** attribute BOUNDARY_LENGTH of ispPAC_POWR607_XXN24 : entity is 1; attribute BOUNDARY_REGISTER of ispPAC_POWR607_XXN24 : entity is --num cell port function safe [ccell disval rslt] "0 (BC_1, *, INTERNAL, 0 )"; end ispPAC_POWR607_XXN24;