Answer from cs61c-eq (Nicholas Hwang 16732453) for Question 2 RegWrite is a signal that indicates whether or not the register will be written to on a given clock cycle. If it is asserted at a clock edge, the register is written to; if not, then no write can take place.