完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
HI,
我使用V-6 SX device.To的FPGA I是两块GTX时钟且本人通过IBUFDS passsing 下面是代码 -------------------------------------------------- ------------------------------- IBUFDS_GTXE1组件的实例化--------------- -------------------------------------------------- -------------- INST_GTX_IF_1:ibufdsport地图(O => s_ref_clk1_gtx,I => i_ref_clk1_gtx_p,IB => i_ref_clk1_gtx_n); --------------- -------------------------------------------------- ---------------- IBUFDS_GTXE1组件的实例化------------------------------ ------------------------------------------------- INST_GTX_IF_2 :ibufdsport地图(O => s_ref_clk2_gtx,I => i_ref_clk2_gtx_p,IB => i_ref_clk2_gtx_n); ibufds的输出给出了极光核心参考时钟 在地图中我得到了以下错误 反馈错误:1107 - 包无法下面列出到一个单一的IOB组件,因为选择的站点类型是不兼容的符号结合起来。 进一步说明:组件类型由逻辑类型及其包含的逻辑的属性和配置决定。 在这种情况下被选择类型IOB的IO组件,因为IO包含的符号和/或与输入,输出或双向使用一致的性质和含有需要一个更具体的IO组件类型没有其他符号或特性。 请仔细检查逻辑元素的类型及其所有相关属性和配置选项是否与约束的物理站点类型兼容。 总结:符号涉及:PAD符号 “i_ref_clk1_gtx_n”(垫信号= i_ref_clk1_gtx_n)SlaveBuffer符号 “INST_GTX_IF_1 / SLAVEBUF.DIFFIN”(输出信号= INST_GTX_IF_1 / SLAVEBUF.DIFFIN)组件类型涉及:IOB站点位置涉及:AB7站点类型涉及:IPAD 我给出的约束只是周期和锁定时钟 我正在附上地图报告 qdsp_top_module_map.map 6 KB 以上来自于谷歌翻译 以下为原文 HI, i am using v-6 sx device.To the fpga i am two gtx clocks and that i am passsing through IBUFDS below is the code ------------------------------------------------------------------------------- -- Instantiation of IBUFDS_GTXE1 component ------------------------------------------------------------------------------- INST_GTX_IF_1 : ibufds port map( o => s_ref_clk1_gtx, i => i_ref_clk1_gtx_p, ib => i_ref_clk1_gtx_n ); ------------------------------------------------------------------------------- -- Instantiation of IBUFDS_GTXE1 component ------------------------------------------------------------------------------- INST_GTX_IF_2 : ibufds port map( o => s_ref_clk2_gtx, i => i_ref_clk2_gtx_p, ib => i_ref_clk2_gtx_n ); the output from ibufds is given aurora core reference clock in the map i am getting the follwing error ERROR ack:1107 - Pack was unable to combine the symbols listed below into a single IOB component because the site type selected is not compatible. Further explanation: The component type is determined by the types of logic and the properties and configuration of the logic it contains. In this case an IO component of type IOB was chosen because the IO contains symbols and/or properties consistent with input, output, or bi-directional usage and contains no other symbols or properties that require a more specific IO component type. Please double check that the types of logic elements and all of their relevant properties and configuration options are compatible with the physical site type of the constraint. Summary: Symbols involved: PAD symbol "i_ref_clk1_gtx_n" (Pad Signal = i_ref_clk1_gtx_n) SlaveBuffer symbol "INST_GTX_IF_1/SLAVEBUF.DIFFIN" (Output Signal = INST_GTX_IF_1/SLAVEBUF.DIFFIN) Component type involved: IOB Site Location involved: AB7 Site Type involved: IPAD The constraint i gave is only period and lock for clocks i am attaching the map report qdsp_top_module_map.map 6 KB |
|
相关推荐
3个回答
|
|
发生此错误的原因是为站点创建了错误的组件类型(IOB而不是IPAD)。
尝试实例化IBUFDS_GTXE1而不是IBUFDS。 我认为这是触发IPAD创建的必要条件。 以上来自于谷歌翻译 以下为原文 The error occurs because the wrong component type is being created for the site (IOB instead of IPAD). Try instantiating a IBUFDS_GTXE1 instead of IBUFDS. I think this is necessary to trigger the IPAD creation. |
|
|
|
喜
谢谢回复 我将IBUFDS更改为IBUFDS_GTXE1。 改变之后,我收到了关于MMCM的一些错误。 在vertex-6中我是否需要锁定设计中的所有MMCM。 谢谢 swapna.y 以上来自于谷歌翻译 以下为原文 hi, thanks for the reply i changed the IBUFDS to IBUFDS_GTXE1. after changing i am getting some errors regarding MMCM's. In vertex-6 do i need to lock all the MMCM's in the design. thanks swapna.y |
|
|
|
什么是错误?
如果是时钟放置错误,该消息将包含有关放置器未能找到解决方案的原因的一些详细信息。 有可能手动约束时钟组件以解决冲突,或者可能没有可用的解决方案而且没有设计变更。 以上来自于谷歌翻译 以下为原文 What is error? If it's a clock placement error, the message will contain some detailed information about why the placer failed to find a solution. It might be possible to manually constrain the clock components to resolve the conflict, or there may be no solution available wihout a desin change. |
|
|
|
只有小组成员才能发言,加入小组>>
2360 浏览 7 评论
2780 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2247 浏览 9 评论
3324 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2413 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
729浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
524浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
336浏览 1评论
742浏览 0评论
1935浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-8 03:28 , Processed in 1.639331 second(s), Total 81, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号