Monitor sampling issues





what could be the reason for my monitor to read always zero ?

Please try to post your code as formatted text, not as a picture. It’s very difficult to study code as a picture.

Use blocking, not nonblocking assignments in your monitor. Your transaction has not been updated at the point where it gets printed.

Hi
thanks i understand the mistake i have done .Next time onwards i will post code as formatted .