[dv] Fix regression compile error
Some regression has compile error due to `cip_env` null object for
edn_agent_cfg. This PR fix it by adding a gating logic `has_edn` before
assigning zero_delay to it.
Signed-off-by: Cindy Chen <chencindy@google.com>
diff --git a/hw/dv/sv/cip_lib/cip_base_env.sv b/hw/dv/sv/cip_lib/cip_base_env.sv
index e8b144d..cdee4da 100644
--- a/hw/dv/sv/cip_lib/cip_base_env.sv
+++ b/hw/dv/sv/cip_lib/cip_base_env.sv
@@ -34,7 +34,7 @@
cfg.m_alert_agent_cfg[i].alert_delay_max = 0;
end
- cfg.m_edn_pull_agent_cfg.zero_delays = 1;
+ if (cfg.has_edn) cfg.m_edn_pull_agent_cfg.zero_delays = 1;
end
// get vifs