mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
rm report_arrival_entries
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -1099,32 +1099,6 @@ set_use_default_arrival_clock(bool enable)
|
||||
Sta::sta()->setUseDefaultArrivalClock(enable);
|
||||
}
|
||||
|
||||
// For regression tests.
|
||||
void
|
||||
report_arrival_entries()
|
||||
{
|
||||
Sta *sta = Sta::sta();
|
||||
Search *search = sta->search();
|
||||
search->arrivalIterator()->reportEntries();
|
||||
}
|
||||
|
||||
// For regression tests.
|
||||
void
|
||||
report_required_entries()
|
||||
{
|
||||
Sta *sta = Sta::sta();
|
||||
Search *search = sta->search();
|
||||
search->requiredIterator()->reportEntries();
|
||||
}
|
||||
|
||||
// For regression tests.
|
||||
void
|
||||
levelize()
|
||||
{
|
||||
Sta *sta = Sta::sta();
|
||||
sta->levelize()->findLevels();
|
||||
}
|
||||
|
||||
%} // inline
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user