reduces dhrystone iterations to 20000 for reasonable RTL sim times
This commit is contained in:
@ -11,7 +11,7 @@ long time(void)
|
||||
// set the number of dhrystone iterations
|
||||
void __wrap_scanf(const char* fmt, int* n)
|
||||
{
|
||||
*n = 200000;
|
||||
*n = 20000;
|
||||
}
|
||||
|
||||
extern volatile uint32_t tohost;
|
||||
|
Reference in New Issue
Block a user