Here, in monitor BFM, we declare handle to monitor class but its object is not created. So when we call proxy.notify_transactions(tx), this must give compilation error bcoz we are calling notify_transactions with null handle. Am i right ?
Here, in monitor BFM, we declare handle to monitor class but its object is not created. So when we call proxy.notify_transactions(tx), this must give compilation error bcoz we are calling notify_transactions with null handle. Am i right ?
In reply to shekher201778:
It’s set in the build_phase of the monitor.