
This project is modified from the "Holidays" tiny tapeout example. The output will be true for only 2 possible inputs (1-7), inputs 8 and bidirectional input 1 provide one extra option for your holiday.
The project output should be True for the following inputs (in order: [i0, i1, i2, i3, i4, i5, i6, i7, io0]): [0,1,1,0,0,1,0,1,0]; [1,0,0,1,1,0,1,1,0];[0,1,1,0,0,1,0,1,1]; [1,0,0,1,1,0,1,1,1];[0,1,1,0,0,1,0,0,1]; [1,0,0,1,1,0,1,0,1]
All other combinations of inputs should give False.
One LED for output
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | Beach | output or | Sunscreen |
| 1 | Mountains | ||
| 2 | Ski | ||
| 3 | Swim | ||
| 4 | Ice cream | ||
| 5 | Fondue | ||
| 6 | Tacos | ||
| 7 | Sun Burn |