mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-31 18:14:47 +02:00
write_timing_model leak
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -209,6 +209,7 @@ MakeTimingModel::makePorts()
|
||||
float load_cap = graph_delay_calc_->loadCap(pin, dcalc_ap);
|
||||
lib_bit_port->setCapacitance(load_cap);
|
||||
}
|
||||
delete member_iter;
|
||||
}
|
||||
else {
|
||||
LibertyPort *lib_port = lib_builder_->makePort(cell_, port_name);
|
||||
|
||||
Reference in New Issue
Block a user