mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 19:25: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
|
|
@ -82,6 +82,7 @@ extern std::set<std::string> yosys_input_files, yosys_output_files;
|
|||
// from kernel/version_*.o (cc source generated from Makefile)
|
||||
extern const char *yosys_version_str;
|
||||
extern const char *yosys_git_hash_str;
|
||||
extern const char *yosys_build_datetime_str;
|
||||
const char* yosys_maybe_version();
|
||||
|
||||
// from passes/cmds/design.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue