Skip to content

Commit

Permalink
Merge pull request #118 from Johnsel/master
Browse files Browse the repository at this point in the history
Added DMA_ADDR_WIDTH constant to kc705.py bench to fix kernel driver
  • Loading branch information
enjoy-digital authored Jul 24, 2023
2 parents 300fc90 + ce1b0bb commit 3728778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/kc705.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def __init__(self, platform, speed="gen2", nlanes=4):
with_loopback = True)

self.add_constant("DMA_CHANNELS", 2)
self.add_constant("DMA_ADDR_WIDTH", 32)

# MSI
self.pcie_msi = LitePCIeMSI()
Expand Down

0 comments on commit 3728778

Please sign in to comment.