Pre-quiz on fifth week's material.
Question 1: The book has a single wire named valE. HCL2D splits it into which of the following?
Select all that apply
Question 2: The book has a single wire named valM. HCL2D splits it into which of the following?
Select all that apply
Question 3: Suppose the instruction memory returned an addq
instruction. Where would we find rA?
Question 4: Suppose that you are debugging your processor and discover that bytes 0 through 7 of memory are being changed and should not be changed.
Which of the following could cause this bug?
Select all that apply
Question 5: Which of the following are illegal in HCL2D?
Select all that apply
Question 6: The following is legal HCL2D code:
wire a:8, b:8;
a = b;
b = 7;
When it is run, what will be the value of a
?