Is there any way I can connect an apb master vip to internal module inside dut which have apb signals in it . I want to program some registers in this deep inside dut module .
I tried to connect an interface and bind it at deep inside module , kind of working but I have to declare all the signals at interface as I/O’s and my simulator doesn’t like it , throwing lots of warnings about multiple driving .
Is there any other clean to way to access?