We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c64e96e + a51bcba commit 97a463dCopy full SHA for 97a463d
flow/scripts/save_images.tcl
@@ -6,11 +6,11 @@ set height [[[ord::get_db_block] getBBox] getDY]
6
set height [ord::dbu_to_microns $height]
7
set resolution [expr $height / 1000]
8
9
-# Show the drc markers (if any)
10
-if {[file exists $::env(REPORTS_DIR)/5_route_drc.rpt] == 1} {
11
- 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
12
}
13
-
+
14
gui::clear_selections
15
16
# Setup initial visibility to avoid any previous settings
tools/OpenROAD
0 commit comments