Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project tt_um_mbkmicdec_ringosc (nurirfansyah/tt09-chipits03) #524

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/tt_um_mbkmicdec_ringosc/commit_id.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app": "custom_gds action",
"repo": "https://github.com/nurirfansyah/tt09-chipits03",
"commit": "32d3dbcc3f13b3daff14b407eba7fb5e1873a5ed",
"workflow_url": "https://github.com/nurirfansyah/tt09-chipits03/actions/runs/11767448490",
"commit": "02134ae49d876e39a9687cc175bad203fdb49c1c",
"workflow_url": "https://github.com/nurirfansyah/tt09-chipits03/actions/runs/11768429395",
"sort_id": 1731057588729,
"analog": true
}
6 changes: 3 additions & 3 deletions projects/tt_um_mbkmicdec_ringosc/docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ You can also include images in this folder and reference them in the markdown. E

## How it works

This is planned to contain a simple ADC.
komparator ini bekerja dengan memanfaatkan delay pafa delay element yang dikontrol oleh perbedaan tegangan pada input

## How to test

TBC
tinggal pasang aja

## External hardware

TBC
osiloskop
22 changes: 11 additions & 11 deletions projects/tt_um_mbkmicdec_ringosc/info.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Tiny Tapeout project information
project:
title: "AMS Chip ITS" # Project title
author: "Astria Nur Irfansyah" # Your name
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "ITS tinytapeout 3" # One line description of what your project does
title: "Time_Domain_Comparator_ITS" # Project title
author: "M Taufiqul Huda, Astria Irfansyah (ITS)" # Your name
discord: "mthudaa" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "delay and phase shift based comparator" # One line description of what your project does
language: "Analog" # other examples include Verilog, Amaranth, VHDL, etc
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)
clock_hz: 1000000 # Clock frequency in Hz (or 0 if not applicable)

# How many tiles your design occupies? A single tile is about 167x108 uM.
tiles: "1x2" # Valid values for analog projects: 1x2, 2x2

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

# Your top module name must start with "tt_um_". Make it unique by including your github username:
Expand All @@ -24,7 +24,7 @@ project:
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
# Inputs
ui[0]: ""
ui[0]: "CLK"
ui[1]: ""
ui[2]: ""
ui[3]: ""
Expand All @@ -34,8 +34,8 @@ pinout:
ui[7]: ""

# Outputs
uo[0]: ""
uo[1]: ""
uo[0]: "OUTN"
uo[1]: "OUTP"
uo[2]: ""
uo[3]: ""
uo[4]: ""
Expand All @@ -54,8 +54,8 @@ pinout:
uio[7]: ""

# Analog pins - make sure to also set "analog_pins" above, else the pins won't be connected
ua[0]: "out"
ua[1]: ""
ua[0]: "VINP"
ua[1]: "VINN"
ua[2]: ""
ua[3]: ""
ua[4]: ""
Expand Down
Binary file modified projects/tt_um_mbkmicdec_ringosc/tt_um_mbkmicdec_ringosc.gds
Binary file not shown.
Loading