Altera® AXI4 Bus Functional Model User Guides

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

2.5.2.1.2. Module axi4_stream_bfm_transmit_top

This module provides the definition for the class TransmitBFM.

//---------------------------------------------------------
// Top-level module for the AXI4 Stream Transmit BFM
//---------------------------------------------------------

module axi4_stream_bfm_transmit_top #(
   parameter AXI4_STREAMING_DATA_BUS_WIDTH = 32,
   parameter AXI4_STREAMING_TID_WIDTH = 12,
   parameter AXI4_STREAMING_TDEST_WIDTH = 12,
   parameter AXI4_STREAMING_TUSER_WIDTH = 12

) (
    axi4_stream_if.source axis
);