File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # TinyTapeout project information
3
+ #
4
+ # As everyone will have access to all designs, try to make it easy for someone new to your design to know what
5
+ # it does and how to operate it.
6
+ #
7
+ # This will be automatically collected and used to make a datasheet for the chip.
8
+ project :
9
+ author : " " # Your name
10
+ title : " " # Project title
11
+ description : " " # Short description of what your project does
12
+ how_it_works : " " # Longer description of how the project works
13
+ how_to_test : " " # Instructions on how someone could test your project, include things like what buttons do what and how to set the clock if needed
14
+ external_hw : " " # Describe any external hardware needed
15
+ doc_link : " " # URL to longer form documentation, eg the README.md in your repository
16
+ clock_hz : 0 # Clock frequency in Hz (if required)
17
+ language : " wokwi" # other examples include Verilog, Amaranth, VHDL, etc
18
+ wokwi_id : 0 # the wokwi ID
19
+ picture : " " # relative path to a picture in your repository
20
+ inputs : # a description of what the inputs do
21
+ - clock
22
+ - reset
23
+ - none
24
+ - none
25
+ - none
26
+ - none
27
+ - none
28
+ - none
29
+ outputs :
30
+ - segment a # a description of what the outputs do
31
+ - segment b
32
+ - segment c
33
+ - segment d
34
+ - segment e
35
+ - segment f
36
+ - segment g
37
+ - none
38
+
You can’t perform that action at this time.
0 commit comments