mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
timeest: Fix templating
This commit is contained in:
parent
4323d56b9e
commit
c5e154e941
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
||||||
USING_YOSYS_NAMESPACE
|
USING_YOSYS_NAMESPACE
|
||||||
template<> struct hash_ops<AigNode *> : hash_ptr_ops {};
|
template<> struct ::Yosys::hashlib::hash_ops<AigNode *> : Yosys::hashlib::hash_ptr_ops {};
|
||||||
|
|
||||||
PRIVATE_NAMESPACE_BEGIN
|
PRIVATE_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue