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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [tick/] [tick.h] - Diff between revs 1410 and 1540

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1410 Rev 1540
Line 18... Line 18...
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
/* Reset the tick counter */
/* Reset the tick counter */
void tick_reset();
void tick_reset();
 
 
/* Drives clock to tick counter */
/* Starts the tick timer.  These functions are called by a write to one of the
inline void tick_clock();
 * timer sprs */
 
 
/* Starts the tick timer.  This function is called by a write to ttcr spr register */
 
void spr_write_ttcr (uorreg_t value);
void spr_write_ttcr (uorreg_t value);
void spr_write_ttmr (uorreg_t value);
void spr_write_ttmr (uorreg_t value);
 
 
uorreg_t spr_read_ttcr ();
uorreg_t spr_read_ttcr (void);
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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