11# Tiny Tapeout project information
22project :
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.).
2626pinout :
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