projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d89797
)
memory_share: fix stray brace
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Mar 2020 15:35:40 +0000
(08:35 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Mar 2020 15:35:40 +0000
(08:35 -0700)
passes/memory/memory_share.cc
patch
|
blob
|
history
diff --git
a/passes/memory/memory_share.cc
b/passes/memory/memory_share.cc
index 8b9d9a04d9177524f06ed2a5a4a80c0ecf51ebf9..c116fccf45daa5726e12e22e414b68cb6b80d241 100644
(file)
--- a/
passes/memory/memory_share.cc
+++ b/
passes/memory/memory_share.cc
@@
-666,7
+666,6
@@
struct MemoryShareWorker
// -------------
MemoryShareWorker(RTLIL::Design *design) : design(design), modwalker(design) {}
- }
void operator()(RTLIL::Module* module)
{