In the simulation, after doing VCS Save
(For more details: https://blogs.synopsys.com/vip-central/2014/12/30/run-time-save-restore-strategy-with-uvm-vcs/) with verbosity low, I am trying to do VCS Restore
from the saved checkpoint and run rest of the tests with high verbosity.
While passing +uvm_set_verbosity="*,_ALL_,UVM_HIGH,run"
through command-line resulted in verbosity low which is the verbosity while creating the saved checkpoint.
Anyone have any suggestion of logging with high verbosity for VCS Save-Restore ?
$test$plusargs
for verbosity, like he did for+seq
? – Karan Shah