Jump to content

Messaging from Sequences registered in a uvm_sequence_library


Recommended Posts

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...