mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
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__;
|
|
}
|