- 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 1 (61.53 KiB) Viewed 192 times
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.