Merge branch 'parallaxsw:master' into master
This commit is contained in:
commit
c1d2afc588
|
|
@ -95,7 +95,8 @@ Network::findPortsMatching(const Cell *cell,
|
|||
else {
|
||||
// bus[0]
|
||||
Port *port_bit = findBusBit(port, from);
|
||||
matches.push_back(port_bit);
|
||||
if (port_bit != nullptr)
|
||||
matches.push_back(port_bit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue