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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or1k/] [spr_defs.h] - Diff between revs 479 and 510

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

Rev 479 Rev 510
Line 414... Line 414...
#define SPR_TTMR_RT     0x40000000  /* Restart tick */
#define SPR_TTMR_RT     0x40000000  /* Restart tick */
#define SPR_TTMR_SR     0x80000000  /* Single run */
#define SPR_TTMR_SR     0x80000000  /* Single run */
#define SPR_TTMR_CR     0xc0000000  /* Continuous run */
#define SPR_TTMR_CR     0xc0000000  /* Continuous run */
#define SPR_TTMR_M      0xc0000000  /* Tick mode */
#define SPR_TTMR_M      0xc0000000  /* Tick mode */
 
 
 No newline at end of file
 No newline at end of file
 
/*
 
 * l.nop constants
 
 *
 
 */
 
#define NOP_NOP         0x0000      /* Normal nop instruction */
 
#define NOP_EXIT        0x0001      /* End of simulation */
 
#define NOP_REPORT      0x0002      /* Simple report */
 
#define NOP_PRINTF      0x0003      /* Simprintf instruction */
 
#define NOP_REPORT_FIRST 0x0400     /* Report with number */
 
#define NOP_REPORT_LAST 0x03ff      /* Report with number */
 
 
 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.