how to exclude signals from $fsdbDumpvars

Guest
Hi,

I have the followoing task in my code:
$fsdbDumpvars(0);

Also I have :
task automatic ...;


That retults with the following error:

ERROR: ACC NOAUTOCB
Cannot place a value change callback on an object that was
declared in an automatic scope.


How can I exclude this scope from the dumping command?
Is there any other solution for this case?
 

Welcome to EDABoard.com

Sponsor

Back
Top