--************************************************************************** --* --* File Name: UPD44323362.BSDL --* Version: 1.1 --* Date: January 30, 2003 --* Model: BSDL --* Simulator: None --* --* Dependencies: None --* --* Company: NEC Electronics Corporation --* Model: UPD44323362 (1M x 36 Late Write SRAM ) --* --* Description: NEC 1M X 36 Late Write SRAM BSDL model --* --* Limitation: IEEE 1149.1 Serial Boundary Scan (JTAG) --* --* Disclaimer: NEC Electronics Corporation does not guarantee functionality --* or accuracy of this model. NEC Electronics Corporation assumes --* no responsiblity for any problems arising from the use of this model. --* --* Copyright (C) NEC Electronics Corporation 2003 --* All rights reserved --* --************************************************************************** entity UPD44323362 is generic (PHYSICAL_PIN_MAP : string := "F1_PACKAGE"); port ( KN: in bit; KP: in bit; SB: in bit_vector(0 to 3); M1: in bit; M2: in bit; G: in bit; SW: in bit; SS: in bit; SA: in bit_vector(0 to 19); DQA: in bit_vector(0 to 8); DQB: in bit_vector(0 to 8); DQC: in bit_vector(0 to 8); DQD: in bit_vector(0 to 8); VSS: linkage bit_vector(0 to 15); VDD: linkage bit_vector(0 to 4); VDDQ: linkage bit_vector(0 to 9); VREF: linkage bit_vector(0 to 1); NC: linkage bit_vector(0 to 11); NN: in bit; ZZ: in bit; ZQ: in bit; TDO: out bit; TMS: in bit; TDI: in bit; TCK: in bit); use STD_1149_1_1994.all; attribute PIN_MAP of UPD44323362 : entity is PHYSICAL_PIN_MAP; constant F1_PACKAGE : PIN_MAP_STRING := "KP: K4," & "KN: L4," & "SB: (L5,G5,G3,L3)," & "M1: R3," & "M2: R5," & "G: F4," & "SW: M4," & "SS: E4," & "SA: (N4,P4,A6,C6,R6,A5,C5,T5,T4,A3,C3,T3,A2,C2,R2,B5,B3,B6,B2,B4)," & "NC: (A4,B1,B7,C1,C7,G4,R1,R7,T1,T2,T6,U6)," & "NN: H4," & "VDD: (C4,J2,J4,J6,R4)," & "VDDQ: (A1,A7,F1,F7,J1,J7,M1,M7,U1,U7)," & "VREF: (J3,J5)," & "VSS: (D3,D5,E3,E5,F3,F5,H3,H5,K3,K5,M3,M5,N3,N5,P3,P5)," & "DQA: (K7,K6,L7,L6,M6,N7,N6,P7,P6)," & "DQB: (H7,H6,G7,G6,F6,E7,E6,D7,D6)," & "DQC: (H1,H2,G1,G2,F2,E1,E2,D1,D2)," & "DQD: (K1,K2,L1,L2,M2,N1,N2,P1,P2)," & "ZZ: T7," & "ZQ: D4," & "TMS: U2," & "TDI: U3," & "TCK: U4," & "TDO: U5 "; 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; attribute TAP_SCAN_CLOCK of TCK : signal is (10.0e6, BOTH); attribute INSTRUCTION_LENGTH of UPD44323362 : entity is 3; attribute INSTRUCTION_OPCODE of UPD44323362 : entity is "EXTEST (000)," & "IDCODE (001)," & "SAMPLE (100)," & "SAMPLZ (010)," & "BYPASS (111)"; attribute INSTRUCTION_CAPTURE of UPD44323362 : entity is "001"; attribute IDCODE_REGISTER of UPD44323362 : entity is "0000" & --Reserved for version number "0000000000111100" & --Device ID "00000010000" & --NEC Vendor ID "1" ; --ID REGISTER PRESENCE INDICATOR attribute REGISTER_ACCESS of UPD44323362 : entity is "BOUNDARY (SAMPLZ)" ; attribute BOUNDARY_LENGTH of UPD44323362 : entity is 70; attribute BOUNDARY_REGISTER of UPD44323362 : entity is -- num cell port func safe [ccell dis rslt] "0 (BC_4, M2, input, 0)," & "1 (BC_4, SA(1), input, X)," & "2 (BC_4, SA(8), input, X)," & "3 (BC_4, SA(4), input, X)," & "4 (BC_4, SA(7), input, X)," & "5 (BC_4, ZZ, input, X)," & "6 (BC_4, DQA(8), input, X)," & "7 (BC_4, DQA(7), input, X)," & "8 (BC_4, DQA(6), input, X)," & "9 (BC_4, DQA(5), input, X)," & "10 (BC_4, DQA(4), input, X)," & "11 (BC_4, DQA(3), input, X)," & "12 (BC_4, DQA(2), input, X)," & "13 (BC_4, DQA(1), input, X)," & "14 (BC_4, DQA(0), input, X)," & "15 (BC_4, SB(0), input, X)," & "16 (BC_4, KN, input, X)," & "17 (BC_4, KP, input, X)," & "18 (BC_4, G, input, X)," & "19 (BC_4, SB(1), input, X)," & "20 (BC_4, DQB(0), input, X)," & "21 (BC_4, DQB(1), input, X)," & "22 (BC_4, DQB(2), input, X)," & "23 (BC_4, DQB(3), input, X)," & "24 (BC_4, DQB(4), input, X)," & "25 (BC_4, DQB(5), input, X)," & "26 (BC_4, DQB(6), input, X)," & "27 (BC_4, DQB(7), input, X)," & "28 (BC_4, DQB(8), input, X)," & "29 (BC_4, SA(2), input, X)," & "30 (BC_4, SA(3), input, X)," & "31 (BC_4, SA(6), input, X)," & "32 (BC_4, SA(5), input, X)," & "33 (BC_4, SA(17), input, X)," & "34 (BC_4, SA(15), input, X)," & "35 (BC_4, SA(16), input, X)," & "36 (BC_4, SA(18), input, X)," & "37 (BC_4, SA(9), input, X)," & "38 (BC_4, SA(10), input, X)," & "39 (BC_4, SA(13), input, X)," & "40 (BC_4, SA(12), input, X)," & "41 (BC_4, DQC(8), input, X)," & "42 (BC_4, DQC(7), input, X)," & "43 (BC_4, DQC(6), input, X)," & "44 (BC_4, DQC(5), input, X)," & "45 (BC_4, DQC(4), input, X)," & "46 (BC_4, DQC(3), input, X)," & "47 (BC_4, DQC(2), input, X)," & "48 (BC_4, DQC(1), input, X)," & "49 (BC_4, DQC(0), input, X)," & "50 (BC_4, SB(2), input, X)," & "51 (BC_4, ZQ, input, X)," & "52 (BC_4, SS, input, X)," & "53 (BC_4, SA(19), input, X)," & "54 (BC_4, NN, input, X)," & "55 (BC_4, SW, input, X)," & "56 (BC_4, SB(3), input, X)," & "57 (BC_4, DQD(0), input, X)," & "58 (BC_4, DQD(1), input, X)," & "59 (BC_4, DQD(2), input, X)," & "60 (BC_4, DQD(3), input, X)," & "61 (BC_4, DQD(4), input, X)," & "62 (BC_4, DQD(5), input, X)," & "63 (BC_4, DQD(6), input, X)," & "64 (BC_4, DQD(7), input, X)," & "65 (BC_4, DQD(8), input, X)," & "66 (BC_4, SA(11), input, X)," & "67 (BC_4, SA(14), input, X)," & "68 (BC_4, SA(0), input, X)," & "69 (BC_4, M1, input, 1)"; end UPD44323362;