diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/yosys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index af849fca8..80346a47c 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<RTLIL::State> : hash_ops<int> {}; |