fix
This commit is contained in:
parent
ba805f67be
commit
741f690848
@ -797,7 +797,7 @@ void NgUltraPacker::pack_xrf_input_and_output(CellInfo *xrf, IdString cluster, I
|
|||||||
NetInfo *net_out = nullptr;
|
NetInfo *net_out = nullptr;
|
||||||
if (out_port != IdString()) {
|
if (out_port != IdString()) {
|
||||||
net_out = xrf->getPort(out_port);
|
net_out = xrf->getPort(out_port);
|
||||||
if (net_out->users.entries()==0) {
|
if (net_out && net_out->users.entries()==0) {
|
||||||
xrf->disconnectPort(out_port);
|
xrf->disconnectPort(out_port);
|
||||||
net_out = nullptr;
|
net_out = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user