top: use two slots for the framebuffer ASMI port

This commit is contained in:
Sebastien Bourdeauducq 2012-07-12 19:40:49 +02:00
parent 58d1e8a541
commit b7aec21a47
1 changed files with 1 additions and 1 deletions

2
top.py
View File

@ -76,7 +76,7 @@ def get():
#
asmicon0 = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
asmiport_wb = asmicon0.hub.get_port()
asmiport_fb = asmicon0.hub.get_port()
asmiport_fb = asmicon0.hub.get_port(2)
asmicon0.finalize()
#