IBUFDS和IBUFGDS之间到底有什么区别
[复制链接]
以下内容是我在xilinx官方论坛得到的信息
两者定义参考下列描述:
IBUFDS:
This design element is an input buffer that supports low-voltage, differential signaling.
IBUFGDS:
This design element is a dedicated differential signaling input buffer for connection to the clock buffer (BUFG) or MMCM.
所以差别在于IBUFGDS的输出用于连接global clock相关资源,而IBUFDS是用于差分信号转成单端。
但事实上,Vivado中,即使使用了IBUFGDS,综合之后的结果也会把它infer成IBUFDS。工具会在Clock Capability的信号上自动添加BUFG资源(也可手动例化)。
|