mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-04 19:31:00 +02:00
See #5895 for details. This commit does not include CI or documentation changes.
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
namespace Yosys {
|
|
const char *yosys_version_str = "@YOSYS_BUILD_INFO@";
|
|
const char *yosys_git_hash_str = "@YOSYS_CHECKOUT_INFO@";
|
|
}
|