Get_config(), Example, Ation field with the – Altera Mentor Verification IP Altera Edition AMBA AXI4-Stream User Manual

Page 49: Ed by using a sequence of

Advertising
background image

SystemVerilog Slave BFM

get_config()

Mentor Verification IP AE AMBA AXI4-Stream User Guide, V10.3

49

April 2014

get_config()

This function gets the configuration of the slave BFM.

Example

get_config(AXI4STREAM_CONFIG_BURST_TIMEOUT_FACTOR);

Prototype

function axi4stream_max_bits_t get_config
(

input axi4stream_config_e config_name,

);

Arguments

config_name

Configuration name:

AXI4STREAM_CONFIG_SETUP_TIME
AXI4STREAM_CONFIG_HOLD_TIME
AXI4STREAM_CONFIG_BURST_TIMEOUT_FACTOR
AXI4STREAM_CONFIG_LAST_DURING_IDLE
AXI4STREAM_CONFIG_MAX_LATENCY_TVALID_ASSERTION_

TO_TREADY

AXI4STREAM_CONFIG_ENABLE_ALL_ASSERTIONS
AXI4STREAM_CONFIG_ENABLE_ASSERTION

Returns

config_val

See “

Slave BFM Configuration

” on page 44 for more details.

Advertising