电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

OR2C06A-4PS160I

产品描述Field-Programmable Gate Arrays
文件大小2MB,共192页
制造商ETC
下载文档 全文预览

OR2C06A-4PS160I概述

Field-Programmable Gate Arrays

文档预览

下载PDF文档
Data Sheet
June 1999
ORCA
®
Series 2
Field-Programmable Gate Arrays
Features
s
s
s
s
s
s
s
s
s
s
s
High-performance, cost-effective, low-power
0.35 µm CMOS technology (OR2CxxA), 0.3 µm CMOS
technology (OR2TxxA), and 0.25 µm CMOS technology
(OR2TxxB), (four-input look-up table (LUT) delay less
than 1.0 ns with -8 speed grade)
High density (up to 43,200 usable, logic-only gates; or
99,400 gates including RAM)
Up to 480 user I/Os (OR2TxxA and OR2TxxB I/Os are
5 V tolerant to allow interconnection to both 3.3 V and
5 V devices, selectable on a per-pin basis)
Four 16-bit look-up tables and four latches/flip-flops per
PFU, nibble-oriented for implementing 4-, 8-, 16-, and/or
32-bit (or wider) bus structures
Eight 3-state buffers per PFU for on-chip bus structures
Fast, on-chip user SRAM has features to simplify RAM
design and increase RAM speed:
— Asynchronous single port: 64 bits/PFU
— Synchronous single port: 64 bits/PFU
— Synchronous dual port: 32 bits/PFU
Improved ability to combine PFUs to create larger RAM
structures using write-port enable and 3-state buffers
Fast, dense multipliers can be created with the multiplier
mode (4 x 1 multiplier/PFU):
— 8 x 8 multiplier requires only 16 PFUs
— 30% increase in speed
Flip-flop/latch options to allow programmable priority of
synchronous set/reset vs. clock enable
Enhanced cascadable nibble-wide data path
capabilities for adders, subtractors, counters, multipliers,
and comparators including internal fast-carry operation
s
s
s
s
s
s
s
s
s
Innovative, abundant, and hierarchical nibble-
oriented routing resources that allow automatic use of
internal gates for all device densities without sacrificing
performance
Upward bit stream compatible with the
ORCA
ATT2Cxx/
ATT2Txx series of devices
Pinout-compatible with new
ORCA
Series 3 FPGAs
TTL or CMOS input levels programmable per pin for the
OR2CxxA (5 V) devices
Individually programmable drive capability:
12 mA sink/6 mA source or 6 mA sink/3 mA source
Built-in boundary scan (IEEE *1149.1 JTAG) and
3-state all I/O pins, (TS_ALL) testability functions
Multiple configuration options, including simple, low pin-
count serial ROMs, and peripheral or JTAG modes for in-
system programming (ISP)
Full PCI bus compliance for all devices
Supported by industry-standard CAE tools for design
entry, synthesis, and simulation with
ORCA
Foundry
Development System support (for back-end implementa-
tion)
New, added features (OR2TxxB) have:
— More I/O per package than the OR2TxxA family
— No dedicated 5 V supply (V
DD
5)
— Faster configuration speed (40 MHz)
— Pin selectable I/O clamping diodes provide 5V or 3.3V
PCI compliance and 5V tolerance
— Full PCI bus compliance in both 5V and 3.3V PCI sys-
tems
*
IEEE
is a registered trademark of The Institute of Electrical and
Electronics Engineers, Inc.
Table 1.
ORCA
Series 2 FPGAs
Device
OR2C04A/OR2T04A
OR2C06A/OR2T06A
OR2C08A/OR2T08A
OR2C10A/OR2T10A
OR2C12A/OR2T12A
OR2C15A/OR2T15A/OR2T15B
OR2C26A/OR2T26A
OR2C40A/OR2T40A/OR2T40B
Usable
Gates*
4,800—11,000
6,900—15,900
9,400—21,600
12,300—28,300
15,600—35,800
19,200—44,200
27,600—63,600
43,200—99,400
# LUTs
400
576
784
1024
1296
1600
2304
3600
Registers
400
576
724
1024
1296
1600
2304
3600
Max User
RAM Bits
6,400
9,216
12,544
16,384
20,736
25,600
36,864
57,600
User
I/Os
160
192
224
256
288
320
384
480
Array Size
10 x 10
12 x 12
14 x 14
16 x 16
18 x 18
20 x 20
24 x 24
30 x 30
* The first number in the usable gates column assumes 48 gates per PFU (12 gates per four-input LUT/FF pair) for logic-only designs. The
second number assumes 30% of a design is RAM. PFUs used as RAM are counted at four gates per bit, with each PFU capable of
implementing a 16 x 4 RAM (or 256 gates) per PFU.
两段FPGA代码的比较
...input a;output b;reg b;always @ (a)if(a)b=1'b1;elseb=1'b0;------------------------------------------------------------...input a;output b;assign b= a ? 1'b1 : 1'b0; 两段代码 ......
eeleader-mcu FPGA/CPLD
拆一工业甘油换向电机电源
拆一工业甘油换向电机电源,只有图片,貌似是反激式,太脏了,实在没有胃口剖析图 前几天烧坏的,从垃圾坑里捡回来,刚修好 大家欣赏“美味”吧{:1_145:} ...
wugx 以拆会友
转尴尬的一代(写给1987—1990年出生的同学,生活在80后和90后夹缝中的一代)2
想玩,但我们知道要和过去的自己说bye-bye了,生命重新开始,一切重新洗牌;想学习,又始终觉得学不进去。觉得自己应该懂事点了,可就是懂事不起来。同年的人有的已经上班好几年了,有的还在高 ......
zhangkai0215 聊聊、笑笑、闹闹
短消息有问题
好几天的短消息,我都查看了N次了,还是显示你有新的短消息,打开一看还是以前的,最近几天的好像都没有啊????...
gaoxiao 为我们提建议&公告
AD+串口程序
#i nclude<pic.h> __CONFIG(0x1832); union adres {int y1; unsigned char adre; }adresult; int AD_Value; bit sci_Sign,js=0; int Order; int buf; void adinitial(void); vo ......
护花使者 单片机
DSP2812布线问题
用DSP2812做逆变,供电采用TPS767D318,输出3.3V和1.8V,给DSP供电,感觉布线有些困难,因为3.3VD、+3.3VA、+1.8V都是交叉的,又要考虑干扰问题,不知道应该怎么布,在网上看了一堆的资料,有些 ......
一个人旅游 DSP 与 ARM 处理器

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2839  546  1830  208  2896  58  11  37  5  59 

器件索引   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

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved