From b7aec21a47c8228be991678181fe03b57308d629 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 12 Jul 2012 19:40:49 +0200 Subject: [PATCH] top: use two slots for the framebuffer ASMI port --- top.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top.py b/top.py index 4e000cf2d..2a237960b 100644 --- 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() #