Two interface driver mechnism

In reply to chr_sue:

  1. “get values” means one interface signals are directly driven to another . e.g
    inf2.wr_enb2 <= inf1.wr_enb2 ;
    inf2.wr_data2 <= inf2.wr_data2 ;
    I dont think it is possible to making a dummy trans file(based on the signal values of interface1 )and then driving it to interface2 (No seqs or tlm presence ).
    So is there something that allows this mechanism to happen .

  2. Second interface is same as first (some signals are of different protocol so might require some manipulation ) but as connection of two interfaces is not possible directly I was thinking something like mentioned above.