Closed proppy closed 1 year ago
@RTimothyEdwards @jeffdi can we get a rought list of whats needed here, so that other people in the community can weight in to help?
I'd also like to help, but I'm not sure where to start :)
@proppy : We have the metal stackup drawing and dimensions from GF for all process stackups including the one used for gf180mcuD, and that includes the dimensions for high/low/nominal process corners. I have plugged all that information into my https://github.com/RTimothyEdwards/capiche system, which is cranking through it now. I am still debugging a few things but should have results and push the capiche update within a few days.
@RTimothyEdwards thanks for the update, is that https://github.com/RTimothyEdwards/capiche/commit/01dc26a9fcef2853f9af2f2815f6e644ccffb341? (the information you had to plug in capiche)
@proppy : I am very bothered by the fact that GF posts exactly the same resistance for both 0.9um and 1.1um thicknesses of the top metal. They also round off their dielectric constants to the nearest integer. It is, however, the best I have to go on at the moment.
In principle the capacitance per unit distance should change, and it's sloppiness on GF's part not to update it for the 1.1um thick metal. However, given the lack of precision in the various inputs, I don't think I could get a better number. There won't be much difference in capacitance between 0.9um and 1.1um thick metal, so the existing technology LEF file is probably okay to use.
@proppy : That's the commit ID of the most recently pushed code, but I just added the GF high and low process corners, and that's still local to my machine and has not been pushed yet.
I am very bothered by the fact that GF posts exactly the same resistance for both 0.9um and 1.1um thicknesses of the top metal
If those are in PERSQ
unit, should we expect to apply a multiplier that account for the THICKNESS
on top of it?
In the SkyWater case, the technology LEF file numbers were just plain wrong and didn't match their own published data. In the GF case, the technology LEF file numbers match the published data, which also states that the 0.9um and 1.1um thick metals have the same resistance. I don't want to second-guess GF without measurements to back up any assumptions.
As discussed in https://github.com/RTimothyEdwards/open_pdks/issues/342#issuecomment-1432256031, we need the magic parasitic extraction to account for the 11K variant.
Looking at https://github.com/RTimothyEdwards/open_pdks/blob/master/gf180mcu/magic/gf180mcu.tech#L3658-L3659 it seems that
0P9
and1P1
are currently assigned to the same resistance.@RTimothyEdwards is that the only place that needs "updating"?
We were looking at the techlef in the 7t library with @msaligane, and it seems that both the
RESISTANCE
andCAPACITANCE
and express inPERSQ
units: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0/blob/43beb45e4d323a76239de436db2df6732e9a689b/tech/gf180mcu_5LM_1TM_9K_7t_tech.lef#L275-L305 https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0/blob/43beb45e4d323a76239de436db2df6732e9a689b/tech/gf180mcu_5LM_1TM_11K_7t_tech.lef#L274-L304 Should we assume that the tools take into account theTHICKNESS
on top of this reference value in their calculation, or does that also need to be updated.