axis_switch
Xilinx SDK Drivers API Documentation
axis_switch Documentation

This is the main header file for Xilinx AXI4-Stream Switch Control Router core. It is used for routing streams where masters in the system do not know final destination address.

Core Features

For a full description of AXI4-Stream Switch Control Router, please see the hardware specification.

Software Initialization & Configuration

The application needs to do following steps in order for preparing the AXI4-Stream Switch Control Router core to be ready.

Interrupts

This driver does not have interrupt mechanism.

Virtual Memory

This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.

Threads

This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.

Asserts

Asserts are used within all Xilinx drivers to enforce constraints on argument values. Asserts can be turned off on a system-wide basis by defining at compile time, the NDEBUG identifier. By default, asserts are turned on and it is recommended that users leave asserts on during development.

Building the driver

The XAXI4-Stream Switch driver is composed of several source files. This allows the user to build and link only those parts of the driver that are necessary.

MODIFICATION HISTORY:
Ver   Who Date     Changes
----- --- -------- --------------------------------------------------
1.00  sha 01/28/15 Initial release.