URL
https://opencores.org/ocsvn/or1k/or1k/trunk
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
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.