enjoy-digital / litepcie

Small footprint and configurable PCIe core
Other
449 stars 110 forks source link

set `DMA_BIT_MASK` to `DMA_ADDR_WIDTH` #108

Closed sjkelly closed 1 year ago

sjkelly commented 1 year ago

According to: https://www.kernel.org/doc/Documentation/DMA-API-HOWTO.txt This should match the address width supported by the gateware. In this case, PCIe only supports 32/64bit masks.

enjoy-digital commented 1 year ago

Thanks @sjkelly!