litepcie icon indicating copy to clipboard operation
litepcie copied to clipboard

Small footprint and configurable PCIe core

Results 24 litepcie issues
Sort by recently updated
recently updated
newest added

When the SoC is configured with a crossover UART, it could be useful to create a /dev/ttyX device on the Host to access the UART of the SoC directly.

enhancement
help-welcome :)

Please visit https://github.com/enjoy-digital/litex/wiki/Feedback-Contribution-Support.

guide

The TLP Packetizers/Depacketizers are using specific classes for the 64/128/256/512-bit datapaths. It should be possible to simplify the code by creating a generic Packetizer/Depacketizer that would support all the supported...

enhancement
help-welcome :)
good-first-issue

Hello If I want to use this IP for tapeout, Is it ASIC proven or not?

This adds support for Nvidia RDMA to allow for PCIe P2P transfers between the a LiteX device and a Nvidia GPU. The basic API is documented here: https://docs.nvidia.com/cuda/gpudirect-rdma/index.html This has...

Hi all, I'm trying to get litepcie to work on a custom board with a kintex. While looking at the vivado output, I noticed many inter clock paths failing. I...

question

I am unable to run dma_test with external loopback option from litepcie_util: ./litepcie_util dma_test -w 32 -e litepcie_util prints that 129 TX buffers are sent and zero RX buffers received...

question
answered-waiting-feedback

Hi, I am working with the pci_screamer project of your own, and I am experiencing issues with the PCIe PHY from the Xilinx 7 series. I am able to send...

question

This will complement existing Endpoint implementation. https://en.wikipedia.org/wiki/Root_complex

help-welcome :)
new-feature
sponsor-welcome :)

Does anyone know why the zero-copy mode of litepcie_util would fail specifically when doing the zero-copy DMA test? ``` [sthornington@nuc user]$ sudo strace ./litepcie_util -z dma_test execve("./litepcie_util", ["./litepcie_util", "-z", "dma_test"],...