reduces dhrystone iterations to 20000 for reasonable RTL sim times

This commit is contained in:
Eyck Jentzsch 2024-03-20 12:24:57 +01:00
parent 2fb5920348
commit 06add2e20d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e051cf180ec46fbbbdb99d28231f9700f45490d0
Subproject commit d5304739fa8db6a3c16e417c9bc15b6fad749136

View File

@ -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;