Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A CPU has the same register set and memory access as the Very Simple CPU, but a different instruction set. a) Complete the ISA
A CPU has the same register set and memory access as the Very Simple CPU, but a different instruction set. a) Complete the ISA by specifying the four new instructions, their instruction codes, and their overall functions. You can choose any functions you wish, but you must include at least one instruction that gets an operand from memory and at least one instruction that does not. (10/50) b) Show the state diagram and RTL code for the CPU. (20/50) c) Design the register section, ALU, and control unit for the CPU. Include the hardware to generate all control signals. Feel free to start with the hardware for the Very Simple CPU and modify it for the new CPU. (15/50) d) Trace the fetch, decode, and execute cycles for each instruction to verify the CPU implements the ISA correctly. Your solution should follow the format of Table 6.4. (5/50)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started