A
abc
Guest
I tried to write a VPI callback which was called when the value was
changed. It works when the callback object is not operation.
initial $monitor(a); // It works
initial $monitor(a !== 3'b010); // It can't register the callback
Can an operation expression be used as the callback object?
Thanks,
changed. It works when the callback object is not operation.
initial $monitor(a); // It works
initial $monitor(a !== 3'b010); // It can't register the callback
Can an operation expression be used as the callback object?
Thanks,