Skip to content

Commit

Permalink
initial project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdooks-ct committed Jun 15, 2023
1 parent f8ef268 commit 298e8ce
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# TinyTapeout project information
project:
wokwi_id: 0 # If using wokwi, set this to your project's ID
wokwi_id: 367059922688346113 # 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 @@ -22,10 +22,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: "Ben Dooks" # Your name
title: "LED chaser 1" # Project title
language: "Wokwi" # other examples include Verilog, Amaranth, VHDL, etc
description: "" # Short description of what your project does
description: "Simple LED chaser which goes two ways" # Short description of what your project does

# Longer description of how the project works. You can use standard markdown format.
how_it_works: |
Expand All @@ -37,8 +37,8 @@ documentation:
# A description of what the inputs do (e.g. red button, SPI CLK, SPI MOSI, etc).
inputs:
- none
- none
- clock
- reset
- none
- none
- none
Expand All @@ -47,17 +47,18 @@ documentation:
- none
# A description of what the outputs do (e.g. status LED, SPI MISO, etc)
outputs:
- segment a
- segment b
- segment c
- segment d
- segment e
- segment f
- segment g
- dot
- led 1
- led 2
- led 3
- led 4
- led 5
- led 6
- led 7
- led 8
# A description of what the bidirectional I/O pins do (e.g. I2C SDA, I2C SCL, etc)
bidirectional:
- none
- led 9
- led 10
- none
- none
- none
Expand Down

0 comments on commit 298e8ce

Please sign in to comment.