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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [cpu/] [common/] [abstract.h] - Diff between revs 1452 and 1483

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;

powered by: WebSVN 2.1.0

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