ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
|
#include "memory.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <elf.h>
#include "base.h"
Macros | |
#define | BUSRT_ADR_OFF (CFG_MEMU_BUSIF_WIDTH/32 + 2) |
#define | BURST_ADR_ADD (CFG_MEMU_BUSIF_WIDTH/8) |
#define | PRINTF fprintf |
#define | PRIx32 "x" |
Variables | |
class CMemory * | mainMemory = NULL |
#define BURST_ADR_ADD (CFG_MEMU_BUSIF_WIDTH/8) |
#define BUSRT_ADR_OFF (CFG_MEMU_BUSIF_WIDTH/32 + 2) |
#define PRINTF fprintf |
#define PRIx32 "x" |
class CMemory* mainMemory = NULL |