Quiz on fifth week's material.
Question 1: Given the following HCL2D, which of the following signals are not initialized that need to be initialized in order for it to compile? Note that there may be other signals that need to be initialized beyond those listed here.
pc = 0;
reg_srcA = REG_RAX;
reg_dstE = REG_RBX;
When running a simulator created using HCL2D,
Question 2: (see above) If I want to have it pause between each step I give it
Question 3: (see above) If I want to see every wire's value I give it
Question 4: The minimal set of signals you need to set for a simulator to run contains which of the following?
Select all that apply