mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +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();
|
log_flush();
|
||||||
if (debug) {
|
if (debug) {
|
||||||
for (RTLIL::Wire* w : wires_to_remove) {
|
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);
|
module->remove(wires_to_remove);
|
||||||
// Update module port list
|
// Update module port list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue