Intel® Arria® 10 and Intel® Cyclone® 10 GX Avalon® Memory-Mapped (Avalon-MM) Interface for PCI Express* User Guide

ID 683724
Date 11/29/2023
Public
Document Table of Contents

13.5.10.2. shmem_write Task

The shmem_write procedure writes data to the BFM shared memory.

Location

altpcietb_bfm_shmem.v

Syntax

shmem_write(addr, data, leng)

Arguments

addr

BFM shared memory starting address for writing data

data

Data to write to BFM shared memory.

This parameter is implemented as a 64‑bit vector. leng is 1–8 bytes. Bits 7 down to 0 are written to the location specified by addr; bits 15 down to 8 are written to the addr+1 location, etc.

length

Length, in bytes, of data written