OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [example/] [coremark/] [core_portme.c] - Diff between revs 51 and 60

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.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.