Skip to content

Commit

Permalink
docs(tt_um_2048_vga_game): specify clock frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
urish authored Jan 12, 2025
1 parent 54e2710 commit ae7d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/tt_um_2048_vga_game/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project:
discord: "urish" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "Slide numbered tiles on a grid to combine them to create a tile with the number 2048." # 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: "3x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
Expand Down

0 comments on commit ae7d4de

Please sign in to comment.