完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
喜
当我使用ISE生成的IPcore FIFO时,有许多MAP,PAR和bitgen警告。 地图 警告 PhysDesignRules:367 - 信号不完整。 信号不会驱动设计中的任何负载引脚。 平价 警告 参考:288 - 信号uart_inst / rx_fifo / U0 / xst_fifo_generator / gconvfifo.rf / grf.rf / gntv_or_sync_fifo.mem / gdm.dm / Mram_RAM7_RAMD_O无负载。 PAR不会尝试路由此信号。 bitgen 警告 PhysDesignRules:367 - 信号不完整。 信号不会驱动设计中的任何负载引脚。 XST 信息 Xst:2260 - 单位的FF / Latch相当于以下FF / Latch: 此外,还有一个警告: XST 警告 HDLC编译器:1499 - “D: frib EVR EVR计时Core RTL uart fifo8x32.v”第39行:空模块仍为黑盒子。 如何删除此警告? 谢谢。 这是我的代码: ///// uart_rx rx_inst(.clkx16in(clk16x_int),. resetin(reset_2r [1]),. rxin(UART_RX),. rxdataout(rx_data),. rxvalidout(rx_valid)); fifo8x32 rx_fifo(.rst(reset_2r [1]),. wr_clk(clk16x_int),. rd_clk(sysclk),. di(rx_data),. wr_en(rx_valid),. rd_en(rxfifo_rden),. dout(rxfifo_rdout),. fulll(),. empty(rxfifo_empty)); 以上来自于谷歌翻译 以下为原文 hi, There many MAP,PAR and bitgen warnings when I used a IPcore FIFO generated by ISE.
besides, there is another one warning:
How to remove this warnings? thank you. here is my code: ///// uart_rx rx_inst( .clkx16in(clk16x_int), .resetin(reset_2r[1]), .rxin(UART_RX), .rxdataout(rx_data), .rxvalidout(rx_valid) ); fifo8x32 rx_fifo( .rst(reset_2r[1]), .wr_clk(clk16x_int), .rd_clk(sysclk), .din(rx_data), .wr_en(rx_valid), .rd_en(rxfifo_rden), .dout(rxfifo_rdout), .full(), .empty(rxfifo_empty) ); |
||
相关推荐
4个回答
|
||
我和fifo有同样的问题,请帮忙。
斯巴达6 以上来自于谷歌翻译 以下为原文 i have the same problems with the fifo, please help. spartan 6 |
|
|
|
有没有人弄明白?
似乎FIFO核心IP存在一些错误。 我对斯巴达6也有这个问题。 由于我使用了很多FIFO,我有很多警告。 好消息是FIFO似乎有效。我想知道我的FIFO是否会因为这个而在某些角落失败。 在任何情况下,让Xilinx工具自行生成警告是可以接受的。 布鲁诺 以上来自于谷歌翻译 以下为原文 Did anybody ever figure it out? It seems that there is some error in the FIFO core IP. I have that problem too on Spartan 6. Since I use many FIFOs, I have many warnings. The good news is that the FIFO seems to work. I wonder if my FIFOs will fail at some corner case because of this. In any case, it is HORRIBLE to have Xilinx tools generate warnings to itself. Bruno |
|
|
|
bmarchevsky1写道:
在任何情况下,让Xilinx工具自行生成警告是可以接受的。 你一定是新来的。 ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 bmarchevsky1 wrote:You must be new here. ----------------------------Yes, I do this for a living. |
|
|
|
bmarchevsky1写道:
似乎FIFO核心IP存在一些错误。 不,这意味着用户的设计不会使用所有FIFO的信号。 这很常见。 FIFO设计可以提供空的,几乎为空的,半满的,几乎满的和满的标志。 您不必在设计中使用所有这些。 您不使用的输出端口,即使它们被open关键字标记为未使用,也将被标记为未连接或已卸载。 驱动无负载输出的逻辑将被优化掉。 ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 bmarchevsky1 wrote:No, it means that the user's design doesn't use all of the FIFO's signals. This is common. A FIFO design may offer empty, almost-empty, half-full, almost-full, and full flags. You don't have to use all of them in your design. The output ports you don't use, even if they are flagged as unused with the open keyword, will be flagged as unconnected or unloaded. Logic driving an unloaded output will be optimized away. ----------------------------Yes, I do this for a living. |
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
756浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
545浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
366浏览 1评论
1963浏览 0评论
682浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 21:29 , Processed in 1.196997 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号