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.

[Tricky] WLM RC calculations [Tricky]

Status
Not open for further replies.

ivlsi

Advanced Member level 3
Joined
Feb 17, 2012
Messages
883
Helped
17
Reputation
32
Reaction score
16
Trophy points
1,298
Activity points
6,868
Hi All,

Let's say we have the following WLM:

Code:
wire_load("WLM2") {
         fanout_length(  1, 1 );
         fanout_length(  2, 2 );
         fanout_capacitance( 1, 0.002 );
         fanout_capacitance( 2, 0.004 );
         fanout_resistance( 1, 0.01 );
         fanout_resistance( 2, 0.015 );
}

Required: calculate the net delay for a cell with fanout of 2.

Thank you!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top