battosai
Newbie level 4
- Joined
- Dec 12, 2012
- Messages
- 6
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Location
- Switzerland
- Activity points
- 1,340
Hello
I am currently composing a liberty timing file for an analog block to be used in a larger digital simulation. The pin description for most pins are only described by their direction, capacitance and rise_ -and fall_capacitance. What I can't figure out is how these latter values are defined? Should these values represent the equivalent capacitance that generates the same rise and fall times?
I am currently composing a liberty timing file for an analog block to be used in a larger digital simulation. The pin description for most pins are only described by their direction, capacitance and rise_ -and fall_capacitance. What I can't figure out is how these latter values are defined? Should these values represent the equivalent capacitance that generates the same rise and fall times?
Code C - [expand] 1 2 3 4 5 6 7 8 pin (AdcEnQxSI) { direction : input; capacitance : value; rise_capacitance : value; rise_capacitance_range (value_min, value_max); fall_capacitance : value; fall_capacitance_range (value_min, value_max); } /* End Pin */