Adjust to suit your needs - this is clobbering the spectre netlistProcedure (not sure why you'd do this, but hey ho): lib=ddGetObj("mylib") foreach(cell lib~>cells cdf=cdfGetBaseCellCDF(cell) when(cdf && cdf->simInfo->spectre->netlistProcedure printf("netlistProcedure is %L\n" cdf->simInfo->spectre->netlistProcedure) ; change it to whatever you want cdf->simInfo->spectre->netlistProcedure='doodah cdfSaveCDF(cdf) ) )
↧