report_clock_skew after report_checks -through
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
1d7bd5bafa
commit
80598f8390
|
|
@ -508,6 +508,8 @@ Search::deleteFilteredArrivals()
|
|||
|| from->instances()))
|
||||
|| thrus) {
|
||||
for (Vertex *vertex : *filtered_arrivals_) {
|
||||
if (isClock(vertex))
|
||||
clk_arrivals_valid_ = false;
|
||||
deletePaths(vertex);
|
||||
arrivalInvalid(vertex);
|
||||
requiredInvalid(vertex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue