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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [support/] [profile.h] - Diff between revs 547 and 1350

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

Rev 547 Rev 1350
Line 23... Line 23...
#define MPROF_8        8
#define MPROF_8        8
#define MPROF_16       16
#define MPROF_16       16
#define MPROF_32       32
#define MPROF_32       32
 
 
/* Adds a new entry to the memory profile file */
/* Adds a new entry to the memory profile file */
void mprofile (unsigned long memaddr, unsigned char type);
void mprofile (oraddr_t memaddr, unsigned char type);
 
 
struct mprofentry_struct {
struct mprofentry_struct {
  unsigned long addr;
  oraddr_t addr;
  unsigned char type;
  unsigned char type;
};
};
 
 
 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.