mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
top: use two slots for the framebuffer ASMI port
This commit is contained in:
parent
58d1e8a541
commit
b7aec21a47
1 changed files with 1 additions and 1 deletions
2
top.py
2
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()
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue