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.

any method to count flylines

Status
Not open for further replies.

simplybharath

Junior Member level 2
Joined
Apr 22, 2009
Messages
21
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,400
hi

i want no of datapaths going out from EBB's .. iam checking with flylines , is there any way to count the no of flylines going to some particular logic ....iam using IC compiler btw


thank you in advance
 

set alfi [size_of_collection [all_fanin -of [get_selection] ]]
set alfo [size_of_collection [all_fanout -of [get_selection] ]]
set ctr [expr $alfi +$alfo]
puts "$ctr fly lines are present for the selected object"

PS: You can configure the all_fanin/out command based on your requirement.Also,you can add this code to keybindings.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top