projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8083d
)
removed debug output
author
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Mon, 9 Jul 2018 14:02:10 +0000
(16:02 +0200)
committer
Benedikt Tutzer
<e1225461@student.tuwien.ac.at>
Mon, 9 Jul 2018 14:02:10 +0000
(16:02 +0200)
kernel/rtlil.cc
patch
|
blob
|
history
diff --git
a/kernel/rtlil.cc
b/kernel/rtlil.cc
index df6e0af62b48dc3aa1ce30e2dc46f88fad359566..5cef902065516f64be2ad9481ef4e8c26ccc23dd 100644
(file)
--- a/
kernel/rtlil.cc
+++ b/
kernel/rtlil.cc
@@
-642,7
+642,6
@@
RTLIL::Module::Module()
refcount_cells_ = 0;
#ifdef WITH_PYTHON
- std::cout << "inserting module with name " << this->name.c_str() << "\n";
RTLIL::Module::get_all_modules()->insert(std::pair<unsigned int, RTLIL::Module*>(hashidx_, this));
#endif
}