Skip to content

Commit

Permalink
Consistent DRC messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Dec 7, 2023
1 parent e7b2fb8 commit 0aa90d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tcl_commands/checkers.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ proc quit_on_magic_drc {args} {
puts_err "Total Number of violations is $checker"
throw_error
} else {
puts_info "No DRC violations after GDS streaming out."
puts_info "No Magic DRC violations after GDS streaming out."
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/2041-klayout-drc_good/issue_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
log_path = os.path.join(run_folder, "openlane.log")
assert (
subprocess.call(
["grep", "-i", "No DRC violations after GDS streaming out", log_path]
["grep", "-i", "No KLayout DRC violations after GDS streaming out", log_path]
)
== 0
), "OpenLane did not report the lack of DRC violations properly"

0 comments on commit 0aa90d8

Please sign in to comment.