Question: Initialize your data memory with D[1A] = 0x5678, and D[2A] = 0xCDEF. Develop a datapath and its testbench which asserts the proper input signals to
Initialize your data memory with D[1A] = 0x5678, and D[2A] = 0xCDEF. Develop a datapath and its testbench which asserts the proper input signals to do the following in its order given:
a)Load D[1A] into RF[2]
b)Load D[2A] into RF[4]
c)RF[8] = RF[2] RF[4]
d)RF[F] = RF[2] + RF[4]
e)Store RF[8] into D[3A]
f)Store RF[F] into D[4A]
please explain how to turn the a to f into a testbench
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
