mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_sim: Update Video Framebuffer.
This commit is contained in:
parent
7bd98cf5d9
commit
67e8d77421
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ class SimSoC(SoCCore):
|
|||
video_pads = platform.request("vga")
|
||||
self.submodules.videophy = VideoGenericPHY(video_pads)
|
||||
self.add_video_framebuffer(phy=self.videophy, timings="640x480@60Hz", format="rgb888")
|
||||
self.videophy.comb += video_pads.valid.eq(~self.video_framebuffer.underflow)
|
||||
|
||||
# Video Terminal ---------------------------------------------------------------------------
|
||||
if with_video_terminal:
|
||||
|
|
Loading…
Reference in a new issue