mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 11:15:40 +00:00
Include build datetime in scl cache hash.
This commit is contained in:
parent
b88b73a99a
commit
b678c238e4
3 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
namespace Yosys {
|
||||
const char *yosys_version_str = "@YOSYS_BUILD_INFO@";
|
||||
const char *yosys_git_hash_str = "@YOSYS_CHECKOUT_INFO@";
|
||||
const char *yosys_build_datetime_str = __DATE__ " " __TIME__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue