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