Homework 10 -- due before class on Monday, April 6th. In addition to your lab this week, you are to run the following 4 cases within a sequential always block and discuss the CIRCUIT that is generated. Hand this in IN CLASS on Monday, April 6th. Case 1: D=Input; C=D; B=C; A=B; Case 2: A=B; B=C; C=D; D=Input; Case 3: D<=Input; C<=D; B<=C; A<=B; Case 2: A<=B; B<=C; C<=D; D<=Input;