43 if (hardHeader != simuHeader)
m_diffOutput += 1000000000;
49 if (hardSubHeader != simuSubHeader)
m_diffOutput += 100000000;
53 bool FragmentOK =
true;
54 bool firstDiff =
true;
56 cout <<
" ora stampo la matrice hardware" << endl
58 <<
" ora stampo la matrice simulata" << endl
63 if (numberOfBodyRecHard != numberOfBodyRecSimu) {
66 cout <<
" CMROCompare: different number of body words " << endl
67 <<
" hardware: " << numberOfBodyRecHard <<
" simulation: " << numberOfBodyRecSimu << endl;
71 for (
ubit16 i = 0;
i < numberOfBodyRecHard;
i++) {
74 if (hardRec != simuRec) {
76 cout <<
" CMROCompare: different body words "
77 <<
" hardware: " << std::hex << hardRec << std::dec <<
" simulation: " << std::hex << simuRec << std::dec
90 cout <<
" CMROCompare: Fragment OK " << endl;
92 cout <<
" CMROCompare: Fragment NOT OK " << endl;