Skip to content

Commit 7ae2b4e

Browse files
test
1 parent e807959 commit 7ae2b4e

File tree

5 files changed

+4129
-36
lines changed

5 files changed

+4129
-36
lines changed

info.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Tiny Tapeout project information
22
project:
3-
title: "" # Project title
4-
author: "" # Your name
5-
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
6-
description: "" # One line description of what your project does
7-
language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
3+
title: "test" # Project title
4+
author: "test" # Your name
5+
discord: "test" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
6+
description: "test" # One line description of what your project does
7+
language: "SystemVerilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
88
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)
99

1010
# How many tiles your design occupies? A single tile is about 167x108 uM.
11-
tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
11+
tiles: "2x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
1212

1313
# Your top module name must start with "tt_um_". Make it unique by including your github username:
1414
top_module: "tt_um_example"
@@ -17,7 +17,7 @@ project:
1717
# Source files must be in ./src and you must list each source file separately, one per line.
1818
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
1919
source_files:
20-
- "project.v"
20+
- "project.vs"
2121

2222
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
2323
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).

src/project.v

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)