URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 51 |
Rev 60 |
Line 49... |
Line 49... |
{
|
{
|
/*
|
/*
|
#error \
|
#error \
|
"You must implement a method to measure time in barebones_clock()! This function should return current time.\n"
|
"You must implement a method to measure time in barebones_clock()! This function should return current time.\n"
|
*/
|
*/
|
return 0;
|
return 1;
|
}
|
}
|
/* Define : TIMER_RES_DIVIDER
|
/* Define : TIMER_RES_DIVIDER
|
Divider to trade off timer resolution and total time that can be
|
Divider to trade off timer resolution and total time that can be
|
measured.
|
measured.
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.