top: use two slots for the framebuffer ASMI port
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 12 Jul 2012 17:40:49 +0000 (19:40 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 12 Jul 2012 17:40:49 +0000 (19:40 +0200)
top.py

diff --git a/top.py b/top.py
index 4e000cf2d9e32585c1d819437cf4f35faaa7d918..2a237960bed6e7d08dd301b2110c324258e3d23a 100644 (file)
--- a/top.py
+++ b/top.py
@@ -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()
        
        #