mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
test: Apply review feedback - part4
Remove unnecessary catch blocks in network, parasitics, sdc, spice, and util test modules. Add report_checks after set_wire_load_model in parasitics_wireload.tcl to verify timing changes per wireload. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -61,13 +61,8 @@ set all_nets [get_nets *]
|
||||
puts "total nets: [llength $all_nets]"
|
||||
|
||||
foreach net_name {r1q r2q u1z u2z in1 in2 out clk1 clk2 clk3} {
|
||||
catch {
|
||||
set net [get_nets $net_name]
|
||||
puts "net $net_name: [get_full_name $net]"
|
||||
} msg
|
||||
if {$msg ne ""} {
|
||||
puts " (net $net_name: $msg)"
|
||||
}
|
||||
set net [get_nets $net_name]
|
||||
puts "net $net_name: [get_full_name $net]"
|
||||
}
|
||||
|
||||
#---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user