博客
关于我
【电子技术】FPGA片上通信系统电路设计与分析
阅读量:240 次
发布时间:2019-02-28

本文共 2986 字,大约阅读时间需要 9 分钟。

在这里插入图片描述

本文为英国帝国理工学院(作者:TERRENCE SUI-TUNG MAK)的博士论文,共201页。

在超大规模集成电路(VLSI)设计中,片上通信系统已成为一个非常重要的课题,因为技术集成化的趋势更倾向于逻辑而不是互连。互连通常决定系统性能,因此,必须研究新的方法和系统架构,以便跨芯片提供高性能通信服务。现场可编程门阵列(FPGA)作为一种可以在制造后对硬件进行编程的ASIC,其互连挑战更加严峻。由于互连扩展,FPGA之间的通信将恶化。可编程结构、交换机和特定的路由体系结构也引入了额外的延迟和带宽降低,进一步阻碍了芯片内的通信性能。以往的研究主要集中在优化FPGA中的逻辑元件和功能单元上。与可编程互连的通信很少受到关注,也没有得到充分的理解。

本论文是最早研究建立在可编程结构之上的片上通信系统的论文之一,并提出了最大化互连吞吐量性能的方法。本文的主要贡献有三个方面:(i)分析了可重构结构中由于路由拥塞而导致的片上互连边缘效应对通信信道带宽的影响;(ii)通过利用可重构互连结构的基本电气特性显著提高互连吞吐量的新模拟波信令方案,这种新方案可以潜在地缓解互连扩展的挑战。(iii)在片上网络(NoC)系统中提供自适应路由的新型动态规划(DP)网络。DP网络结构对路由规划和动态路由进行运行时优化,有效地利用了硅内带宽。本文探索了可重构系统设计的一个新领域,提出了新的方法和概念来提高FPGA上的通信吞吐量性能,这在新技术过程中至关重要。

On-chip communication system has emerged as a prominently important subject in Very-LargeScale-Integration (VLSI) design, as the trend of technology scaling favours logics more than interconnects. Interconnects often dictates the system performance, and, therefore, research for new methodologies and system architectures that deliver high-performance communication services across the chip is mandatory. The interconnect challenge is exacerbated in Field-Programmable Gate Array (FPGA), as a type of ASIC where the hardware can be programmed post-fabrication. Communication across an FPGA will be deteriorating as a result of interconnect scaling. The programmable fabrics, switches and the specific routing architecture also introduce additional latency and bandwidth degradation further hindering intra-chip communication performance. Past research efforts mainly focused on optimizing logic elements and functional units in FPGAs. Communication with programmable interconnect received little attention and is inadequately understood. This thesis is among the first to research on-chip communication systems that are built on top of programmable fabrics and proposes methodologies to maximize the interconnect throughput performance. There are three major contributions in this thesis: (i) an analysis of on-chip interconnect fringing, which degrades the bandwidth of communication channels due to routing congestions in reconfigurable architectures; (ii) a new analogue wave signalling scheme that significantly improves the interconnect throughput by exploiting the fundamental electrical characteristics of the reconfigurable interconnect structures. This new scheme can potentially mitigate the interconnect scaling challenges. (iii) a novel Dynamic Programming (DP)-network to provide adaptive routing in network-on-chip (NoC) systems. The DP-network architecture performs runtime optimization for route planning and dynamic routing which, effectively utilizes the in-silicon bandwidth. This thesis explores a new horizon in reconfigurable system design, in which new methodologies and concepts are proposed to enhance the on-FPGA communication throughput performance that is of vital importance in new technology processes.

  1. 引言
  2. 项目背景
  3. 边缘互连与通信链路中的带宽退化
  4. FPGA中的波流水线芯片内信令
  5. 用于片上动态路由的DP网络
  6. 结论与展望
    附录A 互连长度的简单近似
    附录B 长互连的功率消耗
    附录C 波流水的互连测试
    附录D 最大化吞吐量的互连设计

更多精彩文章请关注公众号:在这里插入图片描述

转载地址:http://qnop.baihongyu.com/

你可能感兴趣的文章
mysql 插入是否成功_PDO mysql:如何知道插入是否成功
查看>>
Mysql 数据库InnoDB存储引擎中主要组件的刷新清理条件:脏页、RedoLog重做日志、Insert Buffer或ChangeBuffer、Undo Log
查看>>
mysql 数据库中 count(*),count(1),count(列名)区别和效率问题
查看>>
mysql 数据库备份及ibdata1的瘦身
查看>>
MySQL 数据库备份种类以及常用备份工具汇总
查看>>
mysql 数据库存储引擎怎么选择?快来看看性能测试吧
查看>>
MySQL 数据库操作指南:学习如何使用 Python 进行增删改查操作
查看>>
MySQL 数据库的高可用性分析
查看>>
MySQL 数据库设计总结
查看>>
Mysql 数据库重置ID排序
查看>>
Mysql 数据类型一日期
查看>>
MySQL 数据类型和属性
查看>>
mysql 敲错命令 想取消怎么办?
查看>>
Mysql 整形列的字节与存储范围
查看>>
mysql 断电数据损坏,无法启动
查看>>
MySQL 日期时间类型的选择
查看>>
Mysql 时间操作(当天,昨天,7天,30天,半年,全年,季度)
查看>>
MySQL 是如何加锁的?
查看>>
MySQL 是怎样运行的 - InnoDB数据页结构
查看>>
mysql 更新子表_mysql 在update中实现子查询的方式
查看>>