MCPcopy Index your code
hub / github.com/The-OpenROAD-Project/OpenLane / formNotFoundStatus

Function formNotFoundStatus

scripts/compare_regression_reports.py:482–485  ·  view source on GitHub ↗
(benchmark, regression_results)

Source from the content-addressed store, hash-verified

480 write("".join(output_report_list))
481
482 def formNotFoundStatus(benchmark, regression_results):
483 for design in benchmark.keys():
484 if design not in regression_results:
485 benchmark[design]["Status"] = "NOT FOUND"
486
487 formNotFoundStatus(benchmark, regression_results)
488

Callers 1

cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected