URL
https://opencores.org/ocsvn/potato/potato/trunk
Subversion Repositories potato
[/] [potato/] [trunk/] [benchmarks/] [sha256/] [timer.h] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
// The Potato Processor Benchmark Applications // (c) Kristian Klomsten Skordal 2015 <kristian.skordal@wafflemail.net> // Report bugs and issues on <http://opencores.org/project,potato,bugtracker> #ifndef TIMER_H #define TIMER_H #include <stdint.h> void timer_set(volatile uint32_t * base, uint32_t compare); void timer_reset(volatile uint32_t * base); #endif
Go to most recent revision | Compare with Previous | Blame | View Log