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
Somehow related to #1989 I'm trying to implement functionality to control and debug softcore on PL side from PS side.
I ran into an immediate problem that the address space of GP_MASTER on Zynq is not big enough to hold a whole 32 bit address.
My current solution to that problem is only mapping CSR address space into GP_MASTER as what we did for pcie, and insert a crossover UART connected to UARTbone. The performance is ..sigh... I'd rather use JTAGBone :-)
So I think we may need a debugging bridge that works for such situation better, I have two ideas in my mind, which would you prefer?
Use infra of JTAGBone, but add a frontend that can insert Stream from CSRs, we can call it CSRBone
Implement a "Paged remapper" mechanism that allows host to map, say a 4K page, into PCIe or MMIO address space. Controlling registers can also be CSR to simplify the interface design.
Thanks
The text was updated successfully, but these errors were encountered:
Somehow related to #1989 I'm trying to implement functionality to control and debug softcore on PL side from PS side.
I ran into an immediate problem that the address space of GP_MASTER on Zynq is not big enough to hold a whole 32 bit address.
My current solution to that problem is only mapping CSR address space into GP_MASTER as what we did for pcie, and insert a crossover UART connected to UARTbone. The performance is ..sigh... I'd rather use JTAGBone :-)
So I think we may need a debugging bridge that works for such situation better, I have two ideas in my mind, which would you prefer?
Thanks
The text was updated successfully, but these errors were encountered: