Set_instruction_readrb(), Set_instruction_timeout(), Set_instruction_writerc() – Altera Avalon Verification IP Suite User Manual

Page 145: Set_max_instruction_queue_size(), Set_max_result_queue_size(), Set_min_instruction_queue_size()

Advertising
background image

Chapter 1: Nios II Custom Instruction Master BFM

1–7

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

set_instruction_readrb()

set_instruction_timeout()

set_instruction_writerc()

set_max_instruction_queue_size()

set_max_result_queue_size()

set_min_instruction_queue_size()

Prototype:

void set_instruction_readrb()

.

Arguments:

logic enable.

Returns:

void

.

Description:

Sets the instruction register file read

b

value.

Prototype:

void set_instruction_timeout()

.

Arguments:

int timeout.

Returns:

void

.

Description:

Sets the timeout value for an instruction. Sets the value to

0

(zero) to disable the

timeout.

Prototype:

void set_instruction_writerc()

.

Arguments:

logic enable.

Returns:

void

.

Description:

Sets the instruction register file write

c

value.

Prototype:

void set_max_instruction_queue_size(int size)

.

Arguments:

int size

.

Returns:

void

.

Description:

Sets the pending instruction queue size maximum threshold.

Prototype:

void set_max_result_queue_size(int size)

.

Arguments:

int size

.

Returns:

void

.

Description:

Sets the pending result queue size maximum threshold.

Prototype:

void set_min_instruction_queue_size(int size)

.

Arguments:

int size

.

Returns:

void

.

Description:

Sets the pending instruction queue size minimum threshold.

Advertising