This commit is contained in:
James Cherry 2020-09-05 17:20:21 -07:00
parent 916072066d
commit b57fcf173e
2 changed files with 3 additions and 0 deletions

View File

@ -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(),

View File

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