Closed hussam-a closed 8 years ago
proposePC gets address of instruction that another instruction wanted to send the PC to, also the pointer to instruction is sent with it
implementation:
dynamic down cast to know type of instruction proposing the new PC check hazards and do what is supposed to do to PC
not implemented
a new method is used updatePC()
proposePC gets address of instruction that another instruction wanted to send the PC to, also the pointer to instruction is sent with it
implementation:
dynamic down cast to know type of instruction proposing the new PC check hazards and do what is supposed to do to PC