Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/The-OpenROAD-Project/OpenLane
/ write
Function
write
scripts/compare_regression_reports.py:442–443 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
440
with
open(output_report_file,
"w"
)
as
report_file:
441
442
def
write(*args, **kwargs):
443
print(*args, **kwargs, file=report_file)
444
445
if
testFail:
446
write(
"Failed"
)
Callers
1
cli
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected