vimalraj205
Member level 3
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.......................
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.......................