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

关键词

搜索

型号

搜索

EP3SL150F1152I3N

产品描述fpga - field programmable gate array fpga - stratix iii 5700 labs 744 ios
产品类别可编程逻辑器件    可编程逻辑   
文件大小191KB,共16页
制造商Altera (Intel)
标准
下载文档 详细参数 全文预览

EP3SL150F1152I3N在线购买

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

EP3SL150F1152I3N概述

fpga - field programmable gate array fpga - stratix iii 5700 labs 744 ios

EP3SL150F1152I3N规格参数

参数名称属性值
是否Rohs认证符合
厂商名称Altera (Intel)
零件包装代码BGA
包装说明BGA, BGA1152,34X34,40
针数1152
Reach Compliance Codeunknow
ECCN代码3A001.A.7.A
其他特性IT CAN ALSO OPERATE FROM 1.05 TO 1.15V SUPPLY
最大时钟频率717 MHz
JESD-30 代码S-PBGA-B1152
JESD-609代码e1
长度35 mm
湿度敏感等级3
等效关口数量3600000
输入次数744
逻辑单元数量142500
输出次数744
端子数量1152
组织3600000 GATES
封装主体材料PLASTIC/EPOXY
封装代码BGA
封装等效代码BGA1152,34X34,40
封装形状SQUARE
封装形式GRID ARRAY
电源1.2/3.3 V
可编程逻辑类型FIELD PROGRAMMABLE GATE ARRAY
认证状态Not Qualified
座面最大高度3.9 mm
最大供电电压0.94 V
最小供电电压0.86 V
标称供电电压0.9 V
表面贴装YES
技术CMOS
端子面层Tin/Silver/Copper (Sn/Ag/Cu)
端子形式BALL
端子节距1 mm
端子位置BOTTOM
宽度35 mm

文档预览

下载PDF文档
1. Stratix III Device Family Overview
SIII51001-1.8
The Stratix
®
III family provides one of the most architecturally advanced,
high-performance, low-power FPGAs in the marketplace.
Stratix III FPGAs lower power consumption through Altera’s innovative
Programmable Power Technology, which provides the ability to turn on the
performance where needed and turn down the power consumption for blocks not in
use. Selectable Core Voltage and the latest in silicon process optimizations are also
employed to deliver the industry’s lowest power, high-performance FPGAs.
Specifically designed for ease of use and rapid system integration, the Stratix III
FPGA family offers two variants optimized to meet different application needs:
The Stratix III
L
family provides balanced logic, memory, and multiplier ratios for
mainstream applications.
The Stratix III
E
family is memory- and multiplier-rich for data-centric
applications.
Modular I/O banks with a common bank structure for vertical migration lend
efficiency and flexibility to the high-speed I/O. Package and die enhancements with
dynamic on-chip termination, output delay, and current strength control provide
best-in-class signal integrity.
Based on a 1.1-V, 65-nm all-layer copper SRAM process, the Stratix III family is a
programmable alternative to custom ASICs and programmable processors for
high-performance logic, digital signal processing (DSP), and embedded designs.
Stratix III devices include optional configuration bit stream security through volatile
or non-volatile 256-bit Advanced Encryption Standard (AES) encryption. Where
ultra-high reliability is required, Stratix III devices include automatic error detection
circuitry to detect data corruption by soft errors in the configuration random-access
memory (CRAM) and user memory cells.
Features Summary
Stratix III devices offer the following features:
48,000 to 338,000 equivalent logic elements (LEs) ( refer to
Table 1–1)
2,430 to 20,497 Kbits of enhanced TriMatrix memory consisting of three RAM
block sizes to implement true dual-port memory and FIFO buffers
High-speed DSP blocks provide dedicated implementation of 9×9, 12×12, 18×18,
and 36×36 multipliers (at up to 550 MHz), multiply-accumulate functions, and
finite impulse response (FIR) filters
I/O:GND:PWR ratio of 8:1:1 along with on-die and on-package decoupling for
robust signal integrity
Programmable Power Technology, which minimizes power while maximizing
device performance
© March 2010
Altera Corporation
Stratix III Device Handbook, Volume 1
U盘制作☞焊接的最高境界(BGA)
本帖最后由 btty038 于 2020-1-3 22:32 编辑 U盘制作 其实早些年就搞了一下 赖合废旧手机的存储过小 再加上没有专业的设备 拆都拆坏了好多废旧手机,以为可以发家致富一次 在街上 ......
btty038 无线连接
msp430f5529--按键中断点亮leds
#include /* * main.c */ void main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer P8DIR = BIT2 + BIT1; P1OUT = BIT7; P1REN |= BIT7; ......
qinkaiabc 微控制器 MCU
学习编写驱动
各位,我想学习编写驱动,没有头绪,看到别人的驱动一句接一句,但不知道那样写的根据,大家有什么好书介绍一下让初学的我学习一下,好让我知道写什么驱动的步骤,就算写不出,也能看明白别人为 ......
zhaolequan 嵌入式系统
低能耗无线技术在医疗领域的应用
介绍 在分析应用技术被市场采纳比重的时候,处于人类科学前沿的医疗器械市场,总是显得保守和谨慎。当其他工业和消费类市场沉浸于无线连接、网络及英特网的潜在应用时,医疗领域仍继续采用传统 ......
zy920 医疗电子
测评活动上新啦!免费测评TI LAUNCHXL CC2650
活动详情:点此查看 申请截止:4月12日 开发板型号: LAUNCHXL-CC2650 >>进入活动页面,填表申请,即可免费申请板卡 TI LAUNCHXL-CC2650 TI LAUNCHXL-CC2650 ......
okhxyyo 无线连接
如何采用Verilog实例化带参数(generic)的VHDL模块
请教一个问题:Verilog中实例化一个带参数的VHDL模块:VHDL模块如下:entity x isgeneric(a,b : integer);port(...Verilog调用采用如下两种方式:方式1:genvar i,j;generate for(i=1; i < N ......
eeleader FPGA/CPLD

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1096  1897  515  2196  1154  6  47  13  50  28 

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