From 90bc71dd906935def78048e13e7c9f214af0486c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 29 Dec 2014 03:11:50 +0100 Subject: dict/pool changes in ast --- kernel/yosys.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel') diff --git a/kernel/yosys.h b/kernel/yosys.h index 700a0603d..c0004abce 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -159,6 +159,10 @@ namespace RTLIL { struct Monitor; } +namespace AST { + struct AstNode; +} + using RTLIL::IdString; using RTLIL::Const; using RTLIL::SigBit; @@ -174,12 +178,14 @@ namespace hashlib { template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; + template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; template<> struct hash_ops : hash_obj_ops {}; + template<> struct hash_ops : hash_obj_ops {}; } void memhasher_on(); -- cgit v1.2.3