sld-columbia / esp

Embedded Scalable Platforms: Heterogeneous SoC architecture and IP integration made easy
Other
314 stars 102 forks source link

How to use the debug signal of an accelerator #210

Open LucaUrbinati44 opened 7 months ago

LucaUrbinati44 commented 7 months ago

The esp_accelerator_specification.pdf mentions a "debug" signal as a way to allow an accelerator to communicate some data to the processor for debugging purposes. However, it is not specified anywhere which is the memory-mapped address for the debug register. Moreover, a small example of the usage of this register between an accelerator and a processor is missing.

Thank you