VCS中仿真带RAM IP的设计时出现的问题
时间:10-02
整理:3721RD
点击:
本人在编写一个testbench时,遇到了一个问题,DUT中的RAM例化自ISE的IP,编译时在命令行加入了如下选项指向ISE提供的Lib
- COMP_OPTS += -y /home/project_xu/ISE_lib/src/unisims
- COMP_OPTS += -y /home/project_xu/ISE_lib/src/XilinxCoreLib
- COMP_OPTS += -y /home/project_xu/ISE_lib/src/unimacro
- COMP_OPTS += -y /home/project_xu/ISE_lib/src/simprims
- COMP_OPTS += -y /home/project_xu/ISE_lib/src/uni9000
- COMP_OPTS += +incdir+/home/project_xu/ISE_lib/src
- COMP_OPTS += +libext+.v
- Chronologic VCS simulator copyright 1991-2013
- Contains Synopsys proprietary information.
- Compiler version H-2013.06_Full64; Runtime version H-2013.06_Full64;Jan9 08:41 2015
- ----------------------------------------------------------------
- UVM-1.1d.VCS
- (C) 2007-2013 Mentor Graphics Corporation
- (C) 2007-2013 Cadence Design Systems, Inc.
- (C) 2006-2013 Synopsys, Inc.
- (C) 2011-2013 Cypress Semiconductor Corp.
- ----------------------------------------------------------------
- ***********IMPORTANT RELEASE NOTES************
- You are using a version of the UVM library that has been compiled
- with `UVM_NO_DEPRECATED undefined.
- See http://www.eda.org/svdb/view.php?id=3313 for more details.
- You are using a version of the UVM library that has been compiled
- with `UVM_OBJECT_MUST_HAVE_CONSTRUCTOR undefined.
- See http://www.eda.org/svdb/view.php?id=3770 for more details.
- (Specify +UVM_NO_RELNOTES to turn off this notice)
- Block Memory Generator CORE Generator module TOP.U_CFAI.u_line_buf0.inst.native_mem_module.blk_mem_gen_v7_3_inst is using a behavioral model for simulation which will not precisely model memory collision behavior.
- Block Memory Generator CORE Generator module TOP.U_CFAI.u_line_buf1.inst.native_mem_module.blk_mem_gen_v7_3_inst is using a behavioral model for simulation which will not precisely model memory collision behavior.
- Block Memory Generator CORE Generator module TOP.U_CFAI.u_line_buf2.inst.native_mem_module.blk_mem_gen_v7_3_inst is using a behavioral model for simulation which will not precisely model memory collision behavior.
- Block Memory Generator CORE Generator module TOP.U_CFAI.u_line_buf3.inst.native_mem_module.blk_mem_gen_v7_3_inst is using a behavioral model for simulation which will not precisely model memory collision behavior.
LZ这个问题解决了么?我也碰到了。