1
1
# Tiny Tapeout project information
2
2
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
5
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
6
+ description : " Recives and transmits UART signal " # One line description of what your project does
7
7
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)
9
9
10
10
# 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
12
12
13
13
# 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 "
15
15
16
16
# List your project's source files here.
17
17
# Source files must be in ./src and you must list each source file separately, one per line.
@@ -23,24 +23,24 @@ project:
23
23
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).
24
24
pinout :
25
25
# 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] "
34
34
35
35
# 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] "
44
44
45
45
# Bidirectional pins
46
46
uio[0] : " "
0 commit comments