Scoreboard with multiple input streams

In reply to dave_59:

In reply to Raj Guru:
Naming the analysis imp variable the same name as the class suffix is a good practice for making debugging easier. But it is not required.
The code you wrote for connecting the monitor’s analysis port to the scoreboard imp looks OK, assuming you have all the correct pathnames.
Another option is having a scoreboard with only one analysis imp. Then each monitor connects to the same write() function. The you could have each monitor set a field in your transaction to a unique value if necessary.

Dear Dave,
May I ask to you the example code for understanding the 2 answer Please?
I think it will be a great for us to understand it.