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.

Critical path delay with design compiler

Status
Not open for further replies.

ranjbar_7

Junior Member level 1
Joined
Jul 9, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,442
for finding the critical path delay i have used the report_timing comand in my script and i get ths result but i don't know which data is critical path delay?
data arrival time?

thanks in advance

Startpoint: data_in[0] (input port clocked by vclk)
Endpoint: output[1] (output port clocked by vclk)
Path Group: vclk
Path Type: max

Point Incr Path
-----------------------------------------------------------
clock vclk (rise edge) 0.00 0.00
clock network delay (ideal) 0.00 0.00
input external delay 0.00 0.00 f
data_in[0] (in) 0.00 0.00 f
U38/Y (NOR4XL) 0.31 0.31 r
U36/Y (NAND4XL) 0.15 0.46 f
U35/Y (NOR3XL) 0.24 0.71 r
U34/Y (NAND3XL) 0.28 0.99 f
U31/Y (AND2X1) 0.28 1.27 f
output[1] (out) 0.00 1.27 f
data arrival time 1.27

clock vclk (rise edge) 10.00 10.00
clock network delay (ideal) 0.00 10.00
output external delay -2.00 8.00
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top