Skip to content

Commit 89b1e8d

Browse files
authored
Update info.yaml
1 parent 3fc51e7 commit 89b1e8d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

info.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Tiny Tapeout project information
22
project:
3-
title: "" # Project title
4-
author: "" # Your name
3+
title: "ttsky25_se_opamps" # Project title
4+
author: "Kithmin Wickremasinghe" # 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: "TTSKY25b Low-power Single-ended Op-Amp tapeout from AICD Content" # One line description of what your project does
77
language: "Analog" # other examples include Verilog, 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.
1111
tiles: "1x2" # Valid values for analog projects: 1x2, 2x2
1212

1313
# How many analog pins does your project use?
14-
analog_pins: 2 # Valid values: 0 to 6
14+
analog_pins: 4 # Valid values: 0 to 6
1515
uses_3v3: false # Set to true if your project uses 3.3V (VAPWR) in addition to 1.8V (VDPWR)
1616

1717
# Your top module name must start with "tt_um_". Make it unique by including your github username:
18-
top_module: "tt_um_example"
18+
top_module: "tt_um_se_opamps"
1919

2020
# List your project's source files here. Source files must be in ./src and you must list each source file separately, one per line:
2121
source_files:
@@ -25,10 +25,10 @@ project:
2525
# This section is for the datasheet/website. Use descriptive names (e.g., RX, TX, MOSI, SCL, SEG_A, etc.).
2626
pinout:
2727
# Inputs
28-
ui[0]: ""
29-
ui[1]: ""
30-
ui[2]: ""
31-
ui[3]: ""
28+
ui[0]: "en_1"
29+
ui[1]: "en_2"
30+
ui[2]: "en_3"
31+
ui[3]: "en_4"
3232
ui[4]: ""
3333
ui[5]: ""
3434
ui[6]: ""
@@ -55,10 +55,10 @@ pinout:
5555
uio[7]: ""
5656

5757
# Analog pins - make sure to also set "analog_pins" above, else the pins won't be connected
58-
ua[0]: ""
59-
ua[1]: ""
60-
ua[2]: ""
61-
ua[3]: ""
58+
ua[0]: "vn"
59+
ua[1]: "vp"
60+
ua[2]: "iref"
61+
ua[3]: "vout"
6262
ua[4]: ""
6363
ua[5]: ""
6464

0 commit comments

Comments
 (0)