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
Ideally, all requests coming from the obi read are directly acknowledged and absorbed, so the internal buffer needs to be capable of accepting all outstanding transactions. This can be implemented with a credit counter.
The write backend should be slightly easier to manage, as no data needs to be absorbed (only error information).
The text was updated successfully, but these errors were encountered:
micprog
added a commit
to pulp-platform/safety_island
that referenced
this issue
Jun 21, 2024
The obi backend currently requires an rready signal to be present, however this is an optional signal not supported by all OBI uses.
https://github.com/pulp-platform/iDMA/blob/master/src/backend/idma_obi_read.sv#L120
https://github.com/pulp-platform/iDMA/blob/master/src/backend/idma_obi_write.sv#L167
Ideally, all requests coming from the obi read are directly acknowledged and absorbed, so the internal buffer needs to be capable of accepting all outstanding transactions. This can be implemented with a credit counter.
The write backend should be slightly easier to manage, as no data needs to be absorbed (only error information).
The text was updated successfully, but these errors were encountered: