From 3d2ce1b37ce96bf5e73323fa62dedd99fd83567f Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Thu, 17 Oct 2024 06:53:18 -0700 Subject: [PATCH] drc markers are now saved in the db and no longer need to be loaded Signed-off-by: Matt Liberty --- flow/scripts/save_images.tcl | 5 ----- tools/OpenROAD | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flow/scripts/save_images.tcl b/flow/scripts/save_images.tcl index 15b467139e..6c195e34b5 100644 --- a/flow/scripts/save_images.tcl +++ b/flow/scripts/save_images.tcl @@ -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 diff --git a/tools/OpenROAD b/tools/OpenROAD index f9cfd9383c..2f10d9354a 160000 --- a/tools/OpenROAD +++ b/tools/OpenROAD @@ -1 +1 @@ -Subproject commit f9cfd9383c42c8076b19610e83130527b57d98c6 +Subproject commit 2f10d9354a91bb1bc4264625c22bdfacbb6c121b