uwes Posted March 2, 2011 Report Share Posted March 2, 2011 hi, just to let you know that if you have UVM10EA environments or OVM envs converted via the ovm2uvm.pl to UVM(10EA) you most likely require to add +UVM_USE_OVM_RUN_SEMANTIC to your cmdline switches. otherwise the simulation completes in zero time. Quote Link to comment Share on other sites More sharing options...
uvm_rookie Posted March 3, 2011 Report Share Posted March 3, 2011 I used the ovm2uvm.pl to convert my OVM to UVM ... I was using global_stop_request() in my test run_phase. Now, I need to use the following objection code : virtual task run_phase(uvm_phase phase); phase.raise_objection(this,"Start run phase"); .... .... phase.drop_objection(this,"Start run phase"); // global_stop_request(); endtask : run_phase I didn't need to use +UVM_USE_OVM_RUN_SEMANTIC Quote Link to comment Share on other sites More sharing options...
uwes Posted March 3, 2011 Author Report Share Posted March 3, 2011 hi, yes, so here you migrated directly to a UVM10 env with the new phasing. once you do that you dont need the UVM_USE_OVM_RUN_SEMANTIC anymore. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.