From bfb97b199b8b1c08b0a9a1b9776b33d9732a3542 Mon Sep 17 00:00:00 2001 From: Basit Mehmood Date: Thu, 18 Jan 2024 12:30:17 +0500 Subject: [PATCH] [RV_DM] rv_dm_jtag_dtm_hard_reset_vseq This test verify that after performing the operation of hard reset the debug module still responds correctly. Signed-off-by: Basit Mehmood --- hw/ip/rv_dm/dv/rv_dm_sim_cfg.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ip/rv_dm/dv/rv_dm_sim_cfg.hjson b/hw/ip/rv_dm/dv/rv_dm_sim_cfg.hjson index 9fe2290a3ca0f..a23f9fae4847f 100644 --- a/hw/ip/rv_dm/dv/rv_dm_sim_cfg.hjson +++ b/hw/ip/rv_dm/dv/rv_dm_sim_cfg.hjson @@ -247,7 +247,7 @@ } { name: rv_dm_jtag_dtm_hard_reset - uvm_test_seq: rrv_dm_jtag_dtm_hard_reset_vseq + uvm_test_seq: rv_dm_jtag_dtm_hard_reset_vseq reseed: 2 } ]