From da923c198e770806a4abb749acc75fa337247920 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 25 Oct 2015 14:35:40 +0100 Subject: Added "equiv_add -cell" --- kernel/yosys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel') diff --git a/kernel/yosys.h b/kernel/yosys.h index af849fca..80346a47 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -169,7 +169,6 @@ namespace RTLIL { struct IdString; struct Const; struct SigBit; - struct SigChunk; struct SigSpec; struct Wire; struct Cell; @@ -185,7 +184,6 @@ namespace AST { using RTLIL::IdString; using RTLIL::Const; using RTLIL::SigBit; -using RTLIL::SigChunk; using RTLIL::SigSpec; using RTLIL::Wire; using RTLIL::Cell; @@ -244,6 +242,8 @@ YOSYS_NAMESPACE_END YOSYS_NAMESPACE_BEGIN using RTLIL::State; +using RTLIL::SigChunk; +using RTLIL::SigSig; namespace hashlib { template<> struct hash_ops : hash_ops {}; -- cgit v1.2.3