TSIM coverage format?

Sebastian Huber sebastian.huber at embedded-brains.de
Fri May 17 09:23:20 UTC 2019


Hello,

is there a documentation for the TSIM coverage format available? From 
the tester/covoar/CoverageReaderTSIM.cc

         if ( cover & 0x01 ) {
           aCoverageMap->setWasExecuted( a );
           aCoverageMap->setWasExecuted( a + 1 );
           aCoverageMap->setWasExecuted( a + 2 );
           aCoverageMap->setWasExecuted( a + 3 );
           if ( cover & 0x08 ) {
             aCoverageMap->setWasTaken( a );
             BranchInfoAvailable = true;
           }
           if ( cover & 0x10 ) {
             aCoverageMap->setWasNotTaken( a );
             BranchInfoAvailable = true;
           }
         }

it seems to be a bit field. Do the other five bits in this byte have a 
meaning too?

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list