Open mslijepc opened 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
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?
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?