projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fef4b8
)
hotfix for ModInfo
author
Clifford Wolf
<clifford@clifford.at>
Wed, 31 Dec 2014 02:55:13 +0000
(
03:55
+0100)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 31 Dec 2014 02:55:13 +0000
(
03:55
+0100)
kernel/modtools.h
patch
|
blob
|
history
diff --git
a/kernel/modtools.h
b/kernel/modtools.h
index 558cc08b8e524ce92443d6da1220491249e74810..113b0918d591b42c8aa7a394b44fd882e6e82e3c 100644
(file)
--- a/
kernel/modtools.h
+++ b/
kernel/modtools.h
@@
-70,7
+70,7
@@
struct ModIndex : public RTLIL::Monitor
SigMap sigmap;
RTLIL::Module *module;
-
dict
<RTLIL::SigBit, SigBitInfo> database;
+
std::map
<RTLIL::SigBit, SigBitInfo> database;
bool auto_reload_module;
void port_add(RTLIL::Cell *cell, RTLIL::IdString port, const RTLIL::SigSpec &sig)