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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 3212|回复: 3

how to generate memory?

[复制链接]
发表于 2008-12-5 01:09:09 | 显示全部楼层 |阅读模式

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

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

x
hi, everyone

there are 2 questions about memory.

1  in general, an off-chip rom or ram is only generated for simulation, and neednot to be synthesized.
    the question is if u need to synthesize an on-chip ram or register file, or generate it with the help of "Memory Compiler" as in question 2.

2  as i know, the memory is generated with "Memory Compiler".
           1) Memory Compiler -> *.lib
           2) Library Compiler:  *.lib -> *.db
           3) *.db as a "link_library" of DC
    my question is when u synthesize ur deisgn, the corresponding code "memory.v" in ur design looks like the desciption below,or other forms,or neednot a memery verilog at all ?
             module memory(... );
                input ...;     
                output ...;   
                  always @(posedge clk)
                    if (memwrite_en == 1)
                        memory[write_add] <= write_data;
                assign  read_data =  memory[read_add];
            endmodule

SOS!!!
and every advice will be appreciated.

sevid

[ 本帖最后由 sevid 于 2008-12-5 01:15 编辑 ]
发表于 2008-12-5 10:22:59 | 显示全部楼层
你的memory模块只需要verilog定义端口信息,DC综合时设为模块dont touch,其余的都是后端处理
发表于 2008-12-9 19:18:10 | 显示全部楼层
When you want to generate  correct memory  upon your verilog code, you must write the verilog code  according to the description forms that be refered in the manual.
you should have a reset singal in your verilog description above.   
in FPGA design , you can choose to synthesis the memory to regs or implement  it with the memory in FPGA.
发表于 2008-12-11 19:40:00 | 显示全部楼层
看到有些自己生成的memory 形如:TS1GE1024X16M4.v 的文件,不清楚这些文件是怎么样得来的,有哪位朋友知道或者听说过吗? 不防和大家分享一下对这些文件的理解、由来  Thanks!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-11-16 13:49 , Processed in 0.019977 second(s), 9 queries , Gzip On, Redis On.

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