SeanChou Posted May 19, 2011 Report Share Posted May 19, 2011 All, I am using uvm10 with some legacy EA style sequencers recently, I found the connect() of sequencer does not be invoked. it works fine when EA, however, in uvm10 phase, env: connect_phase() squencer: connect() // will not be invoked my questions: 1. Should this be fixed to remain compatible with legacy VIP? 2. Could someone let me know the main reason why sequencer does not extended from component any more? Thanks! Quote Link to comment Share on other sites More sharing options...
uwes Posted May 19, 2011 Report Share Posted May 19, 2011 hi, filed http://eda.org/svdb/view.php?id=3566 for the issue. the attached code should fix that, i'll try that and inject the fix (if its good) function void uvm_sequencer_param_base::connect_phase(uvm_phase phase); super.connect_phase(phase); rsp_export.connect(sqr_rsp_analysis_fifo.analysis_export); endfunction 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.