# Tiny Tapeout 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.
each and, or, xor, gate has one bit of A and one bit of B, the not gates have one bit of A each in them.
opdecode (decoding opsel)
00 EN_ADD
01 EN_AND
10 EN_OR
11 EN_NOT
gating each result with its enable line
(seperate for bit0 and bit1)
carry (and A1 and B1)
is_two