chenyong Posted November 10, 2011 Report Posted November 10, 2011 Hi, when I try to run with uvm-1.1 to set default sequence, I always get this: UVM_WARNING /apps/INCISIV102/10.20.029/tools/uvm-1.1/uvm_lib/uvm_sv//src/seq/uvm_sequencer_base.svh(1411) @ 0: uvm_test_top.tb0.timer3_rx_env.agent.sequencer [uVM_DEPRECATED] Registering sequence 'uvm_random_sequence' with sequencer 'uvm_test_top.tb0.timer3_rx_env.agent.sequencer' is deprecated. UVM_WARNING /apps/INCISIV102/10.20.029/tools/uvm-1.1/uvm_lib/uvm_sv//src/seq/uvm_sequencer_base.svh(1411) @ 0: uvm_test_top.tb0.timer3_rx_env.agent.sequencer [uVM_DEPRECATED] Registering sequence 'uvm_exhaustive_sequence' with sequencer 'uvm_test_top.tb0.timer3_rx_env.agent.sequencer' is deprecated. UVM_WARNING /apps/INCISIV102/10.20.029/tools/uvm-1.1/uvm_lib/uvm_sv//src/seq/uvm_sequencer_base.svh(1411) @ 0: uvm_test_top.tb0.timer3_rx_env.agent.sequencer [uVM_DEPRECATED] Registering sequence 'uvm_simple_sequence' with sequencer 'uvm_test_top.tb0.timer3_rx_env.agent.sequencer' is deprecated. UVM_WARNING /apps/INCISIV102/10.20.029/tools/uvm-1.1/uvm_lib/uvm_sv//src/seq/uvm_sequencer_base.svh(478) @ 0: uvm_test_top.tb0.timer3_rx_env.agent.sequencer [uVM_DEPRECATED] default_sequence config parameter is deprecated and not part of the UVM standard. See documentation for uvm_sequencer_base::start_phase_sequence(). Can anybody help me to understand why there are "deprecated"? I must apologize I can't find any clue from documentation for uvm_sequencer_base::start_phase_sequence() in the uvm_sequencer_base.svh. Does uvm-1.1 has a big difference from uvm-1.0ea? thanks. Quote
uwes Posted November 14, 2011 Report Posted November 14, 2011 hi, this is the result of using the old style 'uvm_sequence_utils' macro. see for instance http://www.uvmworld.org/contributions-details.php?id=107&keywords=Appnote:_Migrating_from_OVM_to_UVM-1.0 for more details /uwe Quote
chenyong Posted November 14, 2011 Author Report Posted November 14, 2011 Thanks uwe. The document is helpful. I noticed there is uvm-1.1 now. Is there any document on migration from 1.0 to 1.1? thanks. Quote
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.