Skip to content

Commit

Permalink
[sysrst_ctrl] Match test name with vseq name
Browse files Browse the repository at this point in the history
Signed-off-by: Marno van der Maas <[email protected]>
  • Loading branch information
marnovandermaas authored and cindychip committed Feb 3, 2023
1 parent ff789ab commit 05efd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/ip/sysrst_ctrl/data/sysrst_ctrl_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
* Set the override value to the output signal via PIN_OUT_VALUE register.
'''
stage: V2
tests: ["sysrst_ctrl_override_test"]
tests: ["sysrst_ctrl_pin_override_test"]
}

{
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/sysrst_ctrl/dv/sysrst_ctrl_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
uvm_test_seq: sysrst_ctrl_pin_access_vseq
}
{
name: sysrst_ctrl_override_test
name: sysrst_ctrl_pin_override_test
uvm_test_seq: sysrst_ctrl_pin_override_vseq
}
{
Expand Down

0 comments on commit 05efd89

Please sign in to comment.