EEWORLDEEWORLDEEWORLD

Part Number

Search

IS61VPS204818A-166TQL

Description
1M X 36 CACHE SRAM, 3.5 ns, PQFP100
Categorystorage   
File Size351KB,21 Pages
ManufacturerISSI(Integrated Silicon Solution Inc.)
Websitehttp://www.issi.com/
Download Datasheet Parametric View All

IS61VPS204818A-166TQL Overview

1M X 36 CACHE SRAM, 3.5 ns, PQFP100

IS61VPS204818A-166TQL Parametric

Parameter NameAttribute value
maximum clock frequency166 MHz
Number of functions1
Number of terminals100
Minimum operating temperature-40 Cel
Maximum operating temperature85 Cel
Rated supply voltage3.3 V
Minimum supply/operating voltage3.14 V
Maximum supply/operating voltage3.46 V
Processing package descriptionLEAD FREE, TQFP-100
each_compliYes
EU RoHS regulationsYes
stateEOL
sub_categorySRAMs
ccess_time_max3.5 ns
i_o_typeCOMMON
jesd_30_codeR-PQFP-G100
jesd_609_codee3
storage density3.77E7 bit
Memory IC typeCACHE SRAM
memory width36
moisture_sensitivity_level3
Number of digits1.05E6 words
Number of digits1M
operating modeSYNCHRONOUS
organize1MX36
Output characteristics3-STATE
Packaging MaterialsPLASTIC/EPOXY
ckage_codeLQFP
ckage_equivalence_codeQFP100,.63X.87
packaging shapeRECTANGULAR
Package SizeFLATPACK, LOW PROFILE
serial parallelPARALLEL
eak_reflow_temperature__cel_260
wer_supplies__v_2.5/3.3,3.3
qualification_statusCOMMERCIAL
seated_height_max1.6 mm
standby_current_max0.1400 Amp
standby_voltage_mi3.14 V
Maximum supply voltage0.4500 Amp
surface mountYES
CraftsmanshipCMOS
Temperature levelINDUSTRIAL
terminal coatingMATTE TIN
Terminal formGULL WING
Terminal spacing0.6500 mm
Terminal locationQUAD
ime_peak_reflow_temperature_max__s_40
length20 mm
width14 mm
dditional_featurePIPELINED ARCHITECURE
IS61vPS102436A IS61lPS102436A
IS61vPS204818A IS61lPS204818A
1Mb x 36, 2Mb x 18
36Mb SYNCHRONOUS PIPElINED,
SINglE CYClE DESElECT STATIC RAM
FEATURES
• Internal self-timed write cycle
• Individual Byte Write Control and Global Write
• Clock controlled, registered address, data and
control
• Burst sequence control using MODE input
• Three chip enable option for simple depth ex-
pansion and address pipelining
• Common data inputs and data outputs
• Auto Power-down during deselect
• Single cycle deselect
• Snooze MODE for reduced-power standby
• Power Supply
LPS: V
dd
3.3V + 5%,
V
ddq
3.3V/2.5V + 5%
VPS: V
dd
2.5V + 5%,
V
ddq
2.5V + 5%
• JEDEC 100-Pin TQFP and 165-ball PBGA
packages
• Lead-free available
JUNE 2010
DESCRIPTION
The
ISSI
IS61LPS/VPS102436A and IS61LPS/VPS
204818A are high-speed, low-power synchronous static
RAMs designed to provide burstable, high-performance
memory for communication and networking applications.
The IS61LPS/VPS102436A is organized as 1,048,476
words by 36 bits. The IS61LPS/VPS204818A is organized
as 2M-word by 18 bits. Fabricated with
ISSI
's advanced
CMOS technology, the device integrates a 2-bit burst
counter, high-speed SRAM core, and high-drive capability
outputs into a single monolithic circuit. All synchronous
inputs pass through registers controlled by a positive-
edge-triggered single clock input.
Write cycles are internally self-timed and are initiated by
the rising edge of the clock input. Write cycles can be
one to four bytes wide as controlled by the write control
inputs.
Separate byte enables allow individual bytes to be written.
The byte write operation is performed by using the byte
write enable (BWE) input combined with one or more
individual byte write signals (BWx). In addition, Global
Write (GW) is available for writing all bytes at one time,
regardless of the byte write controls.
Bursts can be initiated with either ADSP (Address Status
Processor) or
ADSC
(Address Status Cache Controller)
input pins. Subsequent burst addresses can be gener-
ated internally and controlled by the
ADV
(burst address
advance) input pin.
The mode pin is used to select the burst sequence or-
der, Linear burst is achieved when this pin is tied LOW.
Interleave burst is achieved when this pin is tied HIGH
or left floating.
FAST ACCESS TIME
Symbol
t
kq
t
kc
Parameter
Clock Access Time
Cycle Time
Frequency
200
3.1
5
200
166
3.5
6
166
Units
ns
ns
MHz
Copyright © 2010 Integrated Silicon Solution, Inc. All rights reserved. ISSI reserves the right to make changes to this specification and its products at any time without notice. ISSI assumes no
liability arising out of the application or use of any information, products or services described herein. Customers are advised to obtain the latest version of this device specification before relying on
any published information and before placing orders for products.
Integrated Silicon Solution, Inc. does not recommend the use of any of its products in life support applications where the failure or malfunction of the product can reasonably be expected to cause
failure of the life support system or to significantly affect its safety or effectiveness. Products are not authorized for use in such applications unless Integrated Silicon Solution, Inc. receives written
assurance to its satisfaction, that:
a.) the risk of injury or damage has been minimized;
b.) the user assume all such risks; and
c.) potential liability of Integrated Silicon Solution, Inc is adequately protected under the circumstances
Integrated Silicon Solution, Inc.
Rev. C
05/27/2010
1
【RT-Thread software package application work】Small alarm clock
[i=s]This post was last edited by Zen Master on 2019-12-8 10:18[/i]"Small Alarm Clock" Based on RT-THREAD System 1. Project Intention It’s cold in the mornings in winter, and I can’t get up at 6:30 in...
禅师 Real-time operating system RTOS
EEWORLD University Hall--Motor Drive Application in Automotive Functional Safety
Motor drive applications in automotive functional safety : https://training.eeworld.com.cn/course/3866This video introduces automotive electronic functional safety, design failure mode and consequence...
shunxidou Microcontroller MCU
C2000 launchpad ADC sampling method
Set to: AdcRegs.ADCSOC2CTL.bit.CHSEL = 14; //Select ADCINB6 for SOC2 AdcRegs.ADCSOC2CTL.bit.ACQPS = 6; //Set the SOC2 sampling window to 7 ADC clock cycles AdcRegs.ADCSOC2CTL.bit.TRIGSEL = 0; //Set SO...
nemo1991 Microcontroller MCU
The problem of clearing RI of MCU.
When looping to read serial port data, when data comes, RI is set. According to the scientific method, should we clear it first or read the data of SBUF first?...
yishengbubian Embedded System
High-side current sampling problem
[i=s]This post was last edited by zhuyu630 on 2022-3-10 17:18[/i]As the title says, is it correct to sample the current in this way under negative pressure?...
zhuyu630 Analog electronics
Low Power Bias Supply - Linear, Buck or Flyback?
[align=left][color=#000]Author: [color=rgb(205, 23, 31)][url=http://e2e.ti.com/members/1495756/default.aspx]Sheng-yang Yu1[/url][/color][/color][/align][align=left][color=#000][b]Bias supplies are imp...
qwqwqw2088 Analogue and Mixed Signal

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1083  2464  246  1214  32  22  50  5  25  1 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号