projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d1e8a
)
top: use two slots for the framebuffer ASMI port
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Thu, 12 Jul 2012 17:40:49 +0000
(19:40 +0200)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Thu, 12 Jul 2012 17:40:49 +0000
(19:40 +0200)
top.py
patch
|
blob
|
history
diff --git
a/top.py
b/top.py
index 4e000cf2d9e32585c1d819437cf4f35faaa7d918..2a237960bed6e7d08dd301b2110c324258e3d23a 100644
(file)
--- 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()
#