forked from TinyTapeout/tt02-submission-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yaml
46 lines (44 loc) · 2.23 KB
/
info.yaml
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
---
# TinyTapeout project information
project:
wokwi_id: 348381622440034899 # If using wokwi, set this to your project's ID
# source_files: # If using an HDL, set wokwi_id as 0 and uncomment and list your source files here. Source files must be in ./src
# - counter.v
# - decoder.v
# top_module: "timvgso_worm_in_a_maze" # put the name of your top module here, make it unique by prepending your github username
# As everyone will have access to all designs, try to make it easy for someone new to your design to know what
# it does and how to operate it.
#
# Here is an example: https://github.com/mattvenn/tinytapeout_m_segments/blob/main/info.yaml
#
# This info will be automatically collected and used to make a datasheet for the chip.
documentation:
author: "Tim Victor" # Your name
discord: "" # Your discord handle - make sure to include the # part as well
title: "Worm in a Maze" # Project title
description: "Animation demo on seven-segment LED" # Short description of what your project does
how_it_works: "A segmented worm travels along a pseudo-random path" # Longer description of how the project works
how_to_test: "Maximum clock divider will probably be best" # Instructions on how someone could test your project, include things like what buttons do what and how to set the clock if needed
external_hw: "" # Describe any external hardware needed
language: "wokwi" # other examples include Verilog, Amaranth, VHDL, etc
doc_link: "" # URL to longer form documentation, eg the README.md in your repository
clock_hz: 25 # Clock frequency in Hz (if required) we are expecting max clock frequency to be ~6khz. Provided on input 0.
picture: "" # relative path to a picture in your repository
inputs: # a description of what the inputs do
- clock
- disable auto-reset
- manual reset
- disable /16 clock divider ("turbo mode")
- display 2 or 3 worm segments
- none
- none
- none
outputs:
- LED segment a # a description of what the outputs do
- LED segment b
- LED segment c
- LED segment d
- LED segment e
- LED segment f
- LED segment g
- none