From 4dcec32010db8e6c26d4540bfb74e472bf0f1726 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 28 Mar 2013 20:46:00 +0100 Subject: [PATCH] top: allocate one more ASMI port to framebuffer --- top.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top.py b/top.py index e5b11178..6a41c507 100644 --- a/top.py +++ b/top.py @@ -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() # -- 2.30.2