# 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.

BCD2 7 segments converter

Input bits 0-4 (8 bit switch)
Output bits 0-8: 0-4 are goint to be binary output (red leds), 5-8 are gray output (green leds)

Least significant bit (LSB)=4
Most significat bit (MSB)=1

D=1=IN0=chocolate
C=2=IN1=green
B=3=IN2=yellow
A=4=IN3=blue

It successfullly displays 0-9