Skip to content

Commit

Permalink
Update info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlamparter authored Nov 1, 2024
1 parent e2dbb6b commit 60fda14
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
description: "" # One line description of what your project does
wokwi_id: 413387014781302785 # Set this to the ID of your Wokwi project (the number from the project's URL)
title: "L display" #
author: "Matt Lamparter" #
discord: "" # none
description: "Displays "L" character on a 7 seg display when 00101111 entered on the input (and pressing the Step button to enable display)" # Displays "L" character on a 7 seg display when 00101111 entered on the input (and pressing the Step button to enable display)
language: "Wokwi" # other examples include SystemVerilog, Amaranth, VHDL, etc
clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable)

Expand All @@ -15,22 +15,22 @@ project:
# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
# Inputs
ui[0]: ""
ui[1]: ""
ui[2]: ""
ui[3]: ""
ui[4]: ""
ui[5]: ""
ui[6]: ""
ui[7]: ""
ui[0]: "IN0"
ui[1]: "IN1"
ui[2]: "IN2"
ui[3]: "IN3"
ui[4]: "IN4"
ui[5]: "IN5"
ui[6]: "IN6"
ui[7]: "IN7"

# Outputs
uo[0]: ""
uo[1]: ""
uo[2]: ""
uo[3]: ""
uo[4]: ""
uo[5]: ""
uo[3]: "OUT3"
uo[4]: "OUT4"
uo[5]: "OUT5"
uo[6]: ""
uo[7]: ""

Expand Down

0 comments on commit 60fda14

Please sign in to comment.