3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-25 01:55:33 +00:00

timeest: Fix templating

This commit is contained in:
Martin Povišer 2024-05-31 19:07:10 +02:00 committed by Emily (aiju)
parent 4323d56b9e
commit c5e154e941

View file

@ -28,7 +28,7 @@
#include <limits>
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