EEWORLDEEWORLDEEWORLD

Part Number

Search

IDT72V201L20J

Description
512 X 9 OTHER FIFO, 12 ns, PQCC32
Categorystorage   
File Size117KB,14 Pages
ManufacturerIDT (Integrated Device Technology, Inc.)
Websitehttp://www.idt.com/
Download Datasheet Parametric View All

IDT72V201L20J Overview

512 X 9 OTHER FIFO, 12 ns, PQCC32

IDT72V201L20J Parametric

Parameter NameAttribute value
Number of functions1
Number of terminals32
Maximum operating temperature70 Cel
Minimum operating temperature0.0 Cel
Maximum supply/operating voltage3.6 V
Minimum supply/operating voltage3 V
Rated supply voltage3.3 V
maximum access time12 ns
Processing package descriptionPLASTIC, LCC-32
stateACTIVE
CraftsmanshipCMOS
packaging shapeRECTANGULAR
Package SizeCHIP CARRIER
surface mountYes
Terminal formJ BEND
Terminal spacing1.27 mm
terminal coatingTIN LEAD
Terminal locationQUAD
Packaging MaterialsPLASTIC/EPOXY
Temperature levelCOMMERCIAL
memory width9
organize512 X 9
storage density4608 deg
operating modeSYNCHRONOUS
Number of digits512 words
Number of digits512
cycle20 ns
Output enableYes
Memory IC typeOTHER FIFO
3.3 VOLT CMOS SyncFIFO™
256 x 9, 512 x 9,
1,024 x 9, 2,048 x 9,
4,096 x 9 and 8,192 x 9
IDT72V201, IDT72V211
IDT72V221, IDT72V231
IDT72V241, IDT72V251
FEATURES:
256 x 9-bit organization IDT72V201
512 x 9-bit organization IDT72V211
1,024 x 9-bit organization IDT72V221
2,048 x 9-bit organization IDT72V231
4,096 x 9-bit organization IDT72V241
8,192 x 9-bit organization IDT72V251
10 ns read/write cycle time
5V input tolerant
Read and Write clocks can be independent
Dual-Ported zero fall-through time architecture
Empty and Full Flags signal FIFO status
Programmable Almost-Empty and Almost-Full flags can be set to
any depth
Programmable Almost-Empty and Almost-Full flags default to
Empty+7, and Full-7, respectively
Output Enable puts output data bus in high-impedance state
Advanced submicron CMOS technology
Available in 32-pin plastic leaded chip carrier (PLCC) and 32-pin
plastic Thin Quad FlatPack (TQFP)
°
°
Industrial temperature range (–40°C to +85°C) is available
DESCRIPTION:
The IDT72V201/72V211/72V221/72V231/72V241/72V251 SyncFIFOs™
are very high-speed, low-power First-In, First-Out (FIFO) memories with
clocked read and write controls. The architecture, functional operation and pin
assignments are identical to those of the IDT72201/72211/72221/72231/
72241/72251, but operate at a power supply voltage (Vcc) between 3.0V and
3.6V. These devices have a 256, 512, 1,024, 2,048, 4,096 and 8,192 x 9-bit
memory array, respectively. These FIFOs are applicable for a wide variety of
data buffering needs such as graphics, local area networks and interprocessor
communication.
These FIFOs have 9-bit input and output ports. The input port is
controlled by a free-running clock (WCLK), and two Write Enable pins
(WEN1, WEN2). Data is written into the Synchronous FIFO on every rising
clock edge when the Write Enable pins are asserted. The output port is
controlled by another clock pin (RCLK) and two Read Enable pins (REN1,
REN2).
The Read Clock can be tied to the Write Clock for single clock
operation or the two clocks can run asynchronous of one another for dual-
clock operation. An Output Enable pin (OE) is provided on the read port
for three-state control of the output.
The Synchronous FIFOs have two fixed flags, Empty (EF) and Full (FF).
Two programmable flags, Almost-Empty (PAE) and Almost-Full (PAF), are
provided for improved system control. The programmable flags default to
Empty+7 and Full-7 for
PAE
and
PAF,
respectively. The programmable flag
offset loading is controlled by a simple state machine and is initiated by asserting
the Load pin (LD).
These FIFOs are fabricated using IDT's high-speed submicron CMOS
technology.
FUNCTIONAL BLOCK DIAGRAM
WCLK
WEN1
WEN2
INPUT REGISTER
OFFSET REGISTER
EF
PAE
PAF
FF
D
0
- D
8
LD
WRITE CONTROL
LOGIC
RAM ARRAY
256 x 9, 512 x 9,
1,024 x 9, 2,048 x 9,
4,096 x 9, 8,192 x 9
FLAG
LOGIC
WRITE POINTER
READ POINTER
READ CONTROL
LOGIC
OUTPUT REGISTER
RESET LOGIC
RCLK
REN1
REN2
RS
OE
Q
0
- Q
8
4092 drw 01
IDT and the IDT logo are registered trademarks of Integrated Device Technology, Inc. SyncFIFO is a trademark of Integrated Device Technology, Inc.
COMMERCIAL AND INDUSTRIAL TEMPERATURE RANGES
1
©2002
Integrated Device Technology, Inc. All rights reserved. Product specifications subject to change without notice.
FEBRUARY 2002
DSC-4092/2
ESD Threats to Portable Devices
The contact and separation of two non-conductive materials causes the transfer of electrons, thereby generating additional charges on each object. ESD occurs when the accumulated static charge is disc...
ESD技术咨询 Industrial Control Electronics
What does void rampgen_calc(RAMPGEN *v) mean in SVPWM?
void rampgen_calc(RAMPGEN *v) {// Compute the angle ratev->Angle += _IQmpy(v->StepAngleMax,v->Freq);// Saturate the angle rate within (-1,1)if (v->Angle>_IQ(1.0))v->Angle -= _IQ(1.0);else if (v->Angle...
jsw410923 DSP and ARM Processors
LM4F231H5QR QEI function ph1A port can not read pulse? The condition is that phA1 is connected to the frequency of 10-100KHZ.
unsigned int i;signed int j1=0,j0=0; // // The FPU should be enabled because some compilers will use floating- // point registers, even for non-floating-point code. If the FPU is not // enabled this w...
sxjmcu Microcontroller MCU
[Figure + Code] The configuration input pin has a high potential from time to time. Is it a configuration problem?
[color=#666666][backcolor=rgb(239, 245, 249)][font="]//The burst signal will occur on GPIO, PIN6[/font][/backcolor][/color] [color=#666666][backcolor=rgb(239, 245, 249)][font="]static void MX_GPIO_Ini...
yanandren MCU
How to synchronize the LED lights in STM32F407 using TIM8_CC1 rising edge to trigger ADC sampling
[size=14px]Newbie asks for advice: [/size][size=14px]Using TIM8_CC1 rising edge to trigger ADC regular channel sampling, how can I make the LED light synchronously light up, and when the ADC sampling ...
ATZWD stm32/stm8
【FPGA Code Learning】Learning to fetch instructions
I have been studying "Write Your Own CPU" in recent days. . . In the book, the author designed an OpenMIPS teaching version of the processor. Although it is a teaching version, it feels quite complica...
574433742 FPGA/CPLD

Technical ResourceMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2716  2124  1666  1357  1716  55  43  34  28  35 
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号