top: allocate one more ASMI port to framebuffer
This commit is contained in:
parent
b603eaf7d4
commit
4dcec32010
2
top.py
2
top.py
|
@ -91,7 +91,7 @@ class SoC(Module):
|
||||||
#
|
#
|
||||||
self.submodules.asmicon = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
|
self.submodules.asmicon = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
|
||||||
asmiport_wb = self.asmicon.hub.get_port()
|
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()
|
self.asmicon.finalize()
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue