From 3ea7123c525c93b2b432c6805fe39add7b9c2a79 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 12 Jan 2025 23:29:31 +0200 Subject: [PATCH] docs(tt_um_tinytapeout_logo_screensaver): specify clock frequency --- projects/tt_um_tinytapeout_logo_screensaver/info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tt_um_tinytapeout_logo_screensaver/info.yaml b/projects/tt_um_tinytapeout_logo_screensaver/info.yaml index 112c6e9..3ce9850 100644 --- a/projects/tt_um_tinytapeout_logo_screensaver/info.yaml +++ b/projects/tt_um_tinytapeout_logo_screensaver/info.yaml @@ -5,7 +5,7 @@ project: discord: "urish" # Your discord username, for communication and automatically assigning you a Tapeout role (optional) description: "Tiny Tapeout Logo bouncing around the screen (640x480, TinyVGA Pmod)" # One line description of what your project does language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc - clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable) + clock_hz: 25175000 # Clock frequency in Hz (or 0 if not applicable) # How many tiles your design occupies? A single tile is about 167x108 uM. tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2