Closed scottj97 closed 4 years ago
Because the C code will store this register to memory, and if it's uninitialized, it could be 64'hx in RTL simulation, and that's generally not a good idea to be storing x's to memory.
Rather than the whack-a-mole thing, let's just initialize all the x-registers. I'll make a commit that subsumes this PR.
Because the C code will store this register to memory, and if it's uninitialized, it could be 64'hx in RTL simulation, and that's generally not a good idea to be storing x's to memory.