diff --git a/src/exportProject.ts b/src/exportProject.ts index 562b9d5..ec263ab 100644 --- a/src/exportProject.ts +++ b/src/exportProject.ts @@ -10,7 +10,7 @@ project: discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional) description: "" # One line description of what your project does language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc - clock_hz: 31500000 # 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