How to integrate the interface of AHB VIP into SoC level?

In reply to UVM_LOVE:

When you reuse a block-level environment in an SOC environment, your agents are changed to passive mode since the stimulus will be generated from another source (CPU, Agent acting as CPU, etc).

You will instantiate the agent’s interface in the testbench and assign the signals from the DUT’s connections where appropriate.