Previous - Up - Next

SIM_instruction_stalling_mem_op()

NAME
SIM_instruction_stalling_mem_op — get stalling mem op

SYNOPSIS
generic_transaction_t *
SIM_instruction_stalling_mem_op(instruction_id_t ii);

DESCRIPTION
Returns the memory transaction that the instruction with id ii is currently stalling on. If there is no stalling transaction NULL is returned.

EXCEPTIONS
Index Thrown if ii is illegal.
RETURN VALUE
The stalling memory transaction or NULL if the instruction is not stalling.

Previous - Up - Next