From: Clifford Wolf Date: Wed, 31 Dec 2014 02:55:13 +0000 (+0100) Subject: hotfix for ModInfo X-Git-Tag: yosys-0.5~167 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60f16e17afc81d8bbae722c13ef173329129494a;p=yosys.git hotfix for ModInfo --- diff --git a/kernel/modtools.h b/kernel/modtools.h index 558cc08b8..113b0918d 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)