mirror of https://github.com/YosysHQ/yosys.git
5 lines
134 B
C++
5 lines
134 B
C++
|
|
namespace Yosys {
|
||
|
|
const char *yosys_version_str = "@YOSYS_BUILD_INFO@";
|
||
|
|
const char *yosys_git_hash_str = "@YOSYS_CHECKOUT_INFO@";
|
||
|
|
}
|