Hi,
I am having a VHDL DUT where I want to disconnect CPU RTL and bind AHB interface to the interconnect to mimic CPU transactions.
Approach I am using is , connect high 'Z' to CPU related inputs of interconnect and using SV bind statement connect AHB interface to CPU interconnect inputs.
Currently I am getting error related to direction of ports.
But I would like to know whether this approach is better or are there better approaches wherein I must to use bind construct