mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
top: allocate one more ASMI port to framebuffer
This commit is contained in:
parent
b603eaf7d4
commit
4dcec32010
1 changed files with 1 additions and 1 deletions
2
top.py
2
top.py
|
@ -91,7 +91,7 @@ class SoC(Module):
|
|||
#
|
||||
self.submodules.asmicon = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
|
||||
asmiport_wb = self.asmicon.hub.get_port()
|
||||
asmiport_fb = self.asmicon.hub.get_port(2)
|
||||
asmiport_fb = self.asmicon.hub.get_port(3)
|
||||
self.asmicon.finalize()
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue