Arteris-IP / tlm2-interfaces

contains TLM2 based interfaces for AXI, ACE, CHI and other standard protocols
Apache License 2.0
49 stars 9 forks source link

unused socket #10

Open mslijepc opened 1 year ago

mslijepc commented 1 year ago

Hi, I see this socket in not used.

https://github.com/Arteris-IP/tlm2-interfaces/blob/8b50c1098f5dba38f025065d91e1a5cf0837e458/axi/pe/ace_target_pe.h#L54

I guess it's because is still not finished?

eyck commented 1 year ago

it is bound here: ace_target_pe.cpp The ace_target atm forwards accesses as AXI4 access via the isckt_axi. As this has been recently developed it is on the develop branch

mslijepc commented 1 year ago

But then simple_ace_target has two sockets? Since it is derived from ace_target_pe it has isckt_axi and axi::ace_target_socket<BUSWIDTH, TYPES, N, POL>& socket . Right?