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
I am trying to integrate the LiteSPI core as a flash controller to be accessible to a host through LitePCIe.
I do not want to map the entire flash region to the LitePCIe BAR0 but would rather create an adapter that maps several KB of address space of the BAR to the SPI flash and have a CSR that can set the upper address bits in the flash address to create a movable window for accessing the mmap of LiteSPI from the host.
I haven't been able to find any documentation or example that explains how I could create this adapter. Is this something the Wishbone Remapper can do? Can you help point me in the right direction for creating this adapter?
The text was updated successfully, but these errors were encountered:
Thanks, that helps. I was trying to put the remapper between the SoC bus and the litespi and couldn't get anything working. I can read from the first part of the spiflash now.
I'll try extending the Remapper this week and let you know if I run into any more issues.
I am trying to integrate the LiteSPI core as a flash controller to be accessible to a host through LitePCIe.
I do not want to map the entire flash region to the LitePCIe BAR0 but would rather create an adapter that maps several KB of address space of the BAR to the SPI flash and have a CSR that can set the upper address bits in the flash address to create a movable window for accessing the mmap of LiteSPI from the host.
I haven't been able to find any documentation or example that explains how I could create this adapter. Is this something the Wishbone Remapper can do? Can you help point me in the right direction for creating this adapter?
The text was updated successfully, but these errors were encountered: