URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1452 |
Rev 1483 |
Line 159... |
Line 159... |
|
|
/* Instructions left to execute */
|
/* Instructions left to execute */
|
extern int cont_run;
|
extern int cont_run;
|
|
|
/* Returns the page that addr belongs to */
|
/* Returns the page that addr belongs to */
|
#define ADDR_PAGE(addr) ((addr) & ~(ADDR_C(PAGE_SIZE) - 1))
|
#define ADDR_PAGE(addr) ((addr) & ~(config.immu.pagesize - 1))
|
|
|
/* History of execution */
|
/* History of execution */
|
#define HISTEXEC_LEN 200
|
#define HISTEXEC_LEN 200
|
struct hist_exec {
|
struct hist_exec {
|
oraddr_t addr;
|
oraddr_t addr;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.