关于例化IP核的仿真问题,求助!
时间:10-02
整理:3721RD
点击:
求助各位前辈一个问题:我用qurtusii LMP生成一个双口ram,在仿真的时候需要对这个双口ram初始化,请问在tb中如何操作呢?这样可以吗:
task dual_ram_intial
begin
$display
("HELLO!");
$display
("%m: At %t,the dual_port RAM is begining initialize......",$time);
$readmemh
("dp_ram_init.txt",dp_ram_inst);
//dp_ram_inst是例化的双口ram的名字
end
endtask
还请各位不吝赐教
task dual_ram_intial
begin
$display
("HELLO!");
$display
("%m: At %t,the dual_port RAM is begining initialize......",$time);
$readmemh
("dp_ram_init.txt",dp_ram_inst);
//dp_ram_inst是例化的双口ram的名字
end
endtask
还请各位不吝赐教
自己顶