[dv/common] intr coverage quick fix
Thanks to Weicai's help, we think we one of the illegal bin should be
legal, thus delete it.
diff --git a/hw/dv/sv/cip_lib/cip_base_env_cov.sv b/hw/dv/sv/cip_lib/cip_base_env_cov.sv
index 20e75e3..2750ead 100644
--- a/hw/dv/sv/cip_lib/cip_base_env_cov.sv
+++ b/hw/dv/sv/cip_lib/cip_base_env_cov.sv
@@ -27,8 +27,6 @@
cp_intr_en: coverpoint intr_en;
cp_intr_state: coverpoint intr_state;
cross cp_intr, cp_intr_test, cp_intr_en, cp_intr_state {
- illegal_bins test_0_state_1 = binsof(cp_intr_test) intersect {0} &&
- binsof(cp_intr_state) intersect {1};
illegal_bins test_1_state_0 = binsof(cp_intr_test) intersect {1} &&
binsof(cp_intr_state) intersect {0};
}