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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_39/] [or1ksim/] [cpu/] [common/] [abstract.h] - Diff between revs 1350 and 1352

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

Rev 1350 Rev 1352
Line 164... Line 164...
/* Instructions left to execute */
/* Instructions left to execute */
extern int cont_run;
extern int cont_run;
 
 
/* History of execution */
/* History of execution */
#define HISTEXEC_LEN 200
#define HISTEXEC_LEN 200
extern int histexec[HISTEXEC_LEN];
struct hist_exec {
 
  oraddr_t addr;
 
  struct hist_exec *prev;
 
  struct hist_exec *next;
 
};
 
 
 
extern struct hist_exec *hist_exec_tail;
 
 
 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.