-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
uvm-core/src/reg/uvm_reg_map.svh
Lines 1499 to 1503 in 78c0654
| 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
Labels
bugSomething isn't workingSomething isn't working