q1) You will design a system which calculates them to the power n where m and n are 32 bit inputs. (ie if m=2 n=3 result
Posted: Thu Jun 09, 2022 3:20 pm
q1) You will design a system which calculates them to the power n where m and n are 32 bit inputs. (ie if m=2 n=3 result should be 8) a) (10) Write the pseudo code or c code which calculates m to the power n and draw the high level fsm for the controller b) (30) Design the datapath c) (10) Convert high level fsm to regular fsm d) (30)Implement and test your system (which you specified above) q2) (20) Assume you have two switches and lamp. Design a system (determine the states and state transition diagram and state table etc) which turns lamp on (if lamp was off) or turns off (if the lamp was on) whenever any of the switches is pressed.