[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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…