projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97b90e
)
kernel: const Wire* overload -> Wire* !!!
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 26 Mar 2020 23:21:30 +0000
(16:21 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 26 Mar 2020 23:21:30 +0000
(16:21 -0700)
kernel/sigtools.h
patch
|
blob
|
history
diff --git
a/kernel/sigtools.h
b/kernel/sigtools.h
index 10b39a89e19d3537677daeb73967e97ddf971a5c..c631fa481dad7363f0b75d3b0cb62707880364db 100644
(file)
--- a/
kernel/sigtools.h
+++ b/
kernel/sigtools.h
@@
-300,7
+300,7
@@
struct SigMap
add(bit);
}
- inline void add(
const
Wire *wire) { return add(RTLIL::SigSpec(wire)); }
+ inline void add(Wire *wire) { return add(RTLIL::SigSpec(wire)); }
void apply(RTLIL::SigBit &bit) const
{