|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
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中定义的??? |
|