mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
leaks
This commit is contained in:
@@ -426,8 +426,10 @@ ConcreteCell::groupBusPorts(const char bus_brkt_left,
|
||||
int index1, index2;
|
||||
parseBusName(port1->name(), bus_brkts_left, bus_brkts_right, escape_,
|
||||
bus_name, index1);
|
||||
stringDelete(bus_name);
|
||||
parseBusName(port2->name(), bus_brkts_left, bus_brkts_right, escape_,
|
||||
bus_name, index2);
|
||||
stringDelete(bus_name);
|
||||
return index1 > index2;
|
||||
});
|
||||
ConcretePort *port = makeBusPort(bus_name, bus_port->from(),
|
||||
|
||||
@@ -235,6 +235,7 @@ Sdc::initVariables()
|
||||
max_area_ = 0.0;
|
||||
path_delays_without_to_ = false;
|
||||
clk_hpin_disables_valid_ = false;
|
||||
have_clk_slew_limits_ = false;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user