Vivado中SmartConnect和InterConnect的区别

前言:本文章为FPGA问答系列,我们会定期整理FPGA交流群(包括其他FPGA博主的群)里面有价值的问题,并汇总成文章,如果问题多的话就每周整理一期,如果问题少就每两周整理一期,一方面是希望能帮到不经常看群消息的小伙伴,另一方面也算是我们的技术积累。

Q:Vivado的Implementation阶段约束报警告?

复制代码
[Vivado 12-627] No clocks matched 'sys_clk'. [timing.xdc:37](63 more like this)

A:对于约束的问题,我们可以在Vivado的tcl中先执行一下这些约束指令,如果有问题的话会报出来的,然后就再将指令拆开执行,看是不是指令中的get_pins没有获取到正确的结果。

Q:画Pblock有什么讲究吗?

A:其实Pblock的原则都比较简单,首先Xilinx建议Pblock最好是矩形,其次如果需要画Pblock的module直接接到了pad上,那这个Pblock的位置要尽量靠近pad,减少走线延迟;当然Pblock的大小,肯定要比实际的资源数多一些,保证可以放下我们的module。再补充几点关于Pblock的知识,可能大家容易忽略的:

  1. 在画了Pblock后,只能保证module只使用Pblock内部的逻辑资源,不能保证其他模块使用该Pblock中的资源,也不能保证该模块不使用Pblock外部的布线资源;
  2. 在vivado的Tools->Floorplanning-> Place Pblocks,可以看到需要自动设置的Pblock
  3. 如果对于画Pblock始终没有明确的思路,那可以试试USER_CLUSTER这个属性,就是让工具自动布线更紧凑些

Q:Vivado中的smartConnect和InterConnect有什么区别?

A:这应该是很多工程师的困惑,都有了InterConnect,为啥又有smartConnect,首先直观上的体现就是smartConnect的接口要少,这个就不多说了。

在AMD的官网上有个回复是:

复制代码
Both IP have the same functionnalities.
AXI SmartConnect is the successor to AXI Interconnect, it uses a different IP technology. You should use it for any new design.

在UG994中,有这样一段描述:

复制代码
The AMD LogiCORE™ IP AXI InterConnect and SmartConnect cores both connect one or more AXI memory-mapped master devices to one or more memory-mapped slave devices; however, the SmartConnect is more tightly integrated into the Vivado design environment to automatically configure and adapt to connected AXI master and slave IP with minimal user intervention. The AXI Interconnect can be used in all memory-mapped designs.

There are certain cases for high bandwidth application where using a SmartConnect provides better optimization. The SmartConnect IP delivers the maximum system throughput at low latency by synthesizing a low area custom interconnect that is optimized for important interfaces.

因此有些场景下,SmartConnect比InterConnect的性能更好,延时更低,带宽更大。

微信公众号:傅里叶的猫

相关推荐
FPGA之旅1 天前
FPGA从零到一实现FOC(一)之PWM模块设计
fpga开发·dubbo
XMAIPC_Robot1 天前
基于ARM+FPGA的光栅尺精密位移加速度测试解决方案
arm开发·人工智能·fpga开发·自动化·边缘计算
cycf1 天前
状态机的设计
fpga开发
szxinmai主板定制专家1 天前
【精密测量】基于ARM+FPGA的多路光栅信号采集方案
服务器·arm开发·人工智能·嵌入式硬件·fpga开发
千宇宙航1 天前
闲庭信步使用SV搭建图像测试平台:第三十二课——系列结篇语
fpga开发
千宇宙航2 天前
闲庭信步使用SV搭建图像测试平台:第三十一课——基于神经网络的手写数字识别
图像处理·人工智能·深度学习·神经网络·计算机视觉·fpga开发
小眼睛FPGA2 天前
【RK3568+PG2L50H开发板实验例程】FPGA部分/紫光同创 IP core 的使用及添加
科技·嵌入式硬件·ai·fpga开发·gpu算力
forgeda2 天前
如何将FPGA设计验证效率提升1000倍以上(2)
fpga开发·前沿技术·在线调试·硬件断点·时钟断点·事件断点
9527华安3 天前
FPGA实现40G网卡NIC,基于PCIE4C+40G/50G Ethernet subsystem架构,提供工程源码和技术支持
fpga开发·架构·网卡·ethernet·nic·40g·pcie4c
search73 天前
写Verilog 的环境:逻辑综合、逻辑仿真
fpga开发