diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/yosys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index 6aacd4d54..af849fca8 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -169,6 +169,7 @@ namespace RTLIL { struct IdString; struct Const; struct SigBit; + struct SigChunk; struct SigSpec; struct Wire; struct Cell; @@ -184,6 +185,7 @@ namespace AST { using RTLIL::IdString; using RTLIL::Const; using RTLIL::SigBit; +using RTLIL::SigChunk; using RTLIL::SigSpec; using RTLIL::Wire; using RTLIL::Cell; |