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.
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.
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