top: use two slots for the framebuffer ASMI port
This commit is contained in:
parent
58d1e8a541
commit
b7aec21a47
2
top.py
2
top.py
|
@ -76,7 +76,7 @@ def get():
|
||||||
#
|
#
|
||||||
asmicon0 = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
|
asmicon0 = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
|
||||||
asmiport_wb = asmicon0.hub.get_port()
|
asmiport_wb = asmicon0.hub.get_port()
|
||||||
asmiport_fb = asmicon0.hub.get_port()
|
asmiport_fb = asmicon0.hub.get_port(2)
|
||||||
asmicon0.finalize()
|
asmicon0.finalize()
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue