Answer from cs61c-ev (Roland Carlos 16583196) for Question 3 This will break the pipelining scheme since because every instruction will require use of data, we cannot start using pipelining to do another instruction because that would require us to use the now combined instruction/data memory module. But since we need data for the current instruction, we cannot load the next one, so we cannot pipeline.