aller/nereid/tagus: LitePCIeWishboneBridge's shadow_base replace with base_address
This commit is contained in:
parent
7184032555
commit
48476be9e2
|
@ -103,7 +103,7 @@ class AllerSoC(SoCSDRAM):
|
|||
|
||||
# pcie wishbone bridge
|
||||
self.submodules.pcie_wishbone = LitePCIeWishboneBridge(self.pcie_endpoint,
|
||||
lambda a: 1, shadow_base=self.mem_map["csr"])
|
||||
lambda a: 1, base_address=self.mem_map["csr"])
|
||||
self.add_wb_master(self.pcie_wishbone.wishbone)
|
||||
|
||||
# pcie dma
|
||||
|
|
|
@ -103,7 +103,7 @@ class NereidSoC(SoCSDRAM):
|
|||
|
||||
# pcie wishbone bridge
|
||||
self.submodules.pcie_wishbone = LitePCIeWishboneBridge(self.pcie_endpoint,
|
||||
lambda a: 1, shadow_base=self.mem_map["csr"])
|
||||
lambda a: 1, base_address=self.mem_map["csr"])
|
||||
self.add_wb_master(self.pcie_wishbone.wishbone)
|
||||
|
||||
# pcie dma
|
||||
|
|
|
@ -105,7 +105,7 @@ class TagusSoC(SoCSDRAM):
|
|||
|
||||
# pcie wishbone bridge
|
||||
self.submodules.pcie_wishbone = LitePCIeWishboneBridge(self.pcie_endpoint,
|
||||
lambda a: 1, shadow_base=self.mem_map["csr"])
|
||||
lambda a: 1, base_address=self.mem_map["csr"])
|
||||
self.add_wb_master(self.pcie_wishbone.wishbone)
|
||||
|
||||
# pcie dma
|
||||
|
|
Loading…
Reference in New Issue