How to connect Multiple UVC instans to DUT based on parameter

Hi

I have a DUT having multiple slave interfaces which are controlled by parameter.

I have created a Master UVC.

how to instantiate(create object) connect my Master UVC to DUT’s slave interfaces based on the parameter .

In that case how can I handle UVCs monitor analysis port connections with scoreboard based on Parameter

Thanks,
SaraM.

In reply to sachan451:

You need a lot more explanation. What kind of parameter, and how are the slave interfaces controlled by that parameter?

In reply to dave_59:

Hi Dave,

My DUT is MMU(memory management unit) and supports multiple DMA interfaces.
The number of DMA interfaces is controlled by parameter.

I prepared a DMA UVC to address an interface.

I have to connect it to DUT based on the Parameter.

Thanks,
SaraM.