mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 12:23:39 +00:00
hashlib: declare YS_HASHING_VERSION = 1
This commit is contained in:
parent
1df8a3e64b
commit
0a525f38c2
2 changed files with 16 additions and 12 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <type_traits>
|
||||
#include <stdint.h>
|
||||
|
||||
#define YS_HASHING_VERSION 1
|
||||
|
||||
namespace hashlib {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue