mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
removed debug output
This commit is contained in:
parent
da8083dbd0
commit
55df7fff19
|
@ -642,7 +642,6 @@ RTLIL::Module::Module()
|
||||||
refcount_cells_ = 0;
|
refcount_cells_ = 0;
|
||||||
|
|
||||||
#ifdef WITH_PYTHON
|
#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));
|
RTLIL::Module::get_all_modules()->insert(std::pair<unsigned int, RTLIL::Module*>(hashidx_, this));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue