ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
Macros | Variables
memory.cpp File Reference
#include "memory.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <elf.h>
#include "base.h"
Include dependency graph for memory.cpp:

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 CMemorymainMemory = NULL
 

Macro Definition Documentation

◆ BURST_ADR_ADD

#define BURST_ADR_ADD   (CFG_MEMU_BUSIF_WIDTH/8)

◆ BUSRT_ADR_OFF

#define BUSRT_ADR_OFF   (CFG_MEMU_BUSIF_WIDTH/32 + 2)

◆ PRINTF

#define PRINTF   fprintf

◆ PRIx32

#define PRIx32   "x"

Variable Documentation

◆ mainMemory

class CMemory* mainMemory = NULL