Retrive_result(), Set_ci_clk_en(), Set_clock_enable_timeout() – Altera Avalon Verification IP Suite User Manual

Page 143: Set_instruction_a(), Set_instruction_b(), Set_instruction_c()

Advertising
background image

Chapter 1: Nios II Custom Instruction Master BFM

1–5

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

retrive_result()

set_ci_clk_en()

set_clock_enable_timeout()

set_instruction_a()

set_instruction_b()

set_instruction_c()

Prototype:

void retrive_result

.

Arguments:

output ci_data_t value.

output ci_data_t delay.

Returns:

void

.

Description:

A simplified API to remove and retrieve results.

Prototype:

void set_ci_clk_en()

.

Arguments:

bit enable.

Returns:

void

.

Description:

Sets the

ci_clk_en

signal synchronously with the clock.

Prototype:

void set_clock_enable_timeout()

.

Arguments:

int timeout.

Returns:

void

.

Description:

Sets the timeout value for the clock enable. Sets the value to

0

(zero)to disable timeouts.

Prototype:

void set_instruction_a()

.

Arguments:

ci_addr_t address.

Returns:

void

.

Description:

Sets the instruction register file address

a

value.

Prototype:

void set_instruction_b()

.

Arguments:

ci_addr_t address.

Returns:

void.

Description:

Sets the instruction register file address

b

value.

Prototype:

void set_instruction_c()

.

Arguments:

ci_addr_t address.

Returns:

void.

Description:

Sets the instruction register file address

c

value.

Advertising