Commit f2f9dc31 authored by Tristan Gingold's avatar Tristan Gingold

golden: be more verbose of in case error on genbuild.

parent f9f8b764
......@@ -35,7 +35,8 @@ modules = {
# Do not fail during hdlmake fetch
try:
exec(open(fetchto + "/general-cores/tools/gen_buildinfo.py").read())
except:
except Exception as e:
print("cannot execute gen_buildinfo: {}".format(e))
pass
syn_post_project_cmd = "$(TCL_INTERPRETER) syn_extra_steps.tcl $(PROJECT_FILE)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment