Hi
I am using set_global_timeout to set watch dog timer
in my test i want to reset watch dog timeout as the test is take long time to end.
- Giving a huge value to watch dog timeout is one solution
- but i would like to know if we can reset the watch dog timeout in the test ?? & how !??
Thanks
Vipul
virtual function void build();
super.build();
set_global_timeout(watch_dog_timeout);
endfunction
function void set_global_timeout(time timeout)
Convenience function for ovm_top.phase_timeout = timeout. See ovm_root for more
information