[dv] Renable chip sanity test
This reenables chip level sanity test that was temporarily disabled due
to #2405, for which fixes now seem to be in place.
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 4d098e1..3a79cc6 100644
--- a/hw/top_earlgrey/dv/chip_sim_cfg.hjson
+++ b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
@@ -176,11 +176,10 @@
]
// List of regressions.
- // TODO #2405: Waiting for bug fixes in Ibex.
- // regressions: [
- // {
- // name: sanity
- // tests: ["chip_uart_tx_rx"]
- // }
- // ]
+ regressions: [
+ {
+ name: sanity
+ tests: ["chip_uart_tx_rx"]
+ }
+ ]
}