Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4356 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/drt-mark-unordered

drt: mark routed nets as 'unordered' (ie order_wires is needed)
  • Loading branch information
maliberty authored Dec 7, 2023
2 parents abb5d5a + 5a460f4 commit aae7fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drt/src/io/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3204,6 +3204,7 @@ void io::Writer::updateDbConn(odb::dbBlock* block,
}
}
_wire_encoder.end();
net->setWireOrdered(false);
}
}
}
Expand Down

0 comments on commit aae7fc8

Please sign in to comment.