projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b603eaf
)
top: allocate one more ASMI port to framebuffer
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Thu, 28 Mar 2013 19:46:00 +0000
(20:46 +0100)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Thu, 28 Mar 2013 19:46:00 +0000
(20:46 +0100)
top.py
patch
|
blob
|
history
diff --git
a/top.py
b/top.py
index e5b111783dc58d52a2bda60758d51e004ac55cd1..6a41c507c9f59bfb09abef5b8179252cb14e179d 100644
(file)
--- a/
top.py
+++ b/
top.py
@@
-91,7
+91,7
@@
class SoC(Module):
#
self.submodules.asmicon = asmicon.ASMIcon(sdram_phy, sdram_geom, sdram_timing)
asmiport_wb = self.asmicon.hub.get_port()
- asmiport_fb = self.asmicon.hub.get_port(
2
)
+ asmiport_fb = self.asmicon.hub.get_port(
3
)
self.asmicon.finalize()
#