3
0
Fork 0
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:
Clifford Wolf 2014-12-30 18:51:24 +01:00
parent ba43cf5807
commit 0675098733
4 changed files with 8 additions and 5 deletions

View file

@ -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;