Skip to content
Snippets Groups Projects
Commit 116a9bf8 authored by Dimitris Lampridis's avatar Dimitris Lampridis
Browse files

[tools] update syndate field of buildinfo to include synthesis time as well

parent 1b74c39c
No related merge requests found
......@@ -24,6 +24,6 @@ with open("buildinfo_pkg.vhd", "w") as f:
f.write(' & "commit:{}" & LF\n'.format(commitid))
f.write(' & "syntool:{}" & LF\n'.format(tool))
f.write(' & "syndate:{}" & LF\n'.format(
time.strftime("%A, %B %d %Y", time.localtime())))
time.strftime("%F, %H:%M %Z", time.localtime())))
f.write(' & "synauth:{}" & LF;\n'.format(userid))
f.write('end buildinfo_pkg;\n')
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