targets/radiona_ulx3s: Remove SDRAM underflows debug pin.

This commit is contained in:
Florent Kermarrec 2021-11-22 11:54:18 +01:00
parent b1817af8a8
commit 70c0dbb185
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class BaseSoC(SoCCore):
self.add_video_terminal(phy=self.videophy, timings="640x480@75Hz", clock_domain="hdmi")
if with_video_framebuffer:
self.add_video_framebuffer(phy=self.videophy, timings="640x480@75Hz", clock_domain="hdmi")
self.comb += platform.request("ext0p").eq(self.video_framebuffer.underflow) # FIXME: Remove, used to debug SDRAM underflows.
# SPI Flash --------------------------------------------------------------------------------
if with_spi_flash: