Hi Folks
Is it allowed to connect an initiator port to a target port up in the hierarchy ?
Is it allowed to connect an target port to a initiator port up in the hierarchy ?
I assume no but what I observe that OSCI systemc implementation allows this.
I tried to reproduce this problem with a small example(attached) where I have a component model with following ports
tlm_utils::multi_passthrough_initiator_socket<model,32, tlm::tlm_base_protocol_types,0,SC_ZERO_OR_MORE_BOUND> master;
tlm_utils::multi_passthrough_target_socket<model,32, tlm::tlm_base_protocol_ty