[SOLVED] report_timing -collection for tcl scripts

Status
Not open for further replies.

vimalraj205

Member level 3
Joined
Oct 11, 2011
Messages
65
Helped
16
Reputation
32
Reaction score
14
Trophy points
1,288
Activity points
1,670
hai friends


i am writing a tcl script using report_timing -collection -max_path 50 in encounter

when i set this to a variable and retrive it , its showing only one path but the same path repeated for 50 times


how to get the first 50 no .of different paths

set path [report_timing -collection -max_paths 50]]
foreach_in_collection path1 $path {
set launch [get_property $path1 launching_clock]
set capture [get_property $path1 capturing_clock]
set launch_clock [get_object_name $launch ]
set capture_clock [get_object_name $capture ]
puts $ launch_clock
puts $capture_clock
}


please help in this.......................
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…