Question: Description Complete the instruction set architecture CPU from class to include all the instructions listed during class. Then, write two programs to test the functionality
Description Complete the instruction set architecture CPU from class to include all the instructions listed during class. Then, write two programs to test the functionality of your CPU. Demonstrate multiplication a Store productH in R and productL in R Demonstrate division. a Store quotient in R and remainder in R Specification Inputs clk bit The system clock reset bit Resets the system to its initial conditions instruction bit The instruction from the ROM. Outputs address bit The instruction address from the program counter. Top Module Format topclk reset, instruction, pc Submission You will submit the following on Blackboard: A v file containing your top module. A test.v file containing your testbench module. Two ROM memory files multiply.mem and divide.mem
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
