|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
各位:
最近在学UVM,按照书上的例子弄了个简单的跑一下,结果使用vcs的时候,每次都是到9200ns的时候自动停止了,而使用irun跑的时候不会这样,有没有人遇到过这种问题呢?我实在是丈二和尚摸不着头脑呀。
VCS的信息:
UVM_INFO:@ 0:reporter [RNTST] Running test my_case0...
UVM_WARNING @ 0: uvm_test_top.env [UVM_DEPRECATED] build()/build_phase() has been called explicitly,outside of the phasing system. This usage of build is deprecated and may lead to unexpected behavior.
now trans num is 1
hahaha ........ Compare SUCCESSFULLY
UVM_ERROR /opt1/eda_tools/synopsys/vcsmx_vF/etc/uvm-1.1/base/uvm_phase.svh(1203) @9200:reporter [PH_TIMEOUT] Default phase timeout of 9200 hit. All processes are waiting,indicationg a probable testbench issue.Phase 'main' ready to end
UVM_WARNING @ 9200 : main [OBJTN_CLEAR] Object 'uvm.uvm_sched.main' cleared objection counts for main
而用nc的irun跑出的信息如下:
UVM_INFO @ 0: reporter [RNTST] Running test my_case0...
UVM_WARNING @ 0: uvm_test_top.env [UVM_DEPRECATED] build()/build_phase() has been called explicitly,outside of the phasing system .This usage of build is deprecated and may lead to unexpected behavior.
now trans num is 1
hahaha ........ Compare SUCCESSFULLY
now trans num is 2
hahaha ........ Compare SUCCESSFULLY
now trans num is 3
hahaha ........ Compare SUCCESSFULLY
now trans num is 4
hahaha ........ Compare SUCCESSFULLY
now trans num is 5
hahaha ........ Compare SUCCESSFULLY
now trans num is 6
hahaha ........ Compare SUCCESSFULLY
now trans num is 7
hahaha ........ Compare SUCCESSFULLY
now trans num is 8
hahaha ........ Compare SUCCESSFULLY
now trans num is 9
hahaha ........ Compare SUCCESSFULLY
now trans num is 10
hahaha ........ Compare SUCCESSFULLY
.....
.....
Simulation completed via $finish(1) at time 141290 NS + 79 |
|