Skip to content

Commit

Permalink
top: use two slots for the framebuffer ASMI port
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jul 12, 2012
1 parent 58d1e8a commit b7aec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top.py
Expand Up @@ -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()

#
Expand Down

0 comments on commit b7aec21

Please sign in to comment.