- 高级微器件Mach231 100引脚TQFP BSDL描述 - 作者:撰稿:Martha Chan - 日期:1995年10月16日 - 版本:1.0 - 10/08/1998:(Jan Buxton)从私人移动一些说明公开。- 03/31/2000(JKB):更新的版权评论。- **************************************************************** - *版权所有1999,2000格子/ VANTIS CORPORATION * - * 995 Stewart博士Sunnyvale,CA 94088 * - *版权所有。可以再现本程序或出版物的部分或出版物* - *,传输,转录,存储在* - *检索系统中,或以任何形式或任何方式翻译成任何语言或* - *计算机语言这个* - *出现在内部的通知。* - **************************************************************** - *格子/ VANTIS使用此* - *产品不保证,并对* - *可能出现的任何错误不承担任何责任之内。 Neither does it make a commitment to * -- * update this information. * -- **************************************************************** -- * This is the template BSDL file to be used for the purpose * -- * of verifying the part's compliance with the IEEE standard * -- * 1149.1-1990. * -- **************************************************************** -- -- This file has been verified by: -- Teradyne VICTORY v 2.20 -- - Syntax Check using BSA -- - Test vector generation using BSA -- -- This file has NOT been verified by: -- Hewlett-Packard Boundary-Scan Software -- - Syntax Check -- -- Genrad Boundary-Scan Software -- - Syntax Check -- - Physical Verification -- -- **************************************************************** -- Entity format: Mabcdddeeefggg -- a = family (1, 2, 4, 5) -- b = A for "A" type parts -- c = Vcc level: 5, 3, 2, or 1 for 5.0, 3.3, 2.5, or 1.8 VDC -- ddd = number of macrocells, such as 064 -- eee = number of I/O pins, such as 032 -- f = package: L, P, T, or B for PLCC, PQFP, TQFP, or BGA -- ggg = number of pins, such as 044 entity M2_5128064T100 is generic(PHYSICAL_PIN_MAP : string := "TQFP_100pin"); port ( DED_IN : in bit_vector(0 to 5); -- Clocks/Inputs IO : inout bit_vector(0 to 63); -- I/O pins TCK, TMS, TDI: in bit; -- JTAG inputs TDO : out bit; -- JTAG outputs NC : linkage bit_vector(0 to 4); VCC : linkage bit_vector(0 to 5); GND : linkage bit_vector(0 to 14) ); use STD_1149_1_1990.all; -- get JTAG definitions and attributes attribute PIN_MAP of M2_5128064T100 : entity is PHYSICAL_PIN_MAP; constant TQFP_100pin : PIN_MAP_STRING := "DED_IN:(2,11,15,52,61,64), " & -- Dedicated Clock/Input Pins "IO:( 90, 91, 92, 93, 94, 95, 96, 97, " & -- I/O A " 3, 4, 5, 6, 7, 8, 9, 10, " & -- I/O B " 16, 17, 18, 19, 20, 21, 22, 23, " & -- I/O C " 28, 29, 30, 31, 32, 33, 34, 35, " & -- I/O D " 41, 42, 43, 44, 45, 46, 47, 48, " & -- I/O E " 53, 54, 55, 56, 57, 58, 59, 60, " & -- I/O F " 65, 66, 67, 68, 69, 70, 71, 72, " & -- I/O G " 77, 78, 79, 80, 81, 82, 83, 84)," & -- I/O H " TDI:1, TMS:51, TCK:25, TDO:74, " & -- JTAG "NC :(24,36,73,85,98), " & -- No Connect "VCC:(12,37,40,62,86,89), " & -- POWER "GND:(13,14,26,27,38,39,49, " & "50,63,75,76,87,88,99,100)"; -- GROUND PINS -- END OF PIN DEFINITION 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 (20.0e6, BOTH); -- Instruction register definitions attribute INSTRUCTION_LENGTH of M2_5128064T100 : entity is 6; attribute INSTRUCTION_OPCODE of M2_5128064T100 : entity is "BYPASS (111111)," & "EXTEST (000000)," & "SAMPLE (000010)," & "IDCODE (000001)," & "PRIV003 (000011)," & "PRIV004 (000100)," & "PRIV005 (000101)," & "PRIV006 (000110)," & "PRIV007 (000111)," & "PRIV008 (001000)," & "PRIV00F (001111)," & "PRIVATE (001110,001101,110000,100101,100110," & "100111,101110,110011,110010)"; attribute INSTRUCTION_CAPTURE of M2_5128064T100 : entity is "000001"; attribute INSTRUCTION_PRIVATE of M2_5128064T100 : entity is "PRIVATE"; attribute IDCODE_REGISTER of M2_5128064T100 : entity is "0000" & -- version number "0111000011111000" & -- part identification "00000000001" & -- company code "1"; -- mandatory 1 attribute REGISTER_ACCESS of M2_5128064T100 : entity is "BYPASS (BYPASS, PRIV005, PRIV006, PRIV008)," & "BOUNDARY (EXTEST,SAMPLE)," & "ROWREG[74](PRIV003)," & "COLREG[560](PRIV004, PRIV007)," & "PRIVR00F[5](PRIV00F)"; -- ************************************************************** -- * BOUNDARY SCAN CELL REGISTER DESCRIPTION * -- * MACH2xx-ISP parts do not have boundary scan cells. * -- ************************************************************** attribute BOUNDARY_CELLS of M2_5128064T100 : entity is "BC_3"; attribute BOUNDARY_LENGTH of M2_5128064T100 : entity is 1; attribute BOUNDARY_REGISTER of M2_5128064T100: entity is "0 (BC_3, *, INTERNAL, X)"; end M2_5128064T100;