opentitan icon indicating copy to clipboard operation
opentitan copied to clipboard

[top,dma] Connect SPI device to the DMA

Open Razer6 opened this issue 7 months ago • 2 comments

This PR connects the SPI device to the DMA to be able to be used with the DMA hardware handshake mode. Doing so, this PR adds the following changes:

  • Add a watermark LSIO trigger to the SPI device
  • Add a SPI device LSIO trigger to the SOC Proxy (It removes one external LSIO trigger for that)
  • Re-generate top to hook up the new signals

Razer6 avatar Jul 24 '24 06:07 Razer6