top: allocate one more ASMI port to framebuffer

This commit is contained in:
Sebastien Bourdeauducq 2013-03-28 20:46:00 +01:00
parent b603eaf7d4
commit 4dcec32010
1 changed files with 1 additions and 1 deletions

2
top.py
View File

@ -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()
#