From 67e8d774211f5c8bc682168abd27f8c9b7bb7ca2 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 10 Mar 2023 13:33:55 +0100 Subject: [PATCH] tools/litex_sim: Update Video Framebuffer. --- litex/tools/litex_sim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litex/tools/litex_sim.py b/litex/tools/litex_sim.py index 8fcb37bb2..e7a950fb7 100755 --- a/litex/tools/litex_sim.py +++ b/litex/tools/litex_sim.py @@ -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: