rm report_arrival_entries
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
9065d915db
commit
9ccaa8c9bf
|
|
@ -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
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue