Browse Source

hisim2, remove unused labels (swallow warnings)

pre-master-46
rlar 15 years ago
parent
commit
dbb2068463
  1. 4
      ChangeLog
  2. 20
      src/spicelib/devices/hisim2/hsm2eval.c

4
ChangeLog

@ -1,3 +1,7 @@
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/hsm2eval.c :
hisim2, remove unused labels (swallow warnings)
2011-05-22 Robert Larice 2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/Makefile.am , * src/spicelib/devices/hisim2/Makefile.am ,
* src/spicelib/devices/hisim2/.cvsignore : * src/spicelib/devices/hisim2/.cvsignore :

20
src/spicelib/devices/hisim2/hsm2eval.c

@ -1011,7 +1011,7 @@ int HSM2evaluate( vds , vgs , vbs , vbs_jct, vbd_jct, here , model , ckt)
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Start of the routine. (label) * Start of the routine. (label)
*-----------------*/ *-----------------*/
start_of_routine:
/*start_of_routine:*/
TTEMP = ckt->CKTtemp ; TTEMP = ckt->CKTtemp ;
if ( here->HSM2_dtemp_Given ) { TTEMP = TTEMP + here->HSM2_dtemp ; } if ( here->HSM2_dtemp_Given ) { TTEMP = TTEMP + here->HSM2_dtemp ; }
@ -3358,7 +3358,7 @@ start_of_routine:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Start point of Psl (= Ps0 + Pds) calculation. (label) * Start point of Psl (= Ps0 + Pds) calculation. (label)
*-----------------*/ *-----------------*/
start_of_Psl:
/* start_of_Psl:*/
/* Vdseff (begin) */ /* Vdseff (begin) */
@ -4345,7 +4345,7 @@ start_of_mobility:
Mu_dVds = Muun_dVds * T5 - T7 * Em_dVds ; Mu_dVds = Muun_dVds * T5 - T7 * Em_dVds ;
Mu_dVgs = Muun_dVgs * T5 - T7 * Em_dVgs ; Mu_dVgs = Muun_dVgs * T5 - T7 * Em_dVgs ;
end_of_mobility :
/* end_of_mobility : */
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Ids: channel current. * Ids: channel current.
@ -4753,7 +4753,7 @@ start_of_mobility:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Bottom of bias loop. (label) * Bottom of bias loop. (label)
*-----------------*/ *-----------------*/
bottom_of_bias_loop :
/* bottom_of_bias_loop :*/
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Make initial guess flag of potential ON. * Make initial guess flag of potential ON.
@ -5257,7 +5257,7 @@ start_of_mobility:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* End of PART-2. (label) * End of PART-2. (label)
*-----------------*/ *-----------------*/
end_of_part_2:
/* end_of_part_2: */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* PART-3: Overlap charge * PART-3: Overlap charge
@ -6087,7 +6087,7 @@ start_of_mobility:
* End of PART-3. (label) * End of PART-3. (label)
*-----------------*/ *-----------------*/
end_of_part_3:
/* end_of_part_3:*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* PART-4: Substrate-source/drain junction diode. * PART-4: Substrate-source/drain junction diode.
@ -6415,7 +6415,7 @@ start_of_mobility:
* End of PART-4. (label) * End of PART-4. (label)
*-----------------*/ *-----------------*/
end_of_part_4:
/* end_of_part_4:*/
@ -6549,7 +6549,7 @@ start_of_mobility:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* End of PART-5. (label) * End of PART-5. (label)
*-----------------*/ *-----------------*/
end_of_part_5:
/* end_of_part_5: */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* PART-6: Noise Calculation. * PART-6: Noise Calculation.
@ -6640,7 +6640,7 @@ start_of_mobility:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* End of PART-6. (label) * End of PART-6. (label)
*-----------------*/ *-----------------*/
end_of_part_6:
/* end_of_part_6: */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@ -7640,7 +7640,7 @@ start_of_mobility:
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* End of PART-7. (label) * End of PART-7. (label)
*-----------------*/ *-----------------*/
end_of_part_7:
/* end_of_part_7: */
/*-----------------------------------------------------------* /*-----------------------------------------------------------*
* Bottom of hsm2eval. * Bottom of hsm2eval.

Loading…
Cancel
Save