Krzysztof Herman
09/08/2023, 1:32 PMdiff_spef
command, when calibrating the RCX rules generation.
89.7 7.0717 D LO -47.9 ref 3.7280 R LO -72.6 bounds: 13.5863 41.2144 L 162360 WC 1 V 0 netGndCap corner 0 ,M6:162360 20412 O8_M6oM3_W1640W1640_S04100S04100_2
I am using Cadence QRX as a reference extractor and sometimes I get enormous percentage differences, assuming that the first column stands for the difference. The flow I use is the followingMatt Liberty
09/10/2023, 4:25 AMfprintf(_diffOutFP,
"%4.1f %10.4f D %s %4.1f ref %10.4f R %s %4.1f bounds: %10.4f "
"%10.4f L %8d WC %3d V %3d %s corner %d %s ",
diffCap,
dbCap,
comp_db,
boundsPercent,
refCap,
comp_ref,
boundsPercentRef,
min_cap,
max_cap,
wlen,
wireCnt,
via_cnt,
ctype,
ii,
_ext->_tmpLenStats.c_str());
Krzysztof Herman
09/11/2023, 7:34 AM-coupling_threshold
does not reflect in the actual difference between the extracted values. Is it possible that there exists kind of systematic difference, which does not depend on how we actually perform extraction, and it dominates the difference
I attach a histogramKrzysztof Herman
09/11/2023, 8:32 AMTim Edwards
09/11/2023, 2:11 PMKrzysztof Herman
09/11/2023, 2:25 PMMatt Liberty
09/11/2023, 4:01 PMMatt Liberty
09/11/2023, 4:02 PMAustin Rovinski
09/11/2023, 9:20 PMKrzysztof Herman
09/12/2023, 5:32 AMAustin Rovinski
09/13/2023, 5:01 PM