Avalon Verification IP Suite: User Guide

ID 683439
Date 2/17/2022
Public
Document Table of Contents

11.3.16. set_user_signal_per_symbol_data()

Prototype:

set_user_signal_per_symbol_data (“parity”, per_sym_data)

Arguments:

Verilog HDL:

  1. Name of PER_SYMBOL user signal as a string (example – “parity” in this case)
  2. Data value to be driven for the user signal, in this case per_sym_data is a bus that drives the data.

Returns:

void

Description:

Sets the value of input PER_SYMBOL user signal in out-going transaction. If there are multiple PER_SYMBOL user signals, the width of per_sym_data is the max value from all PER_SYMBOL user signals. One API call can drive data through one selected signal. Need to make multiple API calls for driving multiple signals.

Language Support:

Verilog HDL