[full_chip,clkmgr] Bind clkmgr SVA in full chip
Signed-off-by: Guillermo Maturana <maturana@google.com>
diff --git a/hw/top_earlgrey/dv/chip_sim.core b/hw/top_earlgrey/dv/chip_sim.core
index 6ff59fe..b359896 100644
--- a/hw/top_earlgrey/dv/chip_sim.core
+++ b/hw/top_earlgrey/dv/chip_sim.core
@@ -15,6 +15,7 @@
depend:
- lowrisc:ip:tlul
- lowrisc:dv:chip_test
+ - lowrisc:dv:clkmgr_sva
- lowrisc:dv:pwrmgr_sva
- lowrisc:dv:rstmgr_sva
- lowrisc:dv:xbar_main_bind
diff --git a/hw/top_earlgrey/dv/chip_sim_cfg.hjson b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
index d890774..258f583 100644
--- a/hw/top_earlgrey/dv/chip_sim_cfg.hjson
+++ b/hw/top_earlgrey/dv/chip_sim_cfg.hjson
@@ -24,7 +24,8 @@
ral_spec: "{proj_root}/hw/top_earlgrey/data/top_earlgrey.hjson"
// Add additional tops for simulation.
- sim_tops: ["pwrmgr_bind",
+ sim_tops: ["clkmgr_bind",
+ "pwrmgr_bind",
"rstmgr_bind",
"xbar_main_bind",
"xbar_peri_bind"]