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.

How to extract totall number of paths in a circuit?

Status
Not open for further replies.

ebrahimi.khoy

Member level 3
Member level 3
Joined
Dec 4, 2010
Messages
64
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Visit site
Activity points
1,736
Hi,

I am searching for a fast method to find total number of paths in a circuit during synthesis.
I am using design compiler and until now the only solution that I have is to write all paths in a file using following command

report_timing -nworst HUGE_NUMBER > file.txt

and then use a "grep slack file.txt | wc -l" to extract the total number.

But it is too timing consuming for large circuits.

Any idea?
 

It doesn't provide any information about total number of paths.

****************************************
Report : constraint
-max_delay
Design : b01
Version: G-2012.06-SP4
Date : Fri Mar 22 11:57:28 2013
****************************************

Weighted
Group (max_delay/setup) Cost Weight Cost
-----------------------------------------------------
clk 0.00 1.00 0.00
default 0.00 1.00 0.00
-----------------------------------------------------
max_delay/setup 0.00


Constraint Cost
-----------------------------------------------------
max_delay/setup 0.00 (MET)
 

How about report_net?

Thanks.

- - - Updated - - -

I'm sorry. it should be related to report_constraint as suggested by oratie.

Thanks.
 

On soc-encontre, the timeDesign command report the number of path analyze.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top