1
0
mirror of synced 2026-05-25 14:36:42 +00:00
Files
YosysHQ.yosys/kernel/version.cc.in
Catherine 5f1d2297aa Migrate build system to CMake
See #5895 for details.

This commit does not include CI or documentation changes.
2026-05-19 14:37:53 +00:00

5 lines
134 B
C++

namespace Yosys {
const char *yosys_version_str = "@YOSYS_BUILD_INFO@";
const char *yosys_git_hash_str = "@YOSYS_CHECKOUT_INFO@";
}