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:
parent
1909edfa9c
commit
6fef4b82a2
3 changed files with 32 additions and 14 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue