2) [10 marks] Using T flip-flops, implement a 3-bit register with one external input (x). When the external input \( x=0 \), the registers should rotate to the left by 1 bit, and when the external input \( x=1 \), the value in the register should increase by 1 . When creating your State Table, please put the flip-flop values before the external input (i.e., \( T_{2} T_{1} T_{0} x \) ). See the example on Pages 14-17 of Module 4, Topic 3 (marks will be deducted if you use a different ordering in your State Table). You need to show the State Table, K-maps and draw the sequential circuit (see Pages 14-17 of Module 4, Topic 3).