projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473997d
)
targets: fix mlabs_video FramebufferSoC
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 2 Mar 2015 17:38:43 +0000
(18:38 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 2 Mar 2015 17:38:43 +0000
(18:38 +0100)
targets/mlabs_video.py
patch
|
blob
|
history
diff --git
a/targets/mlabs_video.py
b/targets/mlabs_video.py
index c6e10c304d420a92732ed94b609449f1ff11a3c5..865b2d40857a085e47f470d36ad0383c77200b5f 100644
(file)
--- a/
targets/mlabs_video.py
+++ b/
targets/mlabs_video.py
@@
-142,7
+142,7
@@
class FramebufferSoC(MiniSoC):
def __init__(self, platform, **kwargs):
MiniSoC.__init__(self, platform, **kwargs)
pads_vga, pads_dvi = get_vga_dvi(platform)
- self.submodules.fb = framebuffer.Framebuffer(pads_vga, pads_dvi, self.
lasmix
bar.get_master())
+ self.submodules.fb = framebuffer.Framebuffer(pads_vga, pads_dvi, self.
sdram.cross
bar.get_master())
add_vga_tig(platform, self.fb)
default_subtarget = FramebufferSoC