找回密码
 注册
搜索
查看: 1109|回复: 4

[讨论] 关于综合的问题

[复制链接]
发表于 2007-7-26 11:33:51 | 显示全部楼层 |阅读模式
各位高手:有个问题想请教大家! 我的一个类似双端口RAM的一个程序 但是只作为一个通道使用,开辟的空间是16位的 大小为4K 分为2块 MEM0[15:8] MEM1[7:0]编译没有错误 但是综合时也没有报告错误!只不过是一直在哪里综合 没有综合成功 也不显示错误!请求高手指点米!!!!万分感激 这个是报告
*                          HDL Compilation                              *
=========================================================================
Compiling source file "/../../../../../../Modeltech_xe/examples/txinterface0723.v"
Module <ethtxinterface> compiled
No errors in compilation
Analysis of file <ethtxinterface.prj> succeeded.

=========================================================================
*                            HDL Analysis                               *
=========================================================================
WARNING:HDLCompilers:258 - /../../../../../../Modeltech_xe/examples/txinterface0723.v line 71 Range on redeclaration of 'addrout' overrides range on output declaration at /../../../../../../Modeltech_xe/examples/txinterface0723.v line 23
Analyzing top module <ethtxinterface>.
INFXst:1433 - Contents of array <mem1> may be accessed with an index that exceeds the array size. This could cause simulation mismatch.
INFXst:1433 - Contents of array <mem0> may be accessed with an index that exceeds the array size. This could cause simulation mismatch.
INFXst:1433 - Contents of array <mem1> may be accessed with an index that exceeds the array size. This could cause simulation mismatch.
INFXst:1433 - Contents of array <mem0> may be accessed with an index that exceeds the array size. This could cause simulation mismatch.
INFXst:1433 - Contents of array <mem1> may be accessed
发表于 2007-7-29 20:53:37 | 显示全部楼层
WARNING:HDLCompilers:258 - /../../../../../../Modeltech_xe/examples/txinterface0723.v line 71 Range on redeclaration of 'addrout' overrides range on output declaration at /../../../../../../Modeltech_xe/examples/txinterface0723.v line 23

这个警告信息好象是说txinterface0723.v文件里第73行的 addrout所定义的长度跟 23行的不一致,你自己检查一下?

另外,为什么不用IP核呢?RAM我用的都是ISE里面的IP核。
点评回复

使用道具 举报

发表于 2007-7-31 23:03:29 | 显示全部楼层
这个好像是因为 内部的 连线不够引起的 [em03]
点评回复

使用道具 举报

发表于 2007-8-8 21:12:00 | 显示全部楼层
不大懂?????
点评回复

使用道具 举报

发表于 2008-3-9 16:57:00 | 显示全部楼层
不能MEM[15:8]这样定义.必须是MEM[15:0]
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-9-30 08:32 , Processed in 0.077745 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表