From: Sebastien Bourdeauducq Date: Thu, 12 Jul 2012 17:40:49 +0000 (+0200) Subject: top: use two slots for the framebuffer ASMI port X-Git-Tag: 24jan2021_ls180~3104 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7aec21a47c8228be991678181fe03b57308d629;p=litex.git top: use two slots for the framebuffer ASMI port --- diff --git a/top.py b/top.py index 4e000cf2..2a237960 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() #