mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Indentation
This commit is contained in:
parent
b69145e959
commit
501898df00
1 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,8 @@ struct ReconstructBusses : public ScriptPass {
|
|||
log_flush();
|
||||
if (debug) {
|
||||
for (RTLIL::Wire* w : wires_to_remove) {
|
||||
std::cout << " " << w->name.c_str() << std::endl;
|
||||
}
|
||||
std::cout << " " << w->name.c_str() << std::endl;
|
||||
}
|
||||
}
|
||||
module->remove(wires_to_remove);
|
||||
// Update module port list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue