完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
嗨,
在放置过程中我收到了很多令人困惑的错误信息,这似乎与自己相矛盾。 1。 “此约束所需的DSP数量:此约束区域中可用的64个DSP:66使用率= 96%” 2。 错误:[放置30-365]无法放置以下宏: (为什么???) 3。 该实例已被限制在具有以下利用率的区域(BRAM / DSP / URAM):0 / 711.1 / 12.5 (什么是711%???) 您如何建议在调试此类问题方面取得进展? 谢谢, 摩西 以上来自于谷歌翻译 以下为原文 Hi, I got lot of confusing error messages during placement which also seems to stand in contradiction to themselves. 1. "Number of DSP required by this constraint: 64 Number of DSP available in this constraint region: 66 Utilization = 96%" 2. ERROR: [Place 30-365] The following macros could not be placed: (Why???) 3. The instance has been constrained to an area with the following utilization (BRAM/DSP/URAM): 0/711.1/12.5 (what is 711%???) How do you suggest making progress in debug such issue? Thanks, Moshe |
|
相关推荐
5个回答
|
|
@moshed
你为什么使用设备? DSP级联有一些规则/限制。 查看您正在使用的设备的DSP用户指南。 来自7系列DSP用户指南:https://www.xilinx.com/support/documentation/user_guides/ug479_7Series_DSP48E1.pdf 对于SSI设备,DSP切片不能跨插入器级联(SLR边界) 路径中级联的最大数量仅受芯片中一列中DSP48E1片的总数限制。 --Syed -------------------------------------------------- -------------------------------------------请注意 - 请标记答案 如果提供的信息有用,请“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢Kudos .------------------------ -------------------------------------------------- ------------------- 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 @moshed Why device are you using? There are some rules/restrictions with DSP cascading. check out the DSP user guide of the device you are using. From 7 series DSP user guide: https://www.xilinx.com/support/documentation/user_guides/ug479_7Series_DSP48E1.pdf For SSI device, the DSP slices cannot be cascaded across the interposer (SLR boundary) The maximum number of cascades in a path is limited only by the total number of DSP48E1 slices in one column in the chip. --Syed --------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------View solution in original post |
|
|
|
@moshed
你能分享vivado.log或实现runme.log吗? 我相信这是用户pblock或内部工具生成的pblock,它限制DSP单元放置在打包区域内。 这些级联DSP单元? 如果您可以分享post optpthen,我们可以查看设计。 另请查看以下论坛讨论: https://forums.xilinx.com/t5/Implementation/ERROR-Place-30-365-The-following-URAM288-macros-could-not-be/td-p/754045 --Syed -------------------------------------------------- -------------------------------------------请注意 - 请标记答案 如果提供的信息有用,请“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢Kudos .------------------------ -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 @moshed Can you share the vivado.log or implementation runme.log ? I believe this is either a user pblock or internal tool generated pblock which restricts the DSP cells to be placed within the packed region. Are these cascaded DSP cells? If you can share the post opt dcp then we can look into the design. Also check the following forum discussion: https://forums.xilinx.com/t5/Implementation/ERROR-Place-30-365-The-following-URAM288-macros-could-not-be/td-p/754045 --Syed --------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. --------------------------------------------------------------------------------------------- |
|
|
|
谢谢Syed。
问题似乎确实是级联的。 当删除级联时,它通过。 但是,我不明白我在级联中做错了什么, 通过将每个偶数DSP模块的RTL pcout连接到下一个奇数DSP模块,设计调用64 DSP并在每对之间级联,例如: DSP [0] .pcin ='0 DSP [1] .pcout = DSP [0] .pcout DSP [2] .pcin ='0 DSP [3] .pcout = DSP [2] .pcout 等到63: DSP [62] .pcin ='0 DSP [63] .pcout = DSP [62] .pcout 这是一种错误的方法吗? 谢谢, 摩西 以上来自于谷歌翻译 以下为原文 Thank you Syed. The problem seems to be indeed the cascading. when remove cascade it pass. However, I don't understand what I'm doing wrong in the cascading, The design call to 64 DSP and cascade between each pair by connecting in RTL pcout of every even DSP module to the next odd DSP module, for example: DSP[0].pcin = '0 DSP[1].pcout = DSP[0].pcout DSP[2].pcin = '0 DSP[3].pcout = DSP[2].pcout and so on till 63: DSP[62].pcin = '0 DSP[63].pcout = DSP[62].pcout Is that a wrong way to do it? Thanks, Moshe |
|
|
|
@moshed
你为什么使用设备? DSP级联有一些规则/限制。 查看您正在使用的设备的DSP用户指南。 来自7系列DSP用户指南:https://www.xilinx.com/support/documentation/user_guides/ug479_7Series_DSP48E1.pdf 对于SSI设备,DSP切片不能跨插入器级联(SLR边界) 路径中级联的最大数量仅受芯片中一列中DSP48E1片的总数限制。 --Syed -------------------------------------------------- -------------------------------------------请注意 - 请标记答案 如果提供的信息有用,请“接受为解决方案”。给予您认为有用并回复导向的帖子。感谢Kudos .------------------------ -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 @moshed Why device are you using? There are some rules/restrictions with DSP cascading. check out the DSP user guide of the device you are using. From 7 series DSP user guide: https://www.xilinx.com/support/documentation/user_guides/ug479_7Series_DSP48E1.pdf For SSI device, the DSP slices cannot be cascaded across the interposer (SLR boundary) The maximum number of cascades in a path is limited only by the total number of DSP48E1 slices in one column in the chip. --Syed --------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. --------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2420 浏览 7 评论
2823 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2294 浏览 9 评论
3374 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2461 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1166浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
585浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
451浏览 1评论
2005浏览 0评论
729浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 12:08 , Processed in 1.403027 second(s), Total 84, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号