# Tiny Tapeout 6 Template Project
TinyTapeout is an educational project that makes it easier and cheaper
than ever to get your digital designs manufactured on a real chip.
Wokwi provides an easy way to create digital designs for Tiny Tapeout.
You create a design out of individual logic gates, and simulate them
with Wokwi to observe the result.
When your design is ready, you can submit it for manufacturing on a
physical chip with Tiny Tapeout.
To learn more, follow the tutorial at https://tinytapeout.com/digital_design/
Note: when creating your own project, please replace this text with information
about your projects: what it does and how to use it.
# Project: Spinner + hello world gates
This project is divided into two sub-proyects:
## Subproject 1: Spinner
An animation of a spinner rotating clockwise in the upper 4 segments. It
consist of 4 frames. On each frame only one segment is on
```
All segments Frame 1 frame 2 frame 3 frame4
---- -----
| | | |
| | | |
---- ------
| |
| |
----
```
## Subproject 2: Hello world gates
Demostration of the following combinational components, shown in the lower 4
segments:
1. A wire (Input: IN0 ---> output: OUT4)
2. Not gate (Input: IN1 --> output: OUT5 )
3. And gate (Inputs: IN2, IN3 --> Output: OUT6)
4. Or gate (Inputs: IN4, IN5 --> oUTPUT: OUT7)
The output of the components is shown in the three lower segments and the point
SW1 --> Connected to the point (wire)
SW2 --> Connected to segment 2 (not)
SW3, SW4 --> Connected to segment 3 (and)
SW5, SW6 --> Connected to segment 4 (or)
```
0
----
| |
5 | 6 | 1
----
| |
4 | | 2
----
3
```
Loading
tt-block-input
tt-block-input
Loading
tt-block-output
tt-block-output