[chip dv xcelium] Add a dedicated regression target for Xcelium
THis adds a dedicated mini regression target for Xcelium that can
be invoked in presubmit CI.
Signed-off-by: Srikrishna Iyer <sriyer@google.com>
diff --git a/hw/top_earlgrey/dv/chip_sim_cfg.hjson b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
index fbee96c..5fe3ceb 100644
--- a/hw/top_earlgrey/dv/chip_sim_cfg.hjson
+++ b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
@@ -1129,5 +1129,10 @@
"chip_sw_sram_ctrl_main_scrambled_access_jitter_en"
]
}
+ {
+ name: xcelium_ci
+ tests: ["chip_plic_all_irqs"]
+ reseed: 1
+ }
]
}