L- and H-Tile Avalon® Streaming and Single Root I/O Virtualization (SR-IOV) Intel® FPGA IP for PCI Express* User Guide

ID 683111
Date 4/23/2024
Public
Document Table of Contents

9.4.10.3. shmem_read Function

The shmem_read function reads data from the BFM shared memory.

Location

altpcietb_g3bfm_shmem.v

Syntax

data:= shmem_read(addr, length)

Arguments

addr

BFM shared memory starting address for reading data

length

Length, in bytes, of data read

Return

data

Data read from BFM shared memory.

This parameter is implemented as a 64-bit vector. length is 1- 8 bytes. If leng is less than 8 bytes, only the corresponding least significant bits of the returned data are valid.

Bits 7 down to 0 are read from the location specified by addr; bits 15 down to 8 are read from the addr+1 location, etc.