You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the purposes so far there was no need to implement the operation_resp since it just forwards accesses using the axi4 initiator socket (as noted in #10)
you do not need to implement the protocol state machine in the memory. you can do the conneciton it in this way:
ace_target_pe->axi_target_pe->memory.
to some extend ace_target_pe acts here as adapter between ace and axi, which forwards the normal read/write to axi. Besides it exends with snoop function.
you can imagin that, the real function of ace target pe includes ace_target_pe+axi_target_pe.
Hi, I can just see the function prototype
tlm2-interfaces/axi/pe/ace_target_pe.h
Line 92 in 8b50c10
but the implementation is missing. Is this function intended to be used, or is obsolete?
The text was updated successfully, but these errors were encountered: