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

关键词

搜索

型号

搜索

XC4VLX60-10FFG1148C

产品描述IC fpga 640 I/O 1148fcbga
产品类别可编程逻辑器件    可编程逻辑   
文件大小2MB,共58页
制造商XILINX(赛灵思)
官网地址https://www.xilinx.com/
标准
下载文档 详细参数 全文预览

XC4VLX60-10FFG1148C在线购买

供应商 器件名称 价格 最低购买 库存  
XC4VLX60-10FFG1148C - - 点击查看 点击购买

XC4VLX60-10FFG1148C概述

IC fpga 640 I/O 1148fcbga

XC4VLX60-10FFG1148C规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称XILINX(赛灵思)
零件包装代码BGA
包装说明LEAD FREE, FBGA-1148
针数1148
Reach Compliance Code_compli
ECCN代码3A991.D
最大时钟频率1028 MHz
JESD-30 代码S-PBGA-B1148
JESD-609代码e1
长度35 mm
湿度敏感等级4
可配置逻辑块数量6656
输入次数640
逻辑单元数量59904
输出次数640
端子数量1148
最高工作温度85 °C
最低工作温度
组织6656 CLBS
封装主体材料PLASTIC/EPOXY
封装代码BGA
封装等效代码BGA1148,34X34,40
封装形状SQUARE
封装形式GRID ARRAY
峰值回流温度(摄氏度)245
可编程逻辑类型FIELD PROGRAMMABLE GATE ARRAY
认证状态Not Qualified
座面最大高度3.4 mm
最大供电电压1.26 V
最小供电电压1.14 V
标称供电电压1.2 V
表面贴装YES
技术CMOS
温度等级OTHER
端子面层Tin/Silver/Copper (Sn95.5Ag4.0Cu0.5)
端子形式BALL
端子节距1 mm
端子位置BOTTOM
处于峰值回流温度下的最长时间30
宽度35 mm

文档预览

下载PDF文档
0
Virtex-4 FPGA Data Sheet:
DC and Switching Characteristics
DS302 (v3.7) September 9, 2009
0
0
Product Specification
Virtex-4 FPGA Electrical Characteristics
Virtex®-4 FPGAs are available in -12, -11, and -10 speed
grades, with -12 having the highest performance.
Virtex-4 FPGA DC and AC characteristics are specified for
both commercial and industrial grades. Except the operat-
ing temperature range or unless otherwise noted, all the DC
and AC electrical parameters are the same for a particular
speed grade (that is, the timing characteristics of a -10
speed grade industrial device are the same as for a -10
speed grade commercial device). However, only selected
speed grades and/or devices might be available in the
industrial range.
All supply voltage and junction temperature specifications
are representative of worst-case conditions. The parame-
ters included are common to popular designs and typical
applications.
This Virtex-4 FPGA Data Sheet is part of an overall set of
documentation on the Virtex-4 family of FPGAs that is avail-
able on the Xilinx website:
Virtex-4 Family Overview,
DS112
Virtex-4 FPGA User Guide,
UG070
Virtex-4 FPGA Configuration Guide,
UG071
XtremeDSP for Virtex-4 FPGAs User Guide,
UG073
Virtex-4 FPGA Packaging and Pinout Specification,
UG075
Virtex-4 FPGA PCB Designer’s Guide,
UG072
Virtex-4 RocketIO™ Multi-Gigabit Transceiver User
Guide,
UG076
Virtex-4 FPGA Embedded Tri-Mode Ethernet MAC
User Guide,
UG074
PowerPC® 405 Processor Block Reference Guide,
UG018
All specifications are subject to change without notice.
Virtex-4 FPGA DC Characteristics
Table 1:
Absolute Maximum Ratings
Symbol
V
CCINT
V
CCAUX
V
CCO
V
BATT
V
REF
Description
Internal supply voltage relative to GND
Auxiliary supply voltage relative to GND
Output drivers supply voltage relative to GND
Key memory battery backup supply
Input reference voltage
I/O input voltage relative to GND
(all user and dedicated I/Os)
I/O input voltage relative to GND
(restricted to maximum of 100 user I/Os)
(3,4)
2.5V or below I/O input voltage relative to GND
(user and dedicated I/Os)
–0.5 to 1.32
–0.5 to 3.0
–0.5 to 3.75
–0.5 to 4.05
–0.3 to 3.75
–0.75 to 4.05
–0.95 to 4.4
Units
V
V
V
V
V
V
V
IN
(Commercial Temperature)
–0.85 to 4.3
(Industrial Temperature)
V
–0.75 to V
CCO
+0.5
±100
±200
V
mA
mA
I
IN
Current applied to an I/O pin, powered or unpowered
Total current applied to all I/O pins, powered or unpowered
© 2004–2009 Xilinx, Inc. XILINX, the Xilinx logo, Virtex, Spartan, ISE, and other designated brands included herein are trademarks of Xilinx in the United States and other
countries. The PowerPC name and logo are registered trademarks of IBM Corp. and used under license. PCI, PCI Express, PCIe, and PCI-X are trademarks of PCI-SIG. All other
trademarks are the property of their respective owners.
DS302 (v3.7) September 9, 2009
Product Specification
www.xilinx.com
1
用单片机+DA实现的话,若要模拟锂电池的输出是否直接将DA输出串联?
如题,用单片机+DA实现的话,若要模拟锂电池的输出是否直接将DA输出串联?...
chenweigang 单片机
请教PDA开发
我用EVC开发PDA 对PDA有特殊要求吗,是不是像HP、DELL等普通PDA,还是必须用供二次开发的PDA 另外我如果用HP HX2490C的PDA,开发时用从微软官网上下载的SDK可以吗,还是要用HP hx2490c的专用SD ......
miko2007 嵌入式系统
verilog assign用法2
2)module assign_test ( clk, lhold, lholda ); input clk; input lhold; output lholda; reg lholda_r; always @(posedge clk) if (lhold) lholda_r<=lhold; else lholda_ ......
eeleader-mcu FPGA/CPLD
周计划提交
Beaglone外围电路设计...
billjing DSP 与 ARM 处理器
Sensortag -W3-各传感芯片的I2C地址
要想获取sensortag下各个传感器的值,包括一些比较重要的校准值,都是通过2541的I2C接口来获取的。如果不想要sensortag自己发回来的数据,而要自行读取原始数据,就要自己来编程控制各个传感器 ......
johnrey 无线连接
系统结构图,总结接口请高手给讲解一下,谢谢!
http://photo.store.qq.com/http_imgload.cgi?/rurl2=5a1c84e5e7628e34d77938151dfff86af94bf511525c817100ec026ceb64e946c2a5dd8a40ec7c2ee780a7b5f42aa294414de4af8ebedd9f640efa7715a68df6a9 ......
huh1012 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2745  496  1249  167  2735  21  41  30  37  47 

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