mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 01:14:06 +02:00
proc_redirect report_disabled_edges
- Allow `report_disabled_edges` to be redirected to file
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ proc report_pin_constant { pin } {
|
||||
|
||||
################################################################
|
||||
|
||||
proc report_disabled_edges {} {
|
||||
proc_redirect report_disabled_edges {
|
||||
foreach edge [disabled_edges_sorted] {
|
||||
if { [$edge role] == "wire" } {
|
||||
set from_pin_name [get_full_name [[$edge from] pin]]
|
||||
|
||||
Reference in New Issue
Block a user