summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-10-25 14:35:40 +0100
committerClifford Wolf <clifford@clifford.at>2015-10-25 14:35:40 +0100
commitda923c198e770806a4abb749acc75fa337247920 (patch)
treecc6393411425cd3d1af2d5bde2cb1c023bb18862 /kernel
parent83bd27bf6e7b632c78bd9d6741c42297c2819fdf (diff)
Added "equiv_add -cell"
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.h4
1 files changed, 2 insertions, 2 deletions
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<RTLIL::State> : hash_ops<int> {};