完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
Spartan 6 BRAM显然有一个涉及双端口模式和异步时钟的错误。
这个 部分记录在BRAM用户指南中。 我通常使用以下模板暗示在Verilog中阻止rams: reg [7:0] mem [255:0] reg [7:0] w_ptr,r_ptr; reg [7:0] rd_data; 总是@(posedge wr_clk) mem [w_ptr] 以下为原文 Spartan 6 BRAM apparently has a bug involving dual port mode with async clocks. This is partially documented in the BRAM user guide. I typically imply block rams in Verilog using templates like: reg [7:0] mem[255:0] reg[7:0] w_ptr, r_ptr; reg [7:0] rd_data; always @(posedge wr_clk) mem[w_ptr] <= write_data; always @(posedge rd_clk) rd_data <= mem[r_ptr]; Is there a constraint / synthesis attribute I can add to the declaration of "mem" to get XST to infer the proper write_mode to avoid the S6 bug? It sure would be nice if Xilinx published thorough work-arounds with information like this. John Providenza |
|
相关推荐
1个回答
|
|
FWIW是针对Virtex6 BRAM(http://www.xilinx.com/support/answers/34859.htm)发布的解决方法(WRITE_FIRST SDP模式)。
与您的FAE交谈以检查Spartan6 BRAM的状态。 干杯,吉姆 以上来自于谷歌翻译 以下为原文 FWIW, a workaround (WRITE_FIRST SDP mode) has been published for Virtex6 BRAM ( http://www.xilinx.com/support/answers/34859.htm ) . Talk to your FAE to check the status on the Spartan6 BRAM. Cheers, Jim |
|
|
|
只有小组成员才能发言,加入小组>>
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 22:45 , Processed in 1.290046 second(s), Total 78, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号