Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

Calling a task in the Agent from my test hangs the test in UVM

$
0
0

Hello,

 

From my test I am calling a task defined in the Agent (env.agent.task_name).
However the test is hanging as the task is not returning the control back to the test.
I have added uvm_message statements in my test before calling the task as well as the next statement after the task call. Similarly I have uvm_message statements in my task including at the last line before endtask.
I can see the UVM message statements before the task is called and the message statements in the task in my log file. However the message statement after the task call in the test is not getting printed and my simulation is not progressing.

 

Is it not possible to call tasks defined in the agents from my test?

 

Thanks for your help.

 

Regards, Ali

 


Viewing all articles
Browse latest Browse all 756

Trending Articles