在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 22470|回复: 3

[求助] FPGA中的MRCC或SRCC管脚分配问题

[复制链接]
发表于 2014-4-24 23:58:30 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
现在在用NEXYS4板子,上面是Xilinx的ARTIX-7芯片。在布局布线时两个输入信号被自动分配为全局时钟资源,必须要接MRCC/SRCC的positive管脚,不然就会报错:Place:1398 - A clock IOB / BUFGCTRL clock component pair have been found that are not placed at an optimal clock IOB / BUFGCTRL site pair. The clock IOB component <input_pulse_2> is placed at site <F3>. The corresponding BUFGCTRL component <input_pulse_2_IBUF_BUFG> is placed at site <BUFGCTRL_X0Y20>. The clock IO can use the fast path between the IOB and the Clock Buffer if the IOB is placed on a Clock Capable IOB site that has dedicated fast path to BUFGCTRL sites in its half of the device (TOP or BOTTOM). You may want to analyze why this problem exists and correct it. If this sub optimal condition is acceptable for this design, you may use the CLOCK_DEDICATED_ROUTE constraint in the .ucf file to demote this message to a WARNING and allow your design to continue. However, the use o...
NOTE: This message is very long (~1 K) and has been shortened to a maximum of 1000 characters for viewing in this context.
           Please refer to the corresponding ASCII report for the full message.

可惜这个板子能外接信号的插针排中只有一个管脚是符合要求的。其他均为内部管脚不能外接输入信号。在网上查询解决办法如下:
“使用一个iBuf,然后用port map 将你的这个信号的输入脚映射到ibuf的I脚上,然后ibuf的O脚就可以从内部链接到全局时钟上,这是经验哦,^_^,在xilinx的官方网站的问题回答中我见过非常简洁的描述:“使用一个ibuf把信号引回到全局时钟网络上去”。”


请问大家这个里面所说的IBuf是怎么在ISE中定义的???
发表于 2014-4-25 08:38:00 | 显示全部楼层
直接原语例化
 楼主| 发表于 2014-4-25 10:02:43 | 显示全部楼层
回复 2# HADIST
IBUFG #(
      .IBUF_LOW_PWR("TRUE"),  // Low power (TRUE) vs. performance (FALSE) setting for referenced I/O standards
      .IOSTANDARD("DEFAULT")  // Specify the input I/O standard
   ) IBUFG_inst (
      .O(O), // Clock buffer output
      .I(I)  // Clock buffer input (connect directly to top-level port)
   );

用了IBUFG原语后,在哪里给输入信号赋值新的管脚啊?例如现在板子上的P17这个pin是连接符合要求的FPGA上MRCC的管脚,但现在P17对应板子上的一个按键开关,我可以给输入信号也赋值给这个pin吗?那怎么连接到插针呢?
发表于 2014-4-25 10:06:13 | 显示全部楼层
输入是你的时钟管脚
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-23 03:02 , Processed in 0.023726 second(s), 12 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表