mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
4 lines
134 B
C++
4 lines
134 B
C++
namespace Yosys {
|
|
const char *yosys_version_str = "@YOSYS_BUILD_INFO@";
|
|
const char *yosys_git_hash_str = "@YOSYS_CHECKOUT_INFO@";
|
|
}
|