ApiChanges
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
d42b821c00
commit
4fbe16e5a4
|
|
@ -197,7 +197,8 @@ PrimaDelayCalc::gateDelay(const Pin *drvr_pin,
|
|||
{
|
||||
ArcDcalcArgSeq dcalc_args;
|
||||
dcalc_args.emplace_back(nullptr, drvr_pin, nullptr, arc, in_slew, load_cap, parasitic);
|
||||
ArcDcalcResultSeq dcalc_results = gateDelays(dcalc_args, load_pin_index_map, scene, min_max);
|
||||
ArcDcalcResultSeq dcalc_results = gateDelays(dcalc_args, load_pin_index_map,
|
||||
scene, min_max);
|
||||
return dcalc_results[0];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
This file summarizes STA API changes for each release.
|
||||
|
||||
Release 3.0.0 2025/11/26
|
||||
Release 3.0.0 2025/01/03
|
||||
------------------------
|
||||
|
||||
OpenSTA now requires c++ 20.
|
||||
|
|
@ -33,7 +33,6 @@ Corner replaced by Scene
|
|||
mode()
|
||||
parasitics(min_max)
|
||||
DcalcAnalysisPt replaced by scene/min_min
|
||||
DcalcAnalysisPt replaced by scene/min_min
|
||||
PathAnalysisPt replaced by scene/min_min
|
||||
StaState::sdc_ moved to Mode
|
||||
StaState::sim_ moved to Mode
|
||||
|
|
|
|||
Loading…
Reference in New Issue