Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drc markers are now saved in the db and no longer need to be loaded #2475

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions flow/scripts/save_images.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ set height [[[ord::get_db_block] getBBox] getDY]
set height [ord::dbu_to_microns $height]
set resolution [expr $height / 1000]

# Show the drc markers (if any)
if {[file exists $::env(REPORTS_DIR)/5_route_drc.rpt] == 1} {
gui::load_drc $::env(REPORTS_DIR)/5_route_drc.rpt
set markerdb [[ord::get_db_block] findMarkerCategory DRC]
if {$markerdb != "NULL" && [$markerdb getMarkerCount] > 0} {
gui::select_marker_category $markerdb
}

gui::clear_selections

# Setup initial visibility to avoid any previous settings
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 265 files
Loading