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 13dce60 + 97a463d commit dc8ae4aCopy full SHA for dc8ae4a
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
0 commit comments