projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2ac68
)
ProcessModule is no longer virtual (why was it in the first place?)
author
Andrew Zonenberg
<azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:18:09 +0000
(11:18 -0700)
committer
Andrew Zonenberg
<azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:18:09 +0000
(11:18 -0700)
passes/opt/rmports.cc
patch
|
blob
|
history
diff --git
a/passes/opt/rmports.cc
b/passes/opt/rmports.cc
index f08d7b12606bdc0e8c3e39d465d179e35ba3a394..39cef12e6c8cded6fbe44da289008132723dcab7 100644
(file)
--- a/
passes/opt/rmports.cc
+++ b/
passes/opt/rmports.cc
@@
-48,7
+48,7
@@
struct RmportsPassPass : public Pass {
ProcessModule(mod);
}
- v
irtual v
oid ProcessModule(RTLIL::Module* module)
+ void ProcessModule(RTLIL::Module* module)
{
log("Finding unconnected ports in module %s\n", module->name.c_str());