================================== HiSIM_HV 1.1.1 Bug-fix Information ================================== April 17, 2009 HiSIM Research Center, Hiroshima University [ Known Bug(s) ] : Bug-fixes will be done in the next release. (1) A temperature derivative "cnst0overs_dT" was missing. (reported by Cadence Design Systems) Please apply following patch to fix it: /*-------------------------------------------------------------------------------*/ hsmhvtemp_eval.h --- HiSIM_HV 1.1.1 +++ bug-fixed version @@ -137,6 +137,9 @@ } if ( pParam->HSMHV_novers != 0.0 ) { here->HSMHV_cnst0overs = here->HSMHV_cnst0 * sqrt( pParam->HSMHV_novers / here->HSMHV_nsub ) ; +#ifdef HSMHVEVAL + cnst0overs_dT = cnst0_dT * sqrt( pParam->HSMHV_novers / here->HSMHV_nsub ) ; +#endif /* ps0ldinib : Ps0_iniB for Ps0LD */ T1 = here->HSMHV_cnst0overs * model->HSMHV_tox / here->HSMHV_cecox ; T2 = model->HSMHV_novers / Nin ; /*-------------------------------------------------------------------------------*/ (2) NF dependence of the junction diode currents/charges model is not compatible to the latest HiSIM2. (reported by Cadence Design Systems) Now under discussion. Please wait for a while. Thank you, HiSIM_HV developers