Advertisement
Guest User

Untitled

a guest
Nov 29th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. self.submodules.pcie_phy = USPPCIEPHY(platform, platform.request("pcie_x8"),
  2. speed = "gen3",
  3. data_width = 256,
  4. bar0_size = 0x20000)
  5. self.add_pcie(phy=self.pcie_phy, ndmas=1)
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement