Altera Mentor Verification IP Altera Edition AMBA AXI3/4TM User Manual

Page 507

Advertising
background image

VHDL AXI3 and AXI4 Monitor BFMs

Monitor BFM Configuration

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

487

September 2013

A monitor BFM has configuration fields that you can set via the

set_config()

function to

configure timeout factors, slave exclusive support, setup and hold times, etc. You can also get
the value of a configuration field via the

get_config()

function. The full list of configuration

fields is described in the table below.

**_ID_WIDTH

ID signal width in bits. This applies to the RID and WID signals.
Refer to the AMBA AXI Protocol specification for more details.
Default: 4.

AXI4_USER_WIDTH

(AXI4) User data signal width in bits. This applies to the
ARUSER, AWUSER, RUSER, WUSER and BUSER signals.
Refer to the AMBA AXI Protocol specification for more details.
Default: 8.

AXI4_REGION_MAP_SIZE

(AXI4) Region signal width in bits. This applies to the
ARREGION and AWREGION signals. Refer to the AMBA AXI
Protocol specification for more details. Default: 16.

Table 10-1. Signal Parameters (cont.)

Signal Width Parameter

Description

Advertising