-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.yaml
More file actions
57 lines (49 loc) · 1 KB
/
info.yaml
File metadata and controls
57 lines (49 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Tiny Tapeout project information
project:
title: "SoilZ v1 Lock-In Impedance Analyzer"
author: "TechHU"
discord: ""
description: "1-bit IQ lock-in sigma-delta impedance analyzer for soil moisture, IHP SG13G2 130nm"
language: "Analog"
clock_hz: 0
tiles: "1x2"
analog_pins: 2
top_module: "tt_um_techhu_analog_trial"
source_files:
- "project.v"
pinout:
# Inputs (unused — pure analog design)
ui[0]: ""
ui[1]: ""
ui[2]: ""
ui[3]: ""
ui[4]: ""
ui[5]: ""
ui[6]: ""
ui[7]: ""
# Outputs (unused)
uo[0]: ""
uo[1]: ""
uo[2]: ""
uo[3]: ""
uo[4]: ""
uo[5]: ""
uo[6]: ""
uo[7]: ""
# Bidirectional pins (unused)
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: ""
# Analog pins
ua[0]: "Soil probe positive (H-bridge excitation + chopper sensing)"
ua[1]: "Soil probe negative (H-bridge excitation + chopper sensing)"
ua[2]: ""
ua[3]: ""
ua[4]: ""
ua[5]: ""
yaml_version: 6