Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAFAIK, an instruction can use registers that are modified by the previous one (at least for calculations, maybe when used as an address in a load or store instruction this might cause a hazard and thus stall the pipeline).
So there seems to be a shortcut for the register values and they don't need to be physically saved before being read by the next instruction. -Michael