I try to pass a variable with time unit to the delay() temporal expression:
var bla : real = 0.1;
wait delay (bla ns);
And get the next error:
*** Error: Unrecognized exp
[Unrecognized expression 'bla ns']
Is there a way in Specman e to pass a variable to delay expression with time unit?
Thank you for your help
Do the following: