当前位置:网站首页>FPGA工程师面试试题集锦121~130
FPGA工程师面试试题集锦121~130
2022-08-11 04:41:00 【fpga和matlab】
121.目前采用SRAM技术的LUT-based的FPGA仍然占绝对主流地位, 但是这种FPGA有其天生的缺陷, 请问下一代FPGA的构架发展趋势怎样?Altera在这方面有没有什么新的尝试?
答:下一代FPGA主要朝着SOPC的方向发展:
Altera的下一代产品Stratix, 基本单元LE仍然基于LUT结构, 但有些大的改变,
① 去掉了传统的级联链(Cascade Chain);
② 进位链(Carry Chain)由以前的单一1条变为LAB Carry-in、Carry-in1、Carry-in0三条;
③ LE的扇出也由2个变为了4个;
④ 触发器的控制信号也更多.
其它方面:
① RAM:一改以前单一2K BITs 或4K BITs的 Memory为小RAM:512BITs; 中RAM:4KBITs;大RAM:512 KBITs;
② 第一次在FPGA中嵌入DSP;
③ 时钟链路也由全局时钟变为全局时钟和区域全局时钟;
④ . . . . . .
所有的这些变化都是通过大量的用户反馈信息作出的慎重改进, 使的Stratix器件更加适合用户的设计需求
122."Always use fully synchronous design. You never need to reply on gate delay if your design is fully synchronous. " 如果设计是完全同步的, 意思是就可以不用依靠门延时. 但在设计时, 在对和数据一同进来的控制信号进行处理后所产生的输出控制信号会滞后数据数个时钟周期, 这时就不得不对数据进行门延时, 已达到同步. 现在看来, 这是
边栏推荐
- LeetCode814 Math Question Day 15 Binary Tree Series Value "814 Binary Tree Pruning"
- Get Qt installation information: including installation directory and various macro addresses
- 【FPGA】abbreviation
- 北湖区燕泉街道开展“戴头盔·保安全”送头盔活动
- 洛谷P4061 大吉大利,晚上吃鸡
- [Server installation mysql] Use mysql offline installation package to install mysql5.7 under centos7
- jwsManager服务接口实现类-jni实现
- vector中resize() 用法排坑
- ALSA音频架构
- Object Creation and Display Transformation
猜你喜欢
Word2021 中的图片保存后就变模糊了
一文读懂 高性能可预期数据中心网络
Overview of the JVM garbage collection and mechanism
视觉任务种常用的类别文件之一json文件
Provincial level of Echart maps, as well as all prefecture-level download and use
Self-research capability was recognized again, and Tencent Cloud Database was included in the Forrester Translytical report
I wrote some code in my resume, but I still can't pass the interview
「转」“搜索”的原理,架构,实现,实践,面试不用再怕了
"3 Longest Substring Without Repeating Characters" on the 17th day of LeetCode brushing
Object Creation and Display Transformation
随机推荐
Common layout effect realization scheme
【服务器安装mysql】centos7下使用mysql离线安装包安装mysql5.7
洛谷P5139 z小f的函数
JVM 垃圾回收的概述与机制
What is machine learning?Explain machine learning concepts in detail
To break the bottleneck of transactional work, the gentleman signs the electronic contract to release the "source power" of HR!
[FPGA] day19- binary to decimal (BCD code)
洛谷P1196 银河英雄传说
redis按照正则批量删除key
Which one to choose for mobile map development?
LeetCode刷题第17天之《3 无重复字符的最长子串》
网络安全培训机构哪家好?排名怎么选择?
map and set - natural search and lookup semantics
Redis:解决分布式高并发修改同一个Key的问题
[Server installation mysql] Use mysql offline installation package to install mysql5.7 under centos7
一种基于共识机制的数字集群终端防失控方案研究
Alibaba Cloud releases 3 high-performance computing solutions
如何缓解压力、拒绝内耗【1】
华南师范宋宇老师课堂对话论文翻译
findViewById返回null的问题