From 6fe48cf41ef0b0158879add600c7a426a5c4a762 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 24 Oct 2015 19:09:45 +0200 Subject: equiv_purge bugfix, using SigChunk in Yosys namespace --- kernel/yosys.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel') 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; -- cgit v1.2.3