ECE241F Lab 6
In class we have described a simple state machine to "recognize" when a serial stream of bits has the pattern "11." This is a machine that has three inputs: (reset, clock, and X, the data input) and one output, Y, which is set to 1 on the cycle following the "11" pattern. Part 1 of the lab is based on this.