In reply to dave_59:
When I am using plusarg value in assertion,
int k=0;
if(($value$plusargs(“NUM=%0d”, k)))
$rose((enable)[->k]);
Error: Expression k . I should use constant expression
The plusarg value is passed through run command line
In reply to dave_59:
When I am using plusarg value in assertion,
int k=0;
if(($value$plusargs(“NUM=%0d”, k)))
$rose((enable)[->k]);
Error: Expression k . I should use constant expression
The plusarg value is passed through run command line