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. 1. Demonstrate multiplication a. Store productH in R14 and productL in R15.2. Demonstrate division. a. Store quotient in R14 and remainder in R15. Specification Inputs clk [1-bit] The system clock reset [1-bit] Resets the system to its initial conditions instruction [8-bit] The instruction from the ROM. Outputs address [8-bit] The instruction address from the program counter. Top Module Format top(clk, reset, instruction, pc) Submission You will submit the following on Blackboard: 1. A .v file containing your top module. 2. A .test.v file containing your testbench module. 3. 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!