Skip to content

Wrong error message in uvm_reg_map::get_submap_offset #30

@RasmusGOlsen

Description

@RasmusGOlsen

function uvm_reg_addr_t uvm_reg_map::get_submap_offset(uvm_reg_map submap);
if (submap == null) begin
`uvm_error("REG/NULL","set_submap_offset: submap handle is null")
return -1;
end

Should be `uvm_error("REG/NULL","get_submap_offset: submap handle is null")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions