Skip to content
Open
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
26 changes: 13 additions & 13 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Tiny Tapeout project information (Wokwi project)
project:
wokwi_id: 0 # Set this to the ID of your Wokwi project (the number from the project's URL)
title: "" # Project title
author: "" # Your name
wokwi_id: 445719908334405633 # Set this to the ID of your Wokwi project (the number from the project's URL)
title: "Trabajo de circuito" # Project title
author: "Javier Arias" # Your name
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "" # One line description of what your project does
description: "Mi semaforo" # One line description of what your project does
language: "Wokwi" # other examples include SystemVerilog, Amaranth, VHDL, etc
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)
clock_hz: 1 # 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
Expand All @@ -26,14 +26,14 @@ pinout:
ui[7]: ""

# Outputs
uo[0]: ""
uo[1]: ""
uo[2]: ""
uo[3]: ""
uo[4]: ""
uo[5]: ""
uo[6]: ""
uo[7]: ""
uo[0]: "S0"
uo[1]: "S1"
uo[2]: "S2"
uo[3]: "S3"
uo[4]: "S4"
uo[5]: "S5"
uo[6]: "S6"
uo[7]: "S7"

# Bidirectional pins
uio[0]: ""
Expand Down