Skip to content

Inconsistency in uvm_seqeuncer between IEEE 1800.2 2020 and implementation #32

@RasmusGOlsen

Description

@RasmusGOlsen

In the implementation of the uvm_sequencer constructor, the parent argument has a default assignment of null. What is the correct function definition?

The IEEE 1800.2-2020 section 15.5.2.1 says:

function new(string name, uvm_component parent)

extern function new (string name, uvm_component parent=null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions