[source]

Class uvm_reg_mem_built_in_seq

uvm_pkg::uvm_reg_mem_built_in_seq + tests : bit[63:0] + type_name : string + __m_uvm_field_automation(): void + body() + create(): uvm_object + get_object_type(): uvm_object_wrapper + get_type(): type_id + get_type_name(): string

Inheritance Diagram of uvm_reg_mem_built_in_seq

Sequence that executes a user-defined selection of pre-defined register and memory test sequences.

Variables

Name

Type

Description

tests

bit[63:0]

The pre-defined test sequences to be executed.

Constructors

function new ( string name ) [source]

Tasks

virtual function body ( ) [source]

Executes any or all the built-in register and memory sequences. Do not call directly. Use seq.start() instead.