Skip to content

Commit

Permalink
[dv/chip] Add testunlock to strap test
Browse files Browse the repository at this point in the history
As mentioned in issue #17687, we can add testunlock lc state to the
strap test. And to avoid duplicate the test too many tests, we can use
`testunlock0` as an example.

Signed-off-by: Cindy Chen <[email protected]>
  • Loading branch information
cindychip committed Mar 29, 2023
1 parent 2155433 commit 788309b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/top_earlgrey/data/chip_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@
host (SV testbench) performs these stimulus / checks.
'''
stage: V2
tests: ["chip_tap_straps_dev", "chip_tap_straps_prod", "chip_tap_straps_rma"]
tests: ["chip_tap_straps_dev", "chip_tap_straps_prod", "chip_tap_straps_rma",
"chip_tap_straps_testunlock0"]
}

// PATTGEN (pre-verified IP) integration tests:
Expand Down
6 changes: 6 additions & 0 deletions hw/top_earlgrey/dv/chip_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,12 @@
run_opts: ["+use_otp_image=OtpTypeLcStDev"]
run_timeout_mins: 120
}
{
name: chip_tap_straps_testunlock0
uvm_test_seq: chip_tap_straps_vseq
en_run_modes: ["strap_tests_mode"]
run_opts: ["+use_otp_image=OtpTypeLcStTestUnlocked0"]
}
{
name: chip_tap_straps_rma
uvm_test_seq: chip_tap_straps_vseq
Expand Down

0 comments on commit 788309b

Please sign in to comment.