mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added mkhash_xorshift()
This commit is contained in:
parent
dede5353b1
commit
a2226e5307
4 changed files with 38 additions and 13 deletions
|
@ -136,6 +136,7 @@ using std::vector;
|
|||
using std::string;
|
||||
using hashlib::mkhash;
|
||||
using hashlib::mkhash_add;
|
||||
using hashlib::mkhash_xorshift;
|
||||
using hashlib::hash_ops;
|
||||
using hashlib::hash_cstr_ops;
|
||||
using hashlib::hash_ptr_ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue