3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

using pool<> in bitpattern.h

This commit is contained in:
Clifford Wolf 2014-12-30 23:45:43 +01:00
parent 1909edfa9c
commit 6fef4b82a2
3 changed files with 32 additions and 14 deletions

View file

@ -221,6 +221,10 @@ YOSYS_NAMESPACE_END
YOSYS_NAMESPACE_BEGIN
namespace hashlib {
template<> struct hash_ops<RTLIL::State> : hash_ops<int> {};
}
void yosys_setup();
void yosys_shutdown();