update test to accomodate mode/scene as tcl objects and not name string
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
5c68ce6b54
commit
3ab3337d1b
|
|
@ -14,7 +14,7 @@ report_checks > /dev/null
|
|||
|
||||
puts "--- Corner commands ---"
|
||||
set corner [sta::cmd_scene]
|
||||
puts "Corner name: $corner"
|
||||
puts "Corner name: [get_name $corner]"
|
||||
puts "Multi corner: [sta::multi_scene]"
|
||||
|
||||
puts "--- ClkSkew report with propagated clock ---"
|
||||
|
|
|
|||
Loading…
Reference in New Issue