[xbar/dv] Remove xbar_chip_sanity from CI
xbar/dv environment need major change due to inter-module signal for
Xbar. So remove the test until the test is prepared.
Signed-off-by: Eunchan Kim <eunchan@opentitan.org>
diff --git a/hw/ip/tlul/generic_dv/xbar_tests.hjson b/hw/ip/tlul/generic_dv/xbar_tests.hjson
index c46f44e..14a262d 100644
--- a/hw/ip/tlul/generic_dv/xbar_tests.hjson
+++ b/hw/ip/tlul/generic_dv/xbar_tests.hjson
@@ -164,7 +164,8 @@
regressions: [
{
name: sanity
- tests: ["xbar_{name}_sanity"]
+ // tests: ["xbar_{name}_sanity"]
+ tests: []
}
]
}
diff --git a/hw/top_earlgrey/dv/chip_sim_cfg.hjson b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
index 1d5b4cb..4d098e1 100644
--- a/hw/top_earlgrey/dv/chip_sim_cfg.hjson
+++ b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
@@ -36,7 +36,8 @@
"{proj_root}/hw/dv/data/tests/mem_tests.hjson",
"{proj_root}/hw/dv/data/tests/tl_access_tests.hjson",
// xbar tests
- "{proj_root}/hw/ip/tlul/generic_dv/xbar_tests.hjson"]
+ //"{proj_root}/hw/ip/tlul/generic_dv/xbar_tests.hjson"
+ ]
// Override the default vcs_cov_hier flag to supply chip specific coverage hierarchies.
overrides: [
diff --git a/hw/top_earlgrey/dv/tb/tb.sv b/hw/top_earlgrey/dv/tb/tb.sv
index cb70f9a..06d1a4d 100644
--- a/hw/top_earlgrey/dv/tb/tb.sv
+++ b/hw/top_earlgrey/dv/tb/tb.sv
@@ -223,6 +223,6 @@
end
assign cpu_d_tl_if.d2h = `CPU_HIER.tl_d_i;
- `include "../autogen/tb__xbar_connect.sv"
+ //`include "../autogen/tb__xbar_connect.sv"
endmodule