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
You can see how to start a dma transaction from PCIe to Wishbone here by using LitePCIe2WishboneDMA started by Host PCIe driver. Or starting a dma transaction by pull up the start signal using LitePCIe2WishboneDMANative.
The stability has been tested over 24 hours as I used it to build a Gigabyte PCIe Ethernet Adapter.
In my local repo, I placed this code under 'litepcie/frontend' but it may also serve as a demo under 'example' folder in the first place.
The text was updated successfully, but these errors were encountered:
How about adding this PCIe <-> Wishbone bridge to litepcie? Basically, it can transfer data between the Host PCIe Bus and SoC's wishbone bus. Code is here. The LiteWishbone2PCIeDMA/LitePCIe2WishboneDMA receives control from PCIe Driver and LiteWishbone2PCIeDMANative/LitePCIe2WishboneDMANative receives control from internal circuit.
You can see how to start a dma transaction from PCIe to Wishbone here by using LitePCIe2WishboneDMA started by Host PCIe driver. Or starting a dma transaction by pull up the start signal using LitePCIe2WishboneDMANative.
The stability has been tested over 24 hours as I used it to build a Gigabyte PCIe Ethernet Adapter.
In my local repo, I placed this code under 'litepcie/frontend' but it may also serve as a demo under 'example' folder in the first place.
The text was updated successfully, but these errors were encountered: