C_comp confusion

From: Steve Constable <steve@tundra.com>
Date: Tue Feb 15 2000 - 14:30:27 PST

I'm confused about C_comp. All of the data tables in an IBIS file are ordered as TYP, MIN then MAX.
But it looks like C_comp is ordered as TYP, MAX then MIN....that's were the confusion is.
The reason I think C_comp is ordered differently is that the MAX should have the smallest capacitance associated with it _not_ the greatest. In the example below (taken from the 21152_aa.ibs model from Intel), the C_comp has a max value of 0.50pF, this will slow down the I/O buffer (compared to the TYP case of 0.40pF), this contradicts what the rest of the model is trying achieve when the simulator is referring to the MAX columns (i.e. MAXimize speed).
Likewise I think the C_comp_min should be 0.50pF NOT what the model indicates as 0.30pF.
And the C_comp_max should be 0.30pF NOT 0.50pF as the model indicates.

Just in case I've not made myself all that clear....below I have added a line to the original C_comp line:

| TYP MIN MAX
[Temperature Range] 25.00 100.00 0.000
[Voltage Range] 3.30V 3.00V 3.60V
C_comp 0.40pF 0.30pF 0.50pF
| should be: C_comp 0.40pF 0.50pF 0.30pF
I.E swap the 0.30pF with the 0.50pF......

I've checked with several different models and they all seem to have C_comp as TYP,MAX,MIN
Even the IBIS spec has the MAX value as the largest and not the smallest capacitance...as below:
Vref = 0 |Timing specification test load voltage
| variable typ min max
C_comp 12.0pF 10.0pF 15.0pF

If that's the way the spec has it, then I guess everyone will follow the spec, but I'm still confused as to why the MAX parameter has the largest capacitance when the objective of using MAX is to get the fastest switching time possible.....

Any ideas or suggestions....?????

Steve Constable
Tundra Semiconductor

                               
    
Received on Tue Feb 15 14:31:48 2000

This archive was generated by hypermail 2.1.8 : Fri Jun 03 2011 - 09:53:47 PDT