Jump to content

uvm phasing problem


Recommended Posts

Hi all,

I am runnig into an issue in UVM Phasing.

I have an agent which is incorporating the new UVM Phases of configure_phase and main_phase. In configure i am configuring VIP and in main_phase run tasks are called.

I have a Driver which runs on run_phase as i want it to run always and do not want any effect for phase jumping.

There is a uvm_event in the driver which is triggered everytime sequence_item_port gets in run_phase.

I am waiting for this event in main_phase of the agent.

I see the uvm_event is getting triggered but this trigger is not read in agent. The uvm event is global a property of driver and not local to run_phase.

If I change the main_phase of agent to run_phase then this event trigger is read.

I am clueless

Thanks

Jishnu

Link to comment
Share on other sites

  • 2 months later...

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...