Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top