3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Indentation

This commit is contained in:
Alain Dargelas 2024-11-18 18:55:26 -08:00
parent b69145e959
commit 501898df00

View file

@ -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