91,8 → 91,8 |
|
uint32_t *WStackAddrs = NULL; |
uint32_t *WStackBuffer; |
unsigned short WStackNCycles; |
unsigned short WStackMaxCycles=100; |
unsigned int WStackNCycles; |
unsigned int WStackMaxCycles=100000; |
CVAddressModifier *WStackAMs; |
CVDataWidth *WStackDWs; |
CVErrorCodes *WStackECs; |
99,8 → 99,8 |
|
|
uint32_t *RStackAddrs =NULL; |
unsigned short RStackNCycles; |
unsigned short RStackMaxCycles=1000; |
unsigned int RStackNCycles; |
unsigned int RStackMaxCycles=100000; |
CVAddressModifier *RStackAMs; |
CVDataWidth *RStackDWs; |
CVErrorCodes *RStackECs; |
116,7 → 116,7 |
//printf("AppendRead %d ADDR= 0x%0X AM= 0x%0X DW= 0x%0X \n", i,RStackAddrs[i],RStackAMs[i], RStackDWs[i]); |
RStackNCycles++; |
} else { |
printf("Increase DataBuffer RStackMaxCycles =%d\n", RStackMaxCycles); |
printf("Increase DataBuffer RStackMaxCycles =%d xx\n", RStackMaxCycles); |
} |
return RStackNCycles; |
} |
129,7 → 129,7 |
WStackDWs[WStackNCycles] = DW; |
WStackNCycles++; |
} else { |
printf("Increase DataBuffer WStackMaxCycles =%d\n", WStackMaxCycles); |
printf("Increase DataBuffer WStackMaxCycles =%d xx\n", WStackMaxCycles); |
} |
return 0; |
} |