[dvsim] Synthesis target integration
This adds the following features to dvsim:
- SynCfg for synthesis targets
- Dashboard for single synthesis runs (summaries from master configs are
not yet supported)
- Configuration and run / parsing scripts for wire-load-model-based
synthesis flow in DC
Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/util/dvsim/Deploy.py b/util/dvsim/Deploy.py
index a856218..e412c40 100644
--- a/util/dvsim/Deploy.py
+++ b/util/dvsim/Deploy.py
@@ -553,10 +553,16 @@
"tool_srcs": False,
"tool_srcs_dir": False,
+ # Flist gen
+ "sv_flist_gen_cmd": False,
+ "sv_flist_gen_dir": False,
+ "sv_flist_gen_opts": False,
+
# Build
"build_dir": False,
"build_cmd": False,
"build_opts": False,
+ "build_log": False,
# Report processing
"report_cmd": False,