mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 05:13:40 +00:00
added hashlib::mkhash_init
This commit is contained in:
parent
ba43cf5807
commit
0675098733
4 changed files with 8 additions and 5 deletions
|
@ -138,6 +138,7 @@ YOSYS_NAMESPACE_BEGIN
|
|||
using std::vector;
|
||||
using std::string;
|
||||
using hashlib::mkhash;
|
||||
using hashlib::mkhash_init;
|
||||
using hashlib::mkhash_add;
|
||||
using hashlib::mkhash_xorshift;
|
||||
using hashlib::hash_ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue