Difference between ovm_sequence & uvm_sequence

3 posts / 0 new
Last post
vickee001@gmail.com
Offline
Academy Total Access User
Joined: 11/02/2011
Posts: 1
Difference between ovm_sequence & uvm_sequence

What is the difference between ovm_sequence & uvm_sequence?

mperyer
Offline
Verification Forum Moderator
Joined: 07/24/2010
Posts: 146
Re: Difference between ovm_sequence & uvm_sequence

There is no difference in functionality. If you do an ovm to uvm translation your sequence code should work the same way in both the OVM and the UVM.

dave_59
Offline
Verification Forum Moderator
Joined: 03/10/2010
Posts: 976
Re: Difference between ovm_sequence & uvm_sequence

There are a few differences in that there features deprecated from the UVM to simplify things. For example, the `uvm_sequence_utils macros have been removed and you now use the `uvm_object_utils macros instead. You now only start sequences with seq.start() - the ability to start them with start_item has been removed.

__________________

Dave Rich
Mentor Graphics
http://go.mentor.com/drich