Altera® AXI4 Bus Functional Model User Guides

ID 838773
Date 5/19/2025
Public
Document Table of Contents

1.5.2. Altera® AXI4 Memory-Mapped BFM Reset API

Table 16.   Altera® AXI4 Memory-Mapped BFM Reset API
Altera® AXI4 API Component Class Property
m_reset() Manager BFM Resets the Manager BFM.
s_reset() Subordinate BFM Resets the Subordinate BFM.

API Name

m_reset()

Description

This function waits until the testbench puts the system into reset. Then this function initializes the BFM manager’s AXI4 bus and waits for system to come out of reset.

Usage

mgr_bfm.m_reset();

API Name

s_reset()

Description

This function waits until the testbench puts the system into reset. Then this function initializes the BFM subordinate's AXI4 bus and waits for system to come out of reset.

Usage

sub_bfm.s_reset();