Set_config(), Slave bfm, use the, Command a – Altera Mentor Verification IP Altera Edition AMBA AXI3/4TM User Manual

Page 94: Use the

Advertising
background image

Mentor VIP AE AXI3/4 User Guide, V10.2b

76

SystemVerilog AXI3 and AXI4 Slave BFMs
set_config()

September 2013

set_config()

This function sets the configuration of the slave BFM.

Prototype

// * = axi | axi4
function void set_config
(

input *_config_e config_name,
input *_max_bits_t config_val

);

Arguments

config_name

(AXI3) Configuration name:

AXI_CONFIG_SETUP_TIME
AXI_CONFIG_HOLD_TIME
AXI_CONFIG_MAX_TRANSACTION_TIME_FACTOR
AXI_CONFIG_TIMEOUT_MAX_DATA_TRANSFER
AXI_CONFIG_BURST_TIMEOUT_FACTOR
AXI_CONFIG_WRITE_CTRL_TO_DATA_MINTIME
AXI_CONFIG_MASTER_WRITE_DELAY
AXI_CONFIG_MASTER_DEFAULT_UNDER_RESET
AXI_CONFIG_SLAVE_DEFAULT_UNDER_RESET
AXI_CONFIG_ENABLE_ALL_ASSERTIONS
AXI_CONFIG_ENABLE_ASSERTION
AXI_CONFIG_MAX_LATENCY_AWVALID_ASSERTION_

TO_AWREADY

AXI_CONFIG_MAX_LATENCY_ARVALID_ASSERTION_

TO_ARREADY

AXI_CONFIG_MAX_LATENCY_RVALID_ASSERTION_

TO_RREADY

AXI_CONFIG_MAX_LATENCY_BVALID_ASSERTION_

TO_BREADY

AXI_CONFIG_MAX_LATENCY_WVALID_ASSERTION_

TO_WREADY

AXI_CONFIG_READ_DATA_REORDERING_DEPTH
AXI_CONFIG_SLAVE_START_ADDR
AXI_CONFIG_SLAVE_END_ADDR
AXI_CONFIG_MASTER_ERROR_POSITION
AXI_CONFIG_SUPPORT_EXCLUSIVE_ACCESS
AXI_CONFIG_MAX_OUTSTANDING_WR
AXI_CONFIG_MAX_OUTSTANDING_RD

Advertising