Skip to content

Commit

Permalink
drc markers are now saved in the db and no longer need to be loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Oct 17, 2024
1 parent c64e96e commit 3d2ce1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions flow/scripts/save_images.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ 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
}

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

0 comments on commit 3d2ce1b

Please sign in to comment.