generated from TinyTapeout/tt06-wokwi-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yaml
47 lines (42 loc) · 1.36 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
46
47
# Tiny Tapeout project information (Wokwi project)
project:
wokwi_id: 395253869423084545 # Set this to the ID of your Wokwi project (the number from the project's URL)
title: "EFAB demo" # Project title
author: "Anton Maurovic" # Your name
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "Displays 'EFAB' on the 7seg display" # One line description of what your project does
language: "Wokwi" # other examples include SystemVerilog, Amaranth, VHDL, etc
clock_hz: 2 # Clock frequency in Hz (or 0 if not applicable)
# How many tiles your design occupies? A single tile is about 167x108 uM.
tiles: "1x1" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
# Inputs
ui[0]: "run"
ui[1]: ""
ui[2]: "state_init[0]"
ui[3]: "state_init[1]"
ui[4]: "state_init[2]"
ui[5]: "state_init[3]"
ui[6]: ""
ui[7]: "no_blink"
# Outputs
uo[0]: "led_a"
uo[1]: "led_b"
uo[2]: "led_c"
uo[3]: "led_d"
uo[4]: "led_e"
uo[5]: "led_f"
uo[6]: "led_g"
uo[7]: "dot"
# Bidirectional pins
uio[0]: ""
uio[1]: ""
uio[2]: ""
uio[3]: ""
uio[4]: ""
uio[5]: ""
uio[6]: ""
uio[7]: ""
# Do not change!
yaml_version: 6