I have 34 monitors with respective analysis ports.
I have 34 implementation ports in scoreboard to get the txns into the write method in scoreboard.
Do i have use unique write methods with for all the 34 ports? Is there a better way to do it?
extra info: All these slaves are apb slaves.
Actually UVM export will handle that for you - all that you will need to do is store the txns into a assoc data structure based on port_ids.
1 Like
Thanks for your kind response.
I connected the 34 analysis ports [of monitors] to one implementation port [ of scoreboard]
It worked. I see all the txns within the one write method.