Skip to content

Commit 6da6a2b

Browse files
Update info.yaml
Added ip and op pins
1 parent 43c15b6 commit 6da6a2b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

info.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Tiny Tapeout project information
22
project:
3-
title: "" # Project title
4-
author: "" # Your name
3+
title: "UART Transciever" # Project title
4+
author: "Dixon Mathews, Devanandan H, Bhadra J R, Neeta Sara Reji" # Your name
55
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
6-
description: "" # One line description of what your project does
6+
description: "Recives and transmits UART signal" # One line description of what your project does
77
language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
8-
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)
8+
clock_hz: 50 # 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: "1x2" # 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:
14-
top_module: "tt_um_example"
14+
top_module: "tt_um_vlsi"
1515

1616
# List your project's source files here.
1717
# Source files must be in ./src and you must list each source file separately, one per line.
@@ -23,24 +23,24 @@ project:
2323
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).
2424
pinout:
2525
# Inputs
26-
ui[0]: ""
27-
ui[1]: ""
28-
ui[2]: ""
29-
ui[3]: ""
30-
ui[4]: ""
31-
ui[5]: ""
32-
ui[6]: ""
33-
ui[7]: ""
26+
ui[0]: "tx_data[0]"
27+
ui[1]: "tx_data[1]"
28+
ui[2]: "tx_data[2]"
29+
ui[3]: "tx_data[3]"
30+
ui[4]: "tx_data[4]"
31+
ui[5]: "tx_data[5]"
32+
ui[6]: "tx_data[6]"
33+
ui[7]: "tx_data[7]"
3434

3535
# Outputs
36-
uo[0]: ""
37-
uo[1]: ""
38-
uo[2]: ""
39-
uo[3]: ""
40-
uo[4]: ""
41-
uo[5]: ""
42-
uo[6]: ""
43-
uo[7]: ""
36+
uo[0]: "rx_data[0]"
37+
uo[1]: "rx_data[1]"
38+
uo[2]: "rx_data[2]"
39+
uo[3]: "rx_data[3]"
40+
uo[4]: "rx_data[4]"
41+
uo[5]: "rx_data[5]"
42+
uo[6]: "rx_data[6]"
43+
uo[7]: "rx_data[7]"
4444

4545
# Bidirectional pins
4646
uio[0]: ""

0 commit comments

Comments
 (0)