在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 7500|回复: 7

[求助] XILINX MIG 问题

[复制链接]
发表于 2011-10-20 11:30:40 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
用xilinx公司的ip核MIG生成DDR2  SDRAM控制器,综合和translate都能过,MAP报错!求助!!!
         集成软件:ise12.2   综合工具:synplify pro   FPGA: Virtex-5           IPCORE :   MIG v3.5
         报错内容:ERRORack:1560 - The register "u_DDR/u_ddr2_top_0/u_mem_if_top/u_phy_top/u_phy_io/gen_dqs[0].u_iob_dqs/u_tri_state_dqs" has the property IOB=FORCE, but was not packed into the OLOGIC component. The output signal for register symbol.
"u_DDR/u_ddr2_top_0/u_mem_if_top/u_phy_top/u_phy_io/gen_dqs[0].u_iob_dqs/u_tri_state_dqs" requires general routing to fabric,but the register can only be routed to ILOGIC,IODELAY and IOB.
发表于 2011-10-20 14:57:25 | 显示全部楼层
好像是xilinx的一个bug嘛,帮你查到了,你自己试下:
http://china.xilinx.com/support/answers/33891.htm

To work around this issue, you can add a save constraint in the MIG HDL to resolve this problem.

VHDL
Add the following to in ddr2_phy_dqs_iob.vhd:

attribute S : string;
attribute S of "dqs_oe_n_r" : signal is "TRUE";

Verilog
Add the following to in ddr2_phy_dqs_iob.v:

(* S = "TRUE" *)
before
wire dqs_oe_n_r;
 楼主| 发表于 2011-10-20 16:51:23 | 显示全部楼层
回复 2# catcat_2


    谢谢,这个解答之前就在官网上看过,试过这种办法,还是没用啊!
    现在问题定位在综合工具的问题,用ISE自带的XST综合MIG时不会报错!
发表于 2011-10-20 17:31:57 | 显示全部楼层
你用MIG自己产生的ucf是可以解决这个问题的。
发表于 2011-10-21 08:14:15 | 显示全部楼层
恩,LS MM说的对,你用MIG自己产生的UCF跟你综合的时候用的那个比一下。看看有没有什么不同的。。

还有,你可以用synplify查看综合后的netlist,看看那个Path跟你的ucf里面制定的path有没有差异。。

对了,用xilinx提供的方法加的这个属性,synplify是不是能够正确识别,也是一个需要确认的方向。
发表于 2011-11-9 20:47:56 | 显示全部楼层
MIG生成的DDR2 SDRAM控制器
发表于 2015-12-15 11:19:48 | 显示全部楼层
引脚分配的问题。使用默认引脚分配就没有问题。引脚分配规则看说明文档。
发表于 2022-3-1 20:53:36 | 显示全部楼层
thanks alot.
very helpful
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-12-22 21:32 , Processed in 0.046958 second(s), 10 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表