projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7965e
)
kernel: Module::makeblackbox() to clear connections + delete wires last
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 14 Apr 2020 02:08:46 +0000
(19:08 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 14 May 2020 17:33:56 +0000
(10:33 -0700)
kernel/rtlil.cc
patch
|
blob
|
history
diff --git
a/kernel/rtlil.cc
b/kernel/rtlil.cc
index 196e301b6c04e20fd449f197cf0cafd96467f230..3e58968137f11fab529943160d3c388f5da5f95c 100644
(file)
--- a/
kernel/rtlil.cc
+++ b/
kernel/rtlil.cc
@@
-776,6
+776,7
@@
void RTLIL::Module::makeblackbox()
connections_.clear();
remove(delwires);
+
set_bool_attribute(ID::blackbox);
}