From 60f16e17afc81d8bbae722c13ef173329129494a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 31 Dec 2014 03:55:13 +0100 Subject: hotfix for ModInfo --- kernel/modtools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/modtools.h b/kernel/modtools.h index 558cc08b..113b0918 100644 --- a/kernel/modtools.h +++ b/kernel/modtools.h @@ -70,7 +70,7 @@ struct ModIndex : public RTLIL::Monitor SigMap sigmap; RTLIL::Module *module; - dict database; + std::map database; bool auto_reload_module; void port_add(RTLIL::Cell *cell, RTLIL::IdString port, const RTLIL::SigSpec &sig) -- cgit v1.2.3