ifpk454 Posted June 16, 2011 Report Posted June 16, 2011 When I use the `uvm_info macro to display a message in a sequence registered with the uvm_sequence_library the sequence name is not displayed in the log. Instead the index of the array containing the sequences is displayed. For example, in the body of the "bbus_wr_seq" sequence I have the following call: `uvm_info(get_type_name(), "Starting BBUS_WR Sequence...", UVM_LOW) This sequence is registered with the "bbus_seq_lib" sequence library. When this sequence is executed the uvm_report_server displays the following message: UVM_INFO : 10 ns : Starting BBUS_WR Sequence... ...agent.sequencer@@bbus_seq_lib.9 The message contains ...agent.sequencer@@bbus_seq_lib.9 , but I would like the path to contain the name of the sequence like so: ...agent.sequencer@@bbus_seq_lib.bbus_wr_seq Does anyone know whether this is expected? If so, is there a way to instead have the sequence name displayed instead as was the case with the deprecated sequence methodology? Quote
uwes Posted June 17, 2011 Report Posted June 17, 2011 hi, i filed http://eda.org/svdb/view.php?id=3626 and added a bugfix in the mantis branch: /uwe 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.