
3. (30 pts.) Implement the following ASM: Func(x, Y. Z, start, U, done) Input XIO:71, YIO:7. start: Output U[0:71 d...
3. (30 pts.) Implement the following ASM Func (X, Y, Z, start, U, done) X[O:7], Y[0:7], input start; .Output U[0:7], done Registers A(0:7], B[0:7], C[0:7); . Si: If start' goto S1; S2: A <= X 11 B <= Y 11 C <= (00000000) 11 done <= 0; S3: A <= Add (A, B) 11 C Inc (C); <= .S4: If A' [7] goto S3; · SS: U <= C 11 done <= 1 11 goto S1; end Func Design a...
Given the two dynamic systems S2 a ER Si has state r1, control u, and output y. S2 has state (x2, r3), control w and output z. (a) Draw a dynamic diagram of system S2 (b) Express the equations for S1 and S2 in matrix from and determine whether each system is controllable, observable. (c) These two systems are connected in series with w-y. The resulting system is called S3. Write down the matrix form of the equation for S3...
Design and implement a combinational circuit with four inputs w,x, y and z and four outputs A, B ,C and D using CMOS transistors. When the binary input is 0, 1, 2,3,4,5,6 or 7 the binary output is five greater than the input. When the binary input is 8,,10,11,12,13,14 or 15 the binary output is seven less than the input. for question (a) find the troth table for the inputs (ABCD) then implement using K-map to find the equations to...