fprintf(stdout,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n",8<<Stat_Cnt_Size);
}
else
{
/* bytes */
fprintf(stdout,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bytes (%d bits)\n",1<<Stat_Cnt_Size,8<<Stat_Cnt_Size);
fprintf(stdout,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n",PROM_INST_SIZE);
}
fprintf(stdout,"Note: The Data ROM size is calculated using the sizeof(type) built-in function\n");
#define WMOPS_BOOST_FAC ( 1.0f ) /* scaling factor for equalizing the difference between automatic and manual instrumentation */
#define FAC ( FRAMES_PER_SECOND / 1e6 * WMOPS_BOOST_FAC )
#define PROM_INST_SIZE 32 /* number of bits of each program instruction when stored in the PROM memory (applied only when the user selects reporting in bytes) */