Dear Nokta We have integrated AMS (0.35 um library) with Cadence. After schematic, when we go for layout we get 'pcellEvalFailed' . You seem to have found how to fix it by fixing "libInit.il". We have located the "libInit.il" file. This is the file contents. let( (AMS_LIB) AMS_LIB = strcat(getShellEnvVar("AMS_DIR") "/" getShellEnvVar("AMS_DB") "/HK_S35") if( !fboundp('rodlg_createTransistor) then printf( "Loading all available p-cell functions\n" ) load(strcat(AMS_LIB "/skill/ams_sdl.il")) ) if(isFile(strcat(AMS_LIB "/skill/ams_fluid_func.ils")) then load(strcat(AMS_LIB "/skill/ams_fluid_func.ils")) ) ; if if(isFile(strcat(AMS_DIR "/cds/HK_ALL/skill/ams_customParametersAsSpectre.il")) then load(strcat(AMS_DIR "/cds/HK_ALL/skill/ams_customParametersAsSpectre.il")) ) ; if ) what specifically we need to fix? Your help would be much appreciated. Thank you
↧