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:
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: