Skip to content

Commit

Permalink
Update info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AriellaE authored Nov 2, 2023
1 parent e7fb89e commit 930b586
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Tiny Tapeout project information
project:
wokwi_id: 0 # If using wokwi, set this to your project's ID
wokwi_id: 380197591775930369 # If using wokwi, set this to your project's ID

# If using an HDL, set wokwi_id as 0 and uncomment and list your source files here.
# Source files must be in ./src and you must list each source file separately
Expand All @@ -21,10 +21,10 @@ yaml_version: 4
#
# Here is a great example: https://github.com/davidsiaw/tt02-davidsiaw-stackcalc/blob/38c5647f83aad2aec675d566aa3d67b98f0aac81/info.yaml
documentation:
author: "" # Your name
title: "" # Project title
author: "Ariella Eliassaf" # Your name
title: "Blinking A" # Project title
language: "Wokwi" # other examples include Verilog, Amaranth, VHDL, etc
description: "" # Short description of what your project does
description: "Blink an A on the 7segment display" # Short description of what your project does

# Longer description of how the project works. You can use standard markdown format.
how_it_works: |
Expand Down Expand Up @@ -68,7 +68,7 @@ documentation:
# The following fields are optional
tag: "" # comma separated list of tags: test, encryption, experiment, clock, animation, utility, industrial, pwm, fpga, alu, microprocessor, risc, riscv, sensor, signal generator, fft, filter, music, bcd, sound, serial, timer, random number generator, calculator, decoder, counter, puzzle, multiplier, game, oscillator,
external_hw: "" # Describe any external hardware needed
discord: "" # Your discord handle, used for communication and automatically assigning tapeout role after a submission
discord: "ariella_e" # Your discord handle, used for communication and automatically assigning tapeout role after a submission
doc_link: "" # URL to longer form documentation, eg the README.md in your repository
clock_hz: 0 # Clock frequency in Hz (if required)
picture: "" # relative path to a picture in your repository (must be 512kb or less)

0 comments on commit 930b586

Please sign in to comment.