Description
A rustic brick, glass, and wood greenhouse perfect for any cozy, overgrown setting.
Just put a few potted plants inside, some grass and vines outside, and in seconds you'll have a greenhouse that looks like it's been sitting there, barely attended to, for years.
Also, this is my first schematic uploaded to this site, I'm mainly just sharing this as a test :P
Related Schematics

Jumbo Airplane
An airplane loosely modeled after a Boeing 747 or other wide-body airliner. Perfect for airport or city related project.

Simple 16*8bits reg
Inspired on mattbatwings' design

8 bit barrel shifter version B
3 ticks, excluding input/output busleft shift, right shift, arithmetic right shift, rotate. version B has shift amount on the same height as data input, making it easier for using it in second operand. blue: data input, inverted, 15ss required purple: shift amount input, normal, 15ss required.keep in mind that doing a right shift by X is the same as doing a left shift by -X. please input the 2s complement if you want right shifts. yellow: output, normal, low output red: - disable left shift, use when only doing right shift- disable right shift, use when only doing left shift- disable sign extend, for use with arithmetic right shift