Skip to content

Commit 17f106d

Browse files
committed
info.yaml
1 parent 1b00234 commit 17f106d

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ When the action is complete, you can [click here](https://github.com/mattvenn/wo
2828

2929
# What next?
3030

31+
* Update the [info.yaml](info.yaml) file. The info will be collected and used to make a datachip for the whole chip.
3132
* Share your GDS on twitter, tag it #tinytapeout and [link me](https://twitter.com/matthewvenn)!
3233
* [Submit it to be made](https://docs.google.com/forms/d/e/1FAIpQLSc3ZF0AHKD3LoZRSmKX5byl-0AzrSK8ADeh0DtkZQX0bbr16w/viewform?usp=sf_link)
3334
* [Join the community](https://discord.gg/rPK2nSjxy8)

info.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
# TinyTapeout project information
3+
#
4+
# As everyone will have access to all designs, try to make it easy for someone new to your design to know what
5+
# it does and how to operate it.
6+
#
7+
# This will be automatically collected and used to make a datasheet for the chip.
8+
project:
9+
author: "" # Your name
10+
title: "" # Project title
11+
description: "" # Short description of what your project does
12+
how_it_works: "" # Longer description of how the project works
13+
how_to_test: "" # Instructions on how someone could test your project, include things like what buttons do what and how to set the clock if needed
14+
external_hw: "" # Describe any external hardware needed
15+
doc_link: "" # URL to longer form documentation, eg the README.md in your repository
16+
clock_hz: 0 # Clock frequency in Hz (if required)
17+
language: "wokwi" # other examples include Verilog, Amaranth, VHDL, etc
18+
wokwi_id: 0 # the wokwi ID
19+
picture: "" # relative path to a picture in your repository
20+
inputs: # a description of what the inputs do
21+
- clock
22+
- reset
23+
- none
24+
- none
25+
- none
26+
- none
27+
- none
28+
- none
29+
outputs:
30+
- segment a # a description of what the outputs do
31+
- segment b
32+
- segment c
33+
- segment d
34+
- segment e
35+
- segment f
36+
- segment g
37+
- none
38+

0 commit comments

Comments
 (0)