Set_result_delay(), Set_result_err_inject(), Set_result_value() – Altera Avalon Verification IP Suite User Manual

Page 201: Signal_fatal_error

Advertising
background image

set_result_delay()

void set_result_delay()

Prototype:

Verilog HDL:

ci_data_t delay

VHDL:

ci_data_t delay

,

bfm_id

,

req_if(bfm_id)

Arguments:

void

Returns:

Sets the instruction result delay.

Description:

Verilog HDL, VHDL

Language support:

set_result_err_inject()

void set_result_err_inject()

Prototype:

Verilog HDL:

int err_inj

VHDL:

int err_inj

,

bfm_id

,

req_if

Arguments:

void

Returns:

Sets the instruction result to execute in pre-defined error.

Description:

Verilog HDL, VHDL

Language support:

set_result_value()

void set_result_value()

Prototype:

Verilog HDL:

ci_data_t value

VHDL:

ci_data_t value

,

bfm_id

,

req_if(bfm_id)

Arguments:

void

Returns:

Sets the instruction result.

Description:

Verilog HDL, VHDL

Language support:

signal_fatal_error

signal_fatal_error

Prototype:

Verilog HDL: None

VHDL: N.A.

Arguments:

void

Returns:

Notifies the testbench that a fatal error has occured in this module.

Description:

Verilog HDL

Language support:

Altera Corporation

Nios II Custom Instruction Slave BFM

Send Feedback

15-11

set_result_delay()

Advertising