Avalon Verification IP Suite: User Guide

ID 683439
Date 2/17/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

15.3.3. write()

Prototype:

write()

Arguments:

Verilog HDL:

bit[CDT_ADDRESS_W-1:0] address

logic[DATA_W-1:0] data

VHDL:

bit[CDT_ADDRESS_W-1:0] address

logic[DATA_W-1:0] data

bfm_id

req_if(bfm_id)

Returns:

void

Description:

Overwrites the memory content at an address you specify.
Language support: Verilog HDL, VHDL