Project

General

Profile

Task #636

Updated by Veronique bouzid about 8 years ago

 
 Paul a dit: 
 J'avais voulu faire un truc sioux mais ça n'a pas de sens, le compteur pourrait rester bloquer à 255. Je fais la correction. 

 1- le compteur ahb_correctable est mal géré 

  if (ahb_correctable > 255) 
  { 
          housekeeping_packet.hk_lfr_ahb_correctable =    255; 
     } 
     else 
 { 
         housekeeping_packet.hk_lfr_ahb_correctable = ahb_correctable; 
     } 


 2- Ce compteur n'est pas comptabilisé dans HK_LFR_LE_CNT ou HK_LFR_ME_CNT. 


 

 Contexte du test 
 --------------------- 
 FSW 3.0.0.22 
 VHDL 1.1.89 
 EM sans    Timegen 
 SocExplorerEngine.getSocExplorer: Version = 0.6.2, Branch = default, Changeset = 819d0376d481 
 StarDundee 

 2- Ce compteur n'est pas comptabilisé dans HK_LFR_LE_CNT ou HK_LFR_ME_CNT. 


 Contexte du test 
 ---------------------- 

Back