What is the component with the ID: ID_SEQUENCER?

Hi,

I see in almost all examples ID_SEQUENCER enabled or disabled.
I have a few qiestions:

  • What is this component?
  • Where to find information about it?
  • Is this the main executor of UVVM?
  • Is this name reserved?
  • And is the ID_SEQUENCER_SUB related to it?

Rgds,
Eric

Hi,

The ID_SEQUENCER does not represent any component, it is used in the test sequencer to print normal logs. You can find this and the rest of the message IDs in the adaptations_pkg, there you can see a short description of each ID.
As an example you can use the following in your test sequencer:

ID_LOG_HDR, – ONLY allowed in test sequencer, Log section headers
ID_LOG_HDR_LARGE, – ONLY allowed in test sequencer, Large log section headers
ID_LOG_HDR_XL, – ONLY allowed in test sequencer, Extra large log section headers
ID_SEQUENCER, – ONLY allowed in test sequencer, Normal log (not log headers)
ID_SEQUENCER_SUB, – ONLY allowed in test sequencer, Subprograms defined in sequencer

Best regards,
Erick