Video and Image Processing Suite User Guide

ID 683416
Date 2/12/2021
Public

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

Document Table of Contents

A.3.13. av_mm_control_register

This class is instanced by objects of type c_av_mm_base_class to contain address and data information about a control register. The declaration for the av_mm_control_register class:
class c_av_mm_control_register;
Table 112.  Method Calls for av_mm_ control_register Class
Method Call Description
function new(int unsigned no_of_triggers); Constructor.
function void copy(c_av_mm_control_register c);
Table 113.  Members of av_mm_ control_register Class
Member Description
bit write;
int unsigned address;
int unsigned value;
int unsigned init_latency;
bit use_event;
event trigger[];
bit trigger_enable[];