[top_earlgrey dv] Enabled DV with dvsim

- Tool updates to enable sw build using meson wihin dvsim
- SW based tests now passing at chip level
- Added chip_sim_cfg.hjson to the top_earlgrey sim cfgs set so that chip
level DV tests get run as a part of nightly and CI

Signed-off-by: Srikrishna Iyer <sriyer@google.com>
diff --git a/util/dvsim/Deploy.py b/util/dvsim/Deploy.py
index 95a4230..adb21d3 100644
--- a/util/dvsim/Deploy.py
+++ b/util/dvsim/Deploy.py
@@ -472,11 +472,14 @@
         self.fail_patterns = []
 
         self.mandatory_cmd_attrs = {
+            "proj_root": False,
             "uvm_test": False,
             "uvm_test_seq": False,
             "run_opts": False,
             "sw_dir": False,
             "sw_name": False,
+            "sw_build_device":False,
+            "sw_build_dir":False,
             "run_dir": False,
             "run_cmd": False,
             "run_opts": False